mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@a7766d5d3f 🚀
This commit is contained in:
parent
b2486d2aae
commit
ac22ad6830
2994
chain_icons.json
2994
chain_icons.json
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
23
chains/eip155-6789.json
Normal file
23
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
chains/eip155-79879.json
Normal file
23
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"
|
||||
}
|
||||
]
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -5055,6 +5055,19 @@
|
|||
"rpc": ["https://http-mainnet.chain.pixie.xyz", "wss://ws-mainnet.chain.pixie.xyz"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://chain.pixie.xyz"
|
||||
}, {
|
||||
"name": "Gold Smart Chain Mainnet",
|
||||
"chainId": 6789,
|
||||
"shortName": "STANDm",
|
||||
"networkId": 6789,
|
||||
"nativeCurrency": {
|
||||
"name": "Standard in Gold",
|
||||
"symbol": "STAND",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://rpc-mainnet.goldsmartchain.com"],
|
||||
"faucets": ["https://faucet.goldsmartchain.com"],
|
||||
"infoURL": "https://goldsmartchain.com"
|
||||
}, {
|
||||
"name": "Tomb Chain Mainnet",
|
||||
"chainId": 6969,
|
||||
|
@ -6966,6 +6979,19 @@
|
|||
"rpc": ["https://ethnode.primusmoney.com/firenze"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://primusmoney.com"
|
||||
}, {
|
||||
"name": "Gold Smart Chain Testnet",
|
||||
"chainId": 79879,
|
||||
"shortName": "STANDt",
|
||||
"networkId": 79879,
|
||||
"nativeCurrency": {
|
||||
"name": "Standard in Gold",
|
||||
"symbol": "STAND",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://rpc-testnet.goldsmartchain.com"],
|
||||
"faucets": ["https://faucet.goldsmartchain.com"],
|
||||
"infoURL": "https://goldsmartchain.com"
|
||||
}, {
|
||||
"name": "Mumbai",
|
||||
"chainId": 80001,
|
||||
|
|
|
@ -7321,6 +7321,26 @@
|
|||
"url": "https://scan.chain.pixie.xyz",
|
||||
"standard": "none"
|
||||
}]
|
||||
}, {
|
||||
"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"
|
||||
}]
|
||||
}, {
|
||||
"name": "Tomb Chain Mainnet",
|
||||
"chain": "Tomb Chain",
|
||||
|
@ -10210,6 +10230,26 @@
|
|||
"shortName": "firenze",
|
||||
"chainId": 78110,
|
||||
"networkId": 78110
|
||||
}, {
|
||||
"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"
|
||||
}]
|
||||
}, {
|
||||
"name": "Mumbai",
|
||||
"title": "Polygon Testnet Mumbai",
|
||||
|
|
8
icons/stand.json
Normal file
8
icons/stand.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmPNuymyaKLJhCaXnyrsL8358FeTxabZFsaxMmWNU4Tzt3",
|
||||
"width": 396,
|
||||
"height": 418,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
8
icons/standTestnet.json
Normal file
8
icons/standTestnet.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmPNuymyaKLJhCaXnyrsL8358FeTxabZFsaxMmWNU4Tzt3",
|
||||
"width": 396,
|
||||
"height": 418,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
BIN
iconsDownload/QmPNuymyaKLJhCaXnyrsL8358FeTxabZFsaxMmWNU4Tzt3
Normal file
BIN
iconsDownload/QmPNuymyaKLJhCaXnyrsL8358FeTxabZFsaxMmWNU4Tzt3
Normal file
Binary file not shown.
After Width: | Height: | Size: 98 KiB |
|
@ -388,6 +388,7 @@
|
|||
"TRESTEST": "eip155:6065",
|
||||
"TRESMAIN": "eip155:6066",
|
||||
"pixie-chain": "eip155:6626",
|
||||
"STANDm": "eip155:6789",
|
||||
"tombchain": "eip155:6969",
|
||||
"psc": "eip155:6999",
|
||||
"zetachain-mainnet": "eip155:7000",
|
||||
|
@ -535,6 +536,7 @@
|
|||
"resin": "eip155:75000",
|
||||
"vscm": "eip155:77612",
|
||||
"firenze": "eip155:78110",
|
||||
"STANDt": "eip155:79879",
|
||||
"maticmum": "eip155:80001",
|
||||
"ivar": "eip155:88888",
|
||||
"bvhl": "eip155:90210",
|
||||
|
|
Loading…
Reference in New Issue
Block a user