forked from DeFiCh/defichain.com
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdfi.config.ts
More file actions
45 lines (44 loc) · 1.1 KB
/
Copy pathdfi.config.ts
File metadata and controls
45 lines (44 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
/* eslint-disable import/prefer-default-export */
export const exchanges = [
{
id: "bitrue",
name: "Bitrue",
url: "https://www.bitrue.com/trade/dfi_usdt",
},
{
id: "latoken",
name: "Latoken",
url: "https://latoken.com/exchange/DFI_USDT",
},
{
id: "bitmart",
name: "Bitmart",
url: "https://www.bitmart.com/trade/en?symbol=%24DFI_USDT&layout=basic",
},
];
export const harnessDfi = [
{
title: "WIDE VARIETY OF DEFI SERVICES",
desc: "With minimal DFI fees, you have access to DeFi Applications",
},
{
title: "STORE AS COLLATERAL",
desc: "Borrow decentralized assets using crypto tokens as collateral",
},
{
title: "BE A MASTERNODE OWNER",
desc: "Fund a new staking node for just 20,000 DFI",
},
{
title: "TOKENIZATION",
desc: "Tokenize assets, manage and trade with dTokens",
},
{
title: "COMMUNITY FUND GOVERNANCE",
desc: "Participate in shaping the future of the blockchain",
},
{
title: "PROFIT FROM LIQUIDITY MINING",
desc: "Contribute liquidity, earn rewards, and withdraw whenever you want",
},
];