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

This commit is contained in:
ligi 2022-10-19 00:05:07 +00:00
parent eaa45f945f
commit df527a9495
8 changed files with 971 additions and 912 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

26
chains/eip155-43288.json Normal file
View File

@ -0,0 +1,26 @@
{
"name": "Boba Avax",
"chain": "Boba Avax",
"rpc": [
"https://avax.boba.network",
"wss://wss.avax.boba.network",
"https://replica.avax.boba.network"
],
"faucets": [],
"nativeCurrency": {
"name": "Boba Token",
"symbol": "BOBA",
"decimals": 18
},
"infoURL": "https://docs.boba.network/for-developers/network-avalanche",
"shortName": "bobaavax",
"chainId": 43288,
"networkId": 43288,
"explorers": [
{
"name": "Boba Avax Explorer",
"url": "https://blockexplorer.avax.boba.network",
"standard": "none"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -4951,6 +4951,19 @@
"rpc": ["https://api.avax.network/ext/bc/C/rpc"],
"faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/"],
"infoURL": "https://www.avax.network/"
}, {
"name": "Boba Avax",
"chainId": 43288,
"shortName": "bobaavax",
"networkId": 43288,
"nativeCurrency": {
"name": "Boba Token",
"symbol": "BOBA",
"decimals": 18
},
"rpc": ["https://avax.boba.network", "wss://wss.avax.boba.network", "https://replica.avax.boba.network"],
"faucets": [],
"infoURL": "https://docs.boba.network/for-developers/network-avalanche"
}, {
"name": "Celo Alfajores Testnet",
"chainId": 44787,

View File

@ -7059,6 +7059,25 @@
"url": "https://snowtrace.io",
"standard": "EIP3091"
}]
}, {
"name": "Boba Avax",
"chain": "Boba Avax",
"rpc": ["https://avax.boba.network", "wss://wss.avax.boba.network", "https://replica.avax.boba.network"],
"faucets": [],
"nativeCurrency": {
"name": "Boba Token",
"symbol": "BOBA",
"decimals": 18
},
"infoURL": "https://docs.boba.network/for-developers/network-avalanche",
"shortName": "bobaavax",
"chainId": 43288,
"networkId": 43288,
"explorers": [{
"name": "Boba Avax Explorer",
"url": "https://blockexplorer.avax.boba.network",
"standard": "none"
}]
}, {
"name": "Celo Alfajores Testnet",
"chainId": 44787,

View File

@ -380,6 +380,7 @@
"avaeth": "eip155:43110",
"Fuji": "eip155:43113",
"avax": "eip155:43114",
"bobaavax": "eip155:43288",
"ALFA": "eip155:44787",
"AutobahnNetwork": "eip155:45000",
"REI": "eip155:47805",