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

This commit is contained in:
ligi 2021-12-01 14:02:26 +00:00
parent f886c64099
commit f4ed52971b
5 changed files with 74 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -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,

View File

@ -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",

View File

@ -272,5 +272,7 @@
"frankenstein": "eip155:4216137055",
"tpalm": "eip155:11297108099",
"palm": "eip155:11297108109",
"ntt": "eip155:197710212030",
"ntt-haradev": "eip155:197710212031",
"mole": "eip155:6022140761023"
}