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:
SolidityX 2023-01-11 13:54:46 +05:30 committed by GitHub
parent 36997bcead
commit d916e490f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
15 changed files with 186 additions and 0 deletions

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

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

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

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

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

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

View File

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

View File

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

8
_data/icons/sardis.json Normal file
View File

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

View File

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

8
_data/icons/soverun.json Normal file
View File

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

View 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