Add Network: DOS Testnet (#1804)

* Add Network: DOS Testnet

* Update: DOS Testnet

* DOS Testnet: Prettier

Co-authored-by: quyphan <quyphan@192.168.2.16>
This commit is contained in:
Phan Dang Quy 2022-11-09 01:08:26 +07:00 committed by GitHub
parent 1dd6daca6c
commit 32b284cd7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,22 @@
{
"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": "DOS",
"chainId": 1311,
"networkId": 1311,
"explorers": [
{
"name": "dos-testnet",
"url": "https://test.doscan.io",
"standard": "EIP3091"
}
]
}