-
Notifications
You must be signed in to change notification settings - Fork 0
/
constants.ts
34 lines (34 loc) · 936 Bytes
/
constants.ts
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
export const tokenInfos = [
{
name: 'BNB',
address: '0x54E8d3c6Bfa55F809d5687AAB4d1Eb00f13394B4',
id: 1,
startPrice: 1,
image:
'https://assets.coingecko.com/coins/images/825/standard/bnb-icon2_2x.png?1696501970'
},
{
name: 'EthRunner',
address: '0x456aaA39b223FE8D0A0e5C4F27eAD9083C756Cc5',
id: 0,
startPrice: 252,
image:
'https://assets.coingecko.com/coins/images/279/large/ethereum.png?1595348880'
},
{
name: 'WTON',
address: '0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2',
id: 2,
startPrice: 230,
image:
'https://assets.coingecko.com/coins/images/17980/standard/img-ton.jpg?1724681212'
},
{
name: 'Pepe',
address: '0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc1',
id: 3,
startPrice: 2,
image:
'https://assets.coingecko.com/coins/images/29850/standard/pepe-token.jpeg?1696528776'
},
];