mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
* update doschain testnet and mainnet * update sortname testnet * update doschain * update shortname * update icon for doschain * update icon doschain * update icon doschain
25 lines
465 B
JSON
25 lines
465 B
JSON
{
|
|
"name": "DOS Tesnet",
|
|
"chain": "DOS",
|
|
"rpc": ["https://test.doschain.com"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "DOS",
|
|
"symbol": "DOS",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "http://doschain.io/",
|
|
"shortName": "dost",
|
|
"chainId": 3939,
|
|
"networkId": 3939,
|
|
"icon": "doschain",
|
|
"explorers": [
|
|
{
|
|
"name": "DOScan-Test",
|
|
"url": "https://test.doscan.io",
|
|
"icon": "doschain",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|