mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
update doschain testnet and mainnet (#2484)
* update doschain testnet and mainnet * update sortname testnet * update doschain * update shortname
This commit is contained in:
parent
5ac14de56a
commit
979fa1f826
|
@ -9,7 +9,7 @@
|
|||
"decimals": 18
|
||||
},
|
||||
"infoURL": "http://doschain.io/",
|
||||
"shortName": "DOS",
|
||||
"shortName": "TDOS",
|
||||
"chainId": 1311,
|
||||
"networkId": 1311,
|
||||
"explorers": [
|
||||
|
|
22
_data/chains/eip155-3939.json
Normal file
22
_data/chains/eip155-3939.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
22
_data/chains/eip155-7979.json
Normal file
22
_data/chains/eip155-7979.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user