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
23 lines
443 B
JSON
23 lines
443 B
JSON
{
|
|
"name": "Dos Fuji Subnet",
|
|
"chain": "DOS",
|
|
"rpc": ["https://test.doschain.com/jsonrpc"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Dos Native Token",
|
|
"symbol": "DOS",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "http://doschain.io/",
|
|
"shortName": "TDOS",
|
|
"chainId": 1311,
|
|
"networkId": 1311,
|
|
"explorers": [
|
|
{
|
|
"name": "dos-testnet",
|
|
"url": "https://test.doscan.io",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|