mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
adding new coins to the chain list (#2124)
* 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 * added STAND icon bin file * added STAND icons json files for both mainnet & testnet * added STAND chains json files for both mainnet & testnet Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
parent
dca858b2e8
commit
a7766d5d3f
23
_data/chains/eip155-6789.json
Normal file
23
_data/chains/eip155-6789.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"name": "Gold Smart Chain Mainnet",
|
||||
"chain": "STAND",
|
||||
"icon": "stand",
|
||||
"rpc": ["https://rpc-mainnet.goldsmartchain.com"],
|
||||
"faucets": ["https://faucet.goldsmartchain.com"],
|
||||
"nativeCurrency": {
|
||||
"name": "Standard in Gold",
|
||||
"symbol": "STAND",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://goldsmartchain.com",
|
||||
"shortName": "STANDm",
|
||||
"chainId": 6789,
|
||||
"networkId": 6789,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Gold Smart Chain",
|
||||
"url": "https://mainnet.goldsmartchain.com",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
}
|
23
_data/chains/eip155-79879.json
Normal file
23
_data/chains/eip155-79879.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"name": "Gold Smart Chain Testnet",
|
||||
"chain": "STAND",
|
||||
"icon": "standTestnet",
|
||||
"rpc": ["https://rpc-testnet.goldsmartchain.com"],
|
||||
"faucets": ["https://faucet.goldsmartchain.com"],
|
||||
"nativeCurrency": {
|
||||
"name": "Standard in Gold",
|
||||
"symbol": "STAND",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://goldsmartchain.com",
|
||||
"shortName": "STANDt",
|
||||
"chainId": 79879,
|
||||
"networkId": 79879,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Gold Smart Chain",
|
||||
"url": "https://testnet.goldsmartchain.com",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
}
|
8
_data/icons/stand.json
Normal file
8
_data/icons/stand.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmPNuymyaKLJhCaXnyrsL8358FeTxabZFsaxMmWNU4Tzt3",
|
||||
"width": 396,
|
||||
"height": 418,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
8
_data/icons/standTestnet.json
Normal file
8
_data/icons/standTestnet.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmPNuymyaKLJhCaXnyrsL8358FeTxabZFsaxMmWNU4Tzt3",
|
||||
"width": 396,
|
||||
"height": 418,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
Binary file not shown.
After Width: | Height: | Size: 98 KiB |
Loading…
Reference in New Issue
Block a user