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

This commit is contained in:
ligi 2022-04-20 08:12:44 +00:00
parent 669de90a49
commit 1c7b55dbb4
5 changed files with 88 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

@ -3053,6 +3053,32 @@
"rpc": ["https://network.uzmigames.com.br/"],
"faucets": [],
"infoURL": "https://uzmigames.com.br/"
}, {
"name": "Nahmii Mainnet",
"chainId": 5551,
"shortName": "Nahmii",
"networkId": 5551,
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"rpc": ["https://l2.nahmii.io"],
"faucets": [],
"infoURL": "https://nahmii.io"
}, {
"name": "Nahmii Testnet",
"chainId": 5553,
"shortName": "Nahmii testnet",
"networkId": 5553,
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"rpc": ["https://l2.testnet.nahmii.io"],
"faucets": [],
"infoURL": "https://nahmii.io"
}, {
"name": "Syscoin Tanenbaum Testnet",
"chainId": 5700,

View File

@ -4204,6 +4204,64 @@
"shortName": "UZMI",
"chainId": 5315,
"networkId": 5315
}, {
"name": "Nahmii Mainnet",
"chain": "Nahmii",
"network": "mainnet",
"rpc": ["https://l2.nahmii.io"],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://nahmii.io",
"shortName": "Nahmii",
"chainId": 5551,
"networkId": 5551,
"icon": "nahmii",
"explorers": [{
"name": "Nahmii mainnet explorer",
"url": "https://explorer.nahmii.io",
"icon": "nahmii",
"standard": "EIP3091"
}],
"parent": {
"type": "L2",
"chain": "eip155-1",
"bridges": [{
"url": "https://bridge.nahmii.io"
}]
}
}, {
"name": "Nahmii Testnet",
"chain": "Nahmii",
"network": "testnet",
"rpc": ["https://l2.testnet.nahmii.io"],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://nahmii.io",
"shortName": "Nahmii testnet",
"chainId": 5553,
"networkId": 5553,
"icon": "nahmii",
"explorers": [{
"name": "blockscout",
"url": "https://explorer.testnet.nahmii.io",
"icon": "nahmii",
"standard": "EIP3091"
}],
"parent": {
"type": "L2",
"chain": "eip155-3",
"bridges": [{
"url": "https://bridge.nahmii.io"
}]
}
}, {
"name": "Syscoin Tanenbaum Testnet",
"chain": "SYS",

View File

@ -234,6 +234,8 @@
"xvm": "eip155:4918",
"es": "eip155:5197",
"UZMI": "eip155:5315",
"Nahmii": "eip155:5551",
"Nahmii testnet": "eip155:5553",
"tsys": "eip155:5700",
"dgcc": "eip155:5777",
"Ontology Testnet": "eip155:5851",