update doschain testnet and mainnet (#2484)

* update doschain testnet and mainnet

* update sortname testnet

* update doschain

* update shortname
This commit is contained in:
DienHo 2023-03-24 20:50:39 +07:00 committed by GitHub
parent 5ac14de56a
commit 979fa1f826
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 45 additions and 1 deletions

View File

@ -9,7 +9,7 @@
"decimals": 18
},
"infoURL": "http://doschain.io/",
"shortName": "DOS",
"shortName": "TDOS",
"chainId": 1311,
"networkId": 1311,
"explorers": [

View File

@ -0,0 +1,22 @@
{
"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,
"explorers": [
{
"name": "DOScan-Test",
"url": "https://test.doscan.io",
"standard": "EIP3091"
}
]
}

View File

@ -0,0 +1,22 @@
{
"name": "DOS Chain",
"chain": "DOS",
"rpc": ["https://main.doschain.com"],
"faucets": [],
"nativeCurrency": {
"name": "DOS",
"symbol": "DOS",
"decimals": 18
},
"infoURL": "https://doschain.io",
"shortName": "dos",
"chainId": 7979,
"networkId": 7979,
"explorers": [
{
"name": "DOScan",
"url": "https://doscan.io",
"standard": "EIP3091"
}
]
}