Added Nahmii mainnet, testnet and icon (#1010)

This commit is contained in:
JHolba 2022-04-20 10:09:06 +02:00 committed by GitHub
parent 217afd7fcd
commit 0898f0c288
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 72 additions and 0 deletions

View 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"
}]
}
}

View 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
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmZhKXgoGpzvthr2eh8ZNgT75YvMtEBegdELAaMPPzf5QT",
"width": 384,
"height": 384,
"format": "png"
}
]