Deploying to gh-pages from @ ethereum-lists/chains@32b284cd7f 🚀

This commit is contained in:
ligi 2022-11-08 18:11:27 +00:00
parent fd46e1912d
commit e7b6e59954
6 changed files with 57 additions and 2 deletions

File diff suppressed because one or more lines are too long

22
chains/eip155-1311.json Normal file
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"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -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,

View File

@ -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",

View File

@ -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",