mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@32b284cd7f 🚀
This commit is contained in:
parent
fd46e1912d
commit
e7b6e59954
File diff suppressed because one or more lines are too long
22
chains/eip155-1311.json
Normal file
22
chains/eip155-1311.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -3157,6 +3157,19 @@
|
|||
"rpc": ["https://bobabase.boba.network", "wss://wss.bobabase.boba.network", "https://replica.bobabase.boba.network", "wss://replica-wss.bobabase.boba.network"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://boba.network"
|
||||
}, {
|
||||
"name": "Dos Fuji Subnet",
|
||||
"chainId": 1311,
|
||||
"shortName": "DOS",
|
||||
"networkId": 1311,
|
||||
"nativeCurrency": {
|
||||
"name": "Dos Native Token",
|
||||
"symbol": "DOS",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://test.doschain.com/jsonrpc"],
|
||||
"faucets": [],
|
||||
"infoURL": "http://doschain.io/"
|
||||
}, {
|
||||
"name": "Aitd Mainnet",
|
||||
"chainId": 1319,
|
||||
|
|
|
@ -4467,6 +4467,25 @@
|
|||
"url": "https://blockexplorer.bobabase.boba.network",
|
||||
"standard": "none"
|
||||
}]
|
||||
}, {
|
||||
"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"
|
||||
}]
|
||||
}, {
|
||||
"name": "Aitd Mainnet",
|
||||
"chain": "AITD",
|
||||
|
|
|
@ -242,6 +242,7 @@
|
|||
"mrock": "eip155:1288",
|
||||
"Bobabeam": "eip155:1294",
|
||||
"Bobabase": "eip155:1297",
|
||||
"DOS": "eip155:1311",
|
||||
"aitd": "eip155:1319",
|
||||
"aitdtestnet": "eip155:1320",
|
||||
"geth": "eip155:1337",
|
||||
|
|
Loading…
Reference in New Issue
Block a user