-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathemoney.json
More file actions
26 lines (26 loc) · 800 Bytes
/
emoney.json
File metadata and controls
26 lines (26 loc) · 800 Bytes
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
{
"chainId": "emoney-3",
"name": "e-Money",
"slug": "emoney",
"protocolType": "ibc",
"logo": "https://raw.githubusercontent.com/polkaswitch/assets/master/blockchains/emoney/info/logo.png",
"blockExploreUrls": ["https://www.mintscan.io/emoney"],
"nativeCurrency": "NGM",
"rpcUrls": ["https://emoney.validator.network"],
"tokens": [
{
"symbol": "NGM",
"name": "NGM",
"address": "ungm",
"decimals": 6,
"logoURI": "https://raw.githubusercontent.com/polkaswitch/assets/master/blockchains/emoney/assets/ungm/logo.png"
},
{
"symbol": "EEUR",
"name": "EEUR",
"address": "eeur",
"decimals": 6,
"logoURI": "https://raw.githubusercontent.com/polkaswitch/assets/master/blockchains/emoney/assets/eeur/logo.png"
}
]
}