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@4731f6713c 🚀
This commit is contained in:
parent
f10a32419e
commit
d1b60a48d8
File diff suppressed because one or more lines are too long
26
chains/eip155-4061.json
Normal file
26
chains/eip155-4061.json
Normal file
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"name": "Nahmii 3 Mainnet",
|
||||
"chain": "Nahmii",
|
||||
"rpc": [],
|
||||
"status": "incubating",
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Ether",
|
||||
"symbol": "ETH",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://nahmii.io",
|
||||
"shortName": "Nahmii3Mainnet",
|
||||
"chainId": 4061,
|
||||
"networkId": 4061,
|
||||
"icon": "nahmii",
|
||||
"parent": {
|
||||
"type": "L2",
|
||||
"chain": "eip155-1",
|
||||
"bridges": [
|
||||
{
|
||||
"url": "https://bridge.nahmii.io"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
33
chains/eip155-4062.json
Normal file
33
chains/eip155-4062.json
Normal file
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"name": "Nahmii 3 Testnet",
|
||||
"chain": "Nahmii",
|
||||
"rpc": ["https://ngeth.testnet.n3.nahmii.io"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Goerli Ether",
|
||||
"symbol": "ETH",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://nahmii.io",
|
||||
"shortName": "Nahmii3Testnet",
|
||||
"chainId": 4062,
|
||||
"networkId": 4062,
|
||||
"icon": "nahmii",
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Nahmii 3 Testnet Explorer",
|
||||
"url": "https://explorer.testnet.n3.nahmii.io",
|
||||
"icon": "nahmii",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
],
|
||||
"parent": {
|
||||
"type": "L2",
|
||||
"chain": "eip155-3",
|
||||
"bridges": [
|
||||
{
|
||||
"url": "https://bridge.testnet.n3.nahmii.io"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -5315,6 +5315,32 @@
|
|||
"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": "Nahmii 3 Mainnet",
|
||||
"chainId": 4061,
|
||||
"shortName": "Nahmii3Mainnet",
|
||||
"networkId": 4061,
|
||||
"nativeCurrency": {
|
||||
"name": "Ether",
|
||||
"symbol": "ETH",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": [],
|
||||
"faucets": [],
|
||||
"infoURL": "https://nahmii.io"
|
||||
}, {
|
||||
"name": "Nahmii 3 Testnet",
|
||||
"chainId": 4062,
|
||||
"shortName": "Nahmii3Testnet",
|
||||
"networkId": 4062,
|
||||
"nativeCurrency": {
|
||||
"name": "Goerli Ether",
|
||||
"symbol": "ETH",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://ngeth.testnet.n3.nahmii.io"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://nahmii.io"
|
||||
}, {
|
||||
"name": "Bitindi Testnet",
|
||||
"chainId": 4096,
|
||||
|
|
|
@ -7835,6 +7835,57 @@
|
|||
"url": "https://blockexplorer.testnet.bobaopera.boba.network",
|
||||
"standard": "none"
|
||||
}]
|
||||
}, {
|
||||
"name": "Nahmii 3 Mainnet",
|
||||
"chain": "Nahmii",
|
||||
"rpc": [],
|
||||
"status": "incubating",
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Ether",
|
||||
"symbol": "ETH",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://nahmii.io",
|
||||
"shortName": "Nahmii3Mainnet",
|
||||
"chainId": 4061,
|
||||
"networkId": 4061,
|
||||
"icon": "nahmii",
|
||||
"parent": {
|
||||
"type": "L2",
|
||||
"chain": "eip155-1",
|
||||
"bridges": [{
|
||||
"url": "https://bridge.nahmii.io"
|
||||
}]
|
||||
}
|
||||
}, {
|
||||
"name": "Nahmii 3 Testnet",
|
||||
"chain": "Nahmii",
|
||||
"rpc": ["https://ngeth.testnet.n3.nahmii.io"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Goerli Ether",
|
||||
"symbol": "ETH",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://nahmii.io",
|
||||
"shortName": "Nahmii3Testnet",
|
||||
"chainId": 4062,
|
||||
"networkId": 4062,
|
||||
"icon": "nahmii",
|
||||
"explorers": [{
|
||||
"name": "Nahmii 3 Testnet Explorer",
|
||||
"url": "https://explorer.testnet.n3.nahmii.io",
|
||||
"icon": "nahmii",
|
||||
"standard": "EIP3091"
|
||||
}],
|
||||
"parent": {
|
||||
"type": "L2",
|
||||
"chain": "eip155-3",
|
||||
"bridges": [{
|
||||
"url": "https://bridge.testnet.n3.nahmii.io"
|
||||
}]
|
||||
}
|
||||
}, {
|
||||
"name": "Bitindi Testnet",
|
||||
"chain": "BNI",
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -408,6 +408,8 @@
|
|||
"ycc": "eip155:3999",
|
||||
"tftm": "eip155:4002",
|
||||
"BobaoperaTestnet": "eip155:4051",
|
||||
"Nahmii3Mainnet": "eip155:4061",
|
||||
"Nahmii3Testnet": "eip155:4062",
|
||||
"BNIt": "eip155:4096",
|
||||
"BNIm": "eip155:4099",
|
||||
"aioz-testnet": "eip155:4102",
|
||||
|
|
Loading…
Reference in New Issue
Block a user