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@b439801f5f 🚀
This commit is contained in:
parent
f886c64099
commit
f4ed52971b
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -3547,6 +3547,32 @@
|
|||
"rpc": [],
|
||||
"faucets": [],
|
||||
"infoURL": "https://palm.io"
|
||||
}, {
|
||||
"name": "Ntity Mainnet",
|
||||
"chainId": 197710212030,
|
||||
"shortName": "ntt",
|
||||
"networkId": 197710212030,
|
||||
"nativeCurrency": {
|
||||
"name": "Ntity",
|
||||
"symbol": "NTT",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://rpc.ntity.io"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://ntity.io"
|
||||
}, {
|
||||
"name": "Haradev Testnet",
|
||||
"chainId": 197710212031,
|
||||
"shortName": "ntt-haradev",
|
||||
"networkId": 197710212031,
|
||||
"nativeCurrency": {
|
||||
"name": "Ntity Haradev",
|
||||
"symbol": "NTTH",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://blockchain.haradev.com"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://ntity.io"
|
||||
}, {
|
||||
"name": "Molereum Network",
|
||||
"chainId": 6022140761023,
|
||||
|
|
|
@ -4876,6 +4876,50 @@
|
|||
"shortName": "palm",
|
||||
"chainId": 11297108109,
|
||||
"networkId": 11297108109
|
||||
}, {
|
||||
"name": "Ntity Mainnet",
|
||||
"chain": "Ntity",
|
||||
"network": "mainnet",
|
||||
"rpc": ["https://rpc.ntity.io"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Ntity",
|
||||
"symbol": "NTT",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://ntity.io",
|
||||
"shortName": "ntt",
|
||||
"chainId": 197710212030,
|
||||
"networkId": 197710212030,
|
||||
"icon": "ntity",
|
||||
"explorers": [{
|
||||
"name": "Ntity Blockscout",
|
||||
"url": "https://blockscout.ntity.io",
|
||||
"icon": "ntity",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "Haradev Testnet",
|
||||
"chain": "Ntity",
|
||||
"network": "testnet",
|
||||
"rpc": ["https://blockchain.haradev.com"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Ntity Haradev",
|
||||
"symbol": "NTTH",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://ntity.io",
|
||||
"shortName": "ntt-haradev",
|
||||
"chainId": 197710212031,
|
||||
"networkId": 197710212031,
|
||||
"icon": "ntity",
|
||||
"explorers": [{
|
||||
"name": "Ntity Haradev Blockscout",
|
||||
"url": "https://blockscout.haradev.com",
|
||||
"icon": "ntity",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "Molereum Network",
|
||||
"chain": "ETH",
|
||||
|
|
|
@ -272,5 +272,7 @@
|
|||
"frankenstein": "eip155:4216137055",
|
||||
"tpalm": "eip155:11297108099",
|
||||
"palm": "eip155:11297108109",
|
||||
"ntt": "eip155:197710212030",
|
||||
"ntt-haradev": "eip155:197710212031",
|
||||
"mole": "eip155:6022140761023"
|
||||
}
|
Loading…
Reference in New Issue
Block a user