-
Notifications
You must be signed in to change notification settings - Fork 0
/
msx.json
40 lines (40 loc) · 1.24 KB
/
msx.json
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
{
"name": "MultiversX",
"slug": "msx",
"chainId": 1,
"nativeCurrency": "EGLD",
"logo": "https://raw.githubusercontent.com/multiversx/mx-assets/master/accounts/icons/multiversx.png",
"blockExploreUrls": ["https://explorer.multiversx.com/transactions/"],
"rpcUrls": ["https://gateway.multiversx.com"],
"protocolType": "multiversx",
"tokens": [
{
"symbol": "USDC",
"address": "USDC-c76f1f",
"decimals": 6,
"logoURI": "https://raw.githubusercontent.com/multiversx/mx-assets/master/tokens/USDC-c76f1f/logo.png",
"name": "USD Coin"
},
{
"symbol": "USDT",
"address": "USDT-f8c08c",
"decimals": 6,
"logoURI": "https://raw.githubusercontent.com/multiversx/mx-assets/master/tokens/USDT-f8c08c/logo.png",
"name": "Tether USD"
},
{
"symbol": "BUSD",
"address": "BUSD-40b57e",
"decimals": 18,
"logoURI": "https://raw.githubusercontent.com/multiversx/mx-assets/master/tokens/BUSD-40b57e/logo.png",
"name": "Binance USD"
},
{
"symbol": "UTK",
"address": "UTK-2f80e9",
"decimals": 18,
"logoURI": "https://raw.githubusercontent.com/multiversx/mx-assets/master/tokens/UTK-2f80e9/logo.png",
"name": "Utrust Token"
}
]
}