Skip to content

Commit bded43d

Browse files
Adding_LOCK_Staking (#544)
Added LOCK Staking to the Staking section on DeFiChain.com and replaced DFX as Staking Provider Co-authored-by: Jonas Surmann <[email protected]>
1 parent bc87e19 commit bded43d

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed
Loading

src/pages/dfi/_components/ExchangeSection.tsx

+5-4
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ import BitLogo from "../../../../public/assets/img/exchanges/bit.png";
2020
import HuobiLogo from "../../../../public/assets/img/exchanges/logo-huobi.png";
2121
import BitmartLogo from "../../../../public/assets/svg/exchanges/logo-bitmart.svg";
2222
import GateioLogo from "../../../../public/assets/svg/exchanges/logo-gateio.svg";
23+
import LOCKLogo from "../../../../public/assets/svg/exchanges/logo-lock.svg";
2324

2425
export function ExchangeSection(): JSX.Element {
2526
const { t } = useTranslation(["page-dfi"]);
@@ -159,10 +160,10 @@ export function ExchangeSection(): JSX.Element {
159160
name="Cake DeFi"
160161
/>
161162
<ExchangeCard
162-
url="https://dfx.swiss/en/"
163-
image={DFXLogo}
164-
testid="DfiPage.Staking.Dfx"
165-
name="Dfx"
163+
url="https://lock.space/"
164+
image={LOCKLogo}
165+
testid="DfiPage.Staking.Lock"
166+
name="LOCK"
166167
/>
167168
</div>
168169
</div>

0 commit comments

Comments
 (0)