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@ebea86c8fe 🚀
This commit is contained in:
parent
e57f865e13
commit
5c4be4b8d2
File diff suppressed because one or more lines are too long
27
chains/eip155-1297.json
Normal file
27
chains/eip155-1297.json
Normal file
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"name": "Boba Network Bobabase",
|
||||
"chain": "Bobabase",
|
||||
"rpc": [
|
||||
"https://bobabase.boba.network",
|
||||
"wss://wss.bobabase.boba.network",
|
||||
"https://replica.bobabase.boba.network",
|
||||
"wss://replica-wss.bobabase.boba.network"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Boba Token",
|
||||
"symbol": "BOBA",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://boba.network",
|
||||
"shortName": "Bobabase",
|
||||
"chainId": 1297,
|
||||
"networkId": 1297,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Blockscout",
|
||||
"url": "https://blockexplorer.bobabase.boba.network",
|
||||
"standard": "none"
|
||||
}
|
||||
]
|
||||
}
|
27
chains/eip155-4051.json
Normal file
27
chains/eip155-4051.json
Normal file
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"name": "Boba Network Bobaopera Testnet",
|
||||
"chain": "Bobaopera Testnet",
|
||||
"rpc": [
|
||||
"https://testnet.bobaopera.boba.network",
|
||||
"wss://wss.testnet.bobaopera.boba.network",
|
||||
"https://replica.testnet.bobaopera.boba.network",
|
||||
"wss://replica-wss.testnet.bobaopera.boba.network"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Boba Token",
|
||||
"symbol": "BOBA",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://boba.network",
|
||||
"shortName": "Bobaopera Testnet",
|
||||
"chainId": 4051,
|
||||
"networkId": 4051,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Blockscout",
|
||||
"url": "https://blockexplorer.testnet.bobaopera.boba.network",
|
||||
"standard": "none"
|
||||
}
|
||||
]
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -2754,6 +2754,19 @@
|
|||
"rpc": ["https://rpc.api.moonrock.moonbeam.network", "wss://wss.api.moonrock.moonbeam.network"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://docs.moonbeam.network/learn/platform/networks/overview/"
|
||||
}, {
|
||||
"name": "Boba Network Bobabase",
|
||||
"chainId": 1297,
|
||||
"shortName": "Bobabase",
|
||||
"networkId": 1297,
|
||||
"nativeCurrency": {
|
||||
"name": "Boba Token",
|
||||
"symbol": "BOBA",
|
||||
"decimals": 18
|
||||
},
|
||||
"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": "CENNZnet old",
|
||||
"chainId": 1337,
|
||||
|
@ -3352,6 +3365,19 @@
|
|||
"rpc": ["https://rpc.testnet.fantom.network"],
|
||||
"faucets": ["https://faucet.fantom.network"],
|
||||
"infoURL": "https://docs.fantom.foundation/quick-start/short-guide#fantom-testnet"
|
||||
}, {
|
||||
"name": "Boba Network Bobaopera Testnet",
|
||||
"chainId": 4051,
|
||||
"shortName": "Bobaopera Testnet",
|
||||
"networkId": 4051,
|
||||
"nativeCurrency": {
|
||||
"name": "Boba Token",
|
||||
"symbol": "BOBA",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://testnet.bobaopera.boba.network", "wss://wss.testnet.bobaopera.boba.network", "https://replica.testnet.bobaopera.boba.network", "wss://replica-wss.testnet.bobaopera.boba.network"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://boba.network"
|
||||
}, {
|
||||
"name": "AIOZ Network Testnet",
|
||||
"chainId": 4102,
|
||||
|
|
|
@ -3817,6 +3817,25 @@
|
|||
"shortName": "mrock",
|
||||
"chainId": 1288,
|
||||
"networkId": 1288
|
||||
}, {
|
||||
"name": "Boba Network Bobabase",
|
||||
"chain": "Bobabase",
|
||||
"rpc": ["https://bobabase.boba.network", "wss://wss.bobabase.boba.network", "https://replica.bobabase.boba.network", "wss://replica-wss.bobabase.boba.network"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Boba Token",
|
||||
"symbol": "BOBA",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://boba.network",
|
||||
"shortName": "Bobabase",
|
||||
"chainId": 1297,
|
||||
"networkId": 1297,
|
||||
"explorers": [{
|
||||
"name": "Blockscout",
|
||||
"url": "https://blockexplorer.bobabase.boba.network",
|
||||
"standard": "none"
|
||||
}]
|
||||
}, {
|
||||
"name": "CENNZnet old",
|
||||
"chain": "CENNZnet",
|
||||
|
@ -4680,6 +4699,25 @@
|
|||
"icon": "ftmscan",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "Boba Network Bobaopera Testnet",
|
||||
"chain": "Bobaopera Testnet",
|
||||
"rpc": ["https://testnet.bobaopera.boba.network", "wss://wss.testnet.bobaopera.boba.network", "https://replica.testnet.bobaopera.boba.network", "wss://replica-wss.testnet.bobaopera.boba.network"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Boba Token",
|
||||
"symbol": "BOBA",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://boba.network",
|
||||
"shortName": "Bobaopera Testnet",
|
||||
"chainId": 4051,
|
||||
"networkId": 4051,
|
||||
"explorers": [{
|
||||
"name": "Blockscout",
|
||||
"url": "https://blockexplorer.testnet.bobaopera.boba.network",
|
||||
"standard": "none"
|
||||
}]
|
||||
}, {
|
||||
"name": "AIOZ Network Testnet",
|
||||
"chain": "AIOZ",
|
||||
|
|
|
@ -211,6 +211,7 @@
|
|||
"mrock-old": "eip155:1286",
|
||||
"mbase": "eip155:1287",
|
||||
"mrock": "eip155:1288",
|
||||
"Bobabase": "eip155:1297",
|
||||
"cennz-old": "eip155:1337",
|
||||
"Sherpax": "eip155:1506",
|
||||
"Sherpax Testnet": "eip155:1507",
|
||||
|
@ -257,6 +258,7 @@
|
|||
"tdyno": "eip155:3967",
|
||||
"ycc": "eip155:3999",
|
||||
"tftm": "eip155:4002",
|
||||
"Bobaopera Testnet": "eip155:4051",
|
||||
"aioz-testnet": "eip155:4102",
|
||||
"PHI": "eip155:4181",
|
||||
"iotex-mainnet": "eip155:4689",
|
||||
|
|
Loading…
Reference in New Issue
Block a user