mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
adding to the chain list (#2119)
* adding mnz logo binary file * adding mnz icons json files for both testnet and mainnet * adding mnz chains json for both testnet and mainnet * fixed explorer URL * fixed the name MNZ to MainnetZ * fixed the name MNZ to MainnetZ * added Sardis bin logo * added sardis icons json files for both mainnet & testnet * added sardis chains json files for both mainnet & testnet * renamed symbol to NetZ * renamed symbol to NetZ * added soverun icon bin file * added soverun icons json for both Soverun mainnet & testnet * added Soverun chains json files for both Soverun mainnet & testnet
This commit is contained in:
parent
36997bcead
commit
d916e490f3
23
_data/chains/eip155-101010.json
Normal file
23
_data/chains/eip155-101010.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"name": "Soverun Testnet",
|
||||
"chain": "SVRN",
|
||||
"icon": "soverunTestnet",
|
||||
"rpc": ["https://testnet-rpc.soverun.com"],
|
||||
"faucets": ["https://faucet.soverun.com"],
|
||||
"nativeCurrency": {
|
||||
"name": "Soverun",
|
||||
"symbol": "SVRN",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://soverun.com",
|
||||
"shortName": "SVRNt",
|
||||
"chainId": 101010,
|
||||
"networkId": 101010,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Soverun",
|
||||
"url": "https://testnet.soverun.com",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
}
|
23
_data/chains/eip155-10101010.json
Normal file
23
_data/chains/eip155-10101010.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"name": "Soverun Mainnet",
|
||||
"chain": "SVRN",
|
||||
"icon": "soverun",
|
||||
"rpc": ["https://mainnet-rpc.soverun.com"],
|
||||
"faucets": ["https://faucet.soverun.com"],
|
||||
"nativeCurrency": {
|
||||
"name": "Soverun",
|
||||
"symbol": "SVRN",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://soverun.com",
|
||||
"shortName": "SVRNm",
|
||||
"chainId": 10101010,
|
||||
"networkId": 10101010,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Soverun",
|
||||
"url": "https://explorer.soverun.com",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
}
|
23
_data/chains/eip155-11612.json
Normal file
23
_data/chains/eip155-11612.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"name": "Sardis Testnet",
|
||||
"chain": "SRDX",
|
||||
"icon": "sardisTestnet",
|
||||
"rpc": ["https://testnet-rpc.sardisnetwork.com"],
|
||||
"faucets": ["https://faucet.sardisnetwork.com"],
|
||||
"nativeCurrency": {
|
||||
"name": "Sardis",
|
||||
"symbol": "SRDX",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://mysardis.com",
|
||||
"shortName": "SRDXt",
|
||||
"chainId": 11612,
|
||||
"networkId": 11612,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Sardis",
|
||||
"url": "https://testnet.sardisnetwork.com",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
}
|
23
_data/chains/eip155-2016.json
Normal file
23
_data/chains/eip155-2016.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"name": "MainnetZ Mainnet",
|
||||
"chain": "NetZ",
|
||||
"icon": "mainnetz",
|
||||
"rpc": ["https://mainnet-rpc.mainnetz.io"],
|
||||
"faucets": ["https://faucet.mainnetz.io"],
|
||||
"nativeCurrency": {
|
||||
"name": "MainnetZ",
|
||||
"symbol": "NetZ",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://mainnetz.io",
|
||||
"shortName": "NetZm",
|
||||
"chainId": 2016,
|
||||
"networkId": 2016,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "MainnetZ",
|
||||
"url": "https://explorer.mainnetz.io",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
}
|
23
_data/chains/eip155-51712.json
Normal file
23
_data/chains/eip155-51712.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"name": "Sardis Mainnet",
|
||||
"chain": "SRDX",
|
||||
"icon": "sardis",
|
||||
"rpc": ["https://mainnet-rpc.sardisnetwork.com"],
|
||||
"faucets": ["https://faucet.sardisnetwork.com"],
|
||||
"nativeCurrency": {
|
||||
"name": "Sardis",
|
||||
"symbol": "SRDX",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://mysardis.com",
|
||||
"shortName": "SRDXm",
|
||||
"chainId": 51712,
|
||||
"networkId": 51712,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Sardis",
|
||||
"url": "https://contract-mainnet.sardisnetwork.com",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
}
|
23
_data/chains/eip155-9768.json
Normal file
23
_data/chains/eip155-9768.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"name": "MainnetZ Testnet",
|
||||
"chain": "NetZ",
|
||||
"icon": "mainnetzTestnet",
|
||||
"rpc": ["https://testnet-rpc.mainnetz.io"],
|
||||
"faucets": ["https://faucet.mainnetz.io"],
|
||||
"nativeCurrency": {
|
||||
"name": "MainnetZ",
|
||||
"symbol": "NetZ",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://testnet.mainnetz.io",
|
||||
"shortName": "NetZt",
|
||||
"chainId": 9768,
|
||||
"networkId": 9768,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "MainnetZ",
|
||||
"url": "https://testnet.mainnetz.io",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
}
|
8
_data/icons/mainnetz.json
Normal file
8
_data/icons/mainnetz.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmT5gJ5weBiLT3GoYuF5yRTRLdPLCVZ3tXznfqW7M8fxgG",
|
||||
"width": 400,
|
||||
"height": 400,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
8
_data/icons/mainnetzTestnet.json
Normal file
8
_data/icons/mainnetzTestnet.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmT5gJ5weBiLT3GoYuF5yRTRLdPLCVZ3tXznfqW7M8fxgG",
|
||||
"width": 400,
|
||||
"height": 400,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
8
_data/icons/sardis.json
Normal file
8
_data/icons/sardis.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmdR9QJjQEh1mBnf2WbJfehverxiP5RDPWMtEECbDP2rc3",
|
||||
"width": 512,
|
||||
"height": 512,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
8
_data/icons/sardisTestnet.json
Normal file
8
_data/icons/sardisTestnet.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmdR9QJjQEh1mBnf2WbJfehverxiP5RDPWMtEECbDP2rc3",
|
||||
"width": 512,
|
||||
"height": 512,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
8
_data/icons/soverun.json
Normal file
8
_data/icons/soverun.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmTYazUzgY9Nn2mCjWwFUSLy3dG6i2PvALpwCNQvx1zXyi",
|
||||
"width": 1154,
|
||||
"height": 1154,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
8
_data/icons/soverunTestnet.json
Normal file
8
_data/icons/soverunTestnet.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmTYazUzgY9Nn2mCjWwFUSLy3dG6i2PvALpwCNQvx1zXyi",
|
||||
"width": 1154,
|
||||
"height": 1154,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
Binary file not shown.
After Width: | Height: | Size: 249 KiB |
Binary file not shown.
After Width: | Height: | Size: 209 KiB |
Binary file not shown.
After Width: | Height: | Size: 8.6 KiB |
Loading…
Reference in New Issue
Block a user