chains/_data/chains/eip155-1311.json
DienHo 979fa1f826
update doschain testnet and mainnet (#2484)
* update doschain testnet and mainnet

* update sortname testnet

* update doschain

* update shortname
2023-03-24 14:50:39 +01:00

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"
}
]
}