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@af9c84ff44 🚀
This commit is contained in:
parent
eaa45f945f
commit
df527a9495
1818
chain_icons.json
1818
chain_icons.json
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
26
chains/eip155-43288.json
Normal 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
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user