mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Added Nahmii mainnet, testnet and icon (#1010)
This commit is contained in:
parent
217afd7fcd
commit
0898f0c288
32
_data/chains/eip155-5551.json
Normal file
32
_data/chains/eip155-5551.json
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
{
|
||||||
|
"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"
|
||||||
|
}]
|
||||||
|
}
|
||||||
|
}
|
32
_data/chains/eip155-5553.json
Normal file
32
_data/chains/eip155-5553.json
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
{
|
||||||
|
"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"
|
||||||
|
}]
|
||||||
|
}
|
||||||
|
}
|
8
_data/icons/nahmii.json
Normal file
8
_data/icons/nahmii.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://QmZhKXgoGpzvthr2eh8ZNgT75YvMtEBegdELAaMPPzf5QT",
|
||||||
|
"width": 384,
|
||||||
|
"height": 384,
|
||||||
|
"format": "png"
|
||||||
|
}
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user