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@91bbbf2df1 🚀
This commit is contained in:
parent
f62943e090
commit
2592078a53
File diff suppressed because one or more lines are too long
17
chains/eip155-266256.json
Normal file
17
chains/eip155-266256.json
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
{
|
||||||
|
"name": "Gear Zero Network Testnet",
|
||||||
|
"chain": "GearZero",
|
||||||
|
"rpc": ["https://gzn-test.linksme.info"],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Gear Zero Network Native Token",
|
||||||
|
"symbol": "GZN",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://token.gearzero.ca/testnet",
|
||||||
|
"shortName": "gz-testnet",
|
||||||
|
"chainId": 266256,
|
||||||
|
"networkId": 266256,
|
||||||
|
"slip44": 266256,
|
||||||
|
"explorers": []
|
||||||
|
}
|
17
chains/eip155-516.json
Normal file
17
chains/eip155-516.json
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
{
|
||||||
|
"name": "Gear Zero Network Mainnet",
|
||||||
|
"chain": "GearZero",
|
||||||
|
"rpc": ["https://gzn.linksme.info"],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Gear Zero Network Native Token",
|
||||||
|
"symbol": "GZN",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://token.gearzero.ca/mainnet",
|
||||||
|
"shortName": "gz-mainnet",
|
||||||
|
"chainId": 516,
|
||||||
|
"networkId": 516,
|
||||||
|
"slip44": 516,
|
||||||
|
"explorers": []
|
||||||
|
}
|
File diff suppressed because one or more lines are too long
|
@ -2156,6 +2156,19 @@
|
||||||
"rpc": ["https://rpc-testnet.acuteangle.com"],
|
"rpc": ["https://rpc-testnet.acuteangle.com"],
|
||||||
"faucets": ["https://scan-testnet.acuteangle.com/faucet"],
|
"faucets": ["https://scan-testnet.acuteangle.com/faucet"],
|
||||||
"infoURL": "https://www.acuteangle.com/"
|
"infoURL": "https://www.acuteangle.com/"
|
||||||
|
}, {
|
||||||
|
"name": "Gear Zero Network Mainnet",
|
||||||
|
"chainId": 516,
|
||||||
|
"shortName": "gz-mainnet",
|
||||||
|
"networkId": 516,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Gear Zero Network Native Token",
|
||||||
|
"symbol": "GZN",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": ["https://gzn.linksme.info"],
|
||||||
|
"faucets": [],
|
||||||
|
"infoURL": "https://token.gearzero.ca/mainnet"
|
||||||
}, {
|
}, {
|
||||||
"name": "XT Smart Chain Mainnet",
|
"name": "XT Smart Chain Mainnet",
|
||||||
"chainId": 520,
|
"chainId": 520,
|
||||||
|
@ -6654,6 +6667,19 @@
|
||||||
"rpc": ["https://mainnet.block.caduceus.foundation", "wss://mainnet.block.caduceus.foundation"],
|
"rpc": ["https://mainnet.block.caduceus.foundation", "wss://mainnet.block.caduceus.foundation"],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"infoURL": "https://caduceus.foundation/"
|
"infoURL": "https://caduceus.foundation/"
|
||||||
|
}, {
|
||||||
|
"name": "Gear Zero Network Testnet",
|
||||||
|
"chainId": 266256,
|
||||||
|
"shortName": "gz-testnet",
|
||||||
|
"networkId": 266256,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Gear Zero Network Native Token",
|
||||||
|
"symbol": "GZN",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": ["https://gzn-test.linksme.info"],
|
||||||
|
"faucets": [],
|
||||||
|
"infoURL": "https://token.gearzero.ca/testnet"
|
||||||
}, {
|
}, {
|
||||||
"name": "Social Smart Chain Mainnet",
|
"name": "Social Smart Chain Mainnet",
|
||||||
"chainId": 281121,
|
"chainId": 281121,
|
||||||
|
|
|
@ -3072,6 +3072,22 @@
|
||||||
"url": "https://scan-testnet.acuteangle.com",
|
"url": "https://scan-testnet.acuteangle.com",
|
||||||
"standard": "EIP3091"
|
"standard": "EIP3091"
|
||||||
}]
|
}]
|
||||||
|
}, {
|
||||||
|
"name": "Gear Zero Network Mainnet",
|
||||||
|
"chain": "GearZero",
|
||||||
|
"rpc": ["https://gzn.linksme.info"],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Gear Zero Network Native Token",
|
||||||
|
"symbol": "GZN",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://token.gearzero.ca/mainnet",
|
||||||
|
"shortName": "gz-mainnet",
|
||||||
|
"chainId": 516,
|
||||||
|
"networkId": 516,
|
||||||
|
"slip44": 516,
|
||||||
|
"explorers": []
|
||||||
}, {
|
}, {
|
||||||
"name": "XT Smart Chain Mainnet",
|
"name": "XT Smart Chain Mainnet",
|
||||||
"chain": "XSC",
|
"chain": "XSC",
|
||||||
|
@ -9696,6 +9712,22 @@
|
||||||
"url": "https://mainnet.scan.caduceus.foundation",
|
"url": "https://mainnet.scan.caduceus.foundation",
|
||||||
"standard": "none"
|
"standard": "none"
|
||||||
}]
|
}]
|
||||||
|
}, {
|
||||||
|
"name": "Gear Zero Network Testnet",
|
||||||
|
"chain": "GearZero",
|
||||||
|
"rpc": ["https://gzn-test.linksme.info"],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Gear Zero Network Native Token",
|
||||||
|
"symbol": "GZN",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://token.gearzero.ca/testnet",
|
||||||
|
"shortName": "gz-testnet",
|
||||||
|
"chainId": 266256,
|
||||||
|
"networkId": 266256,
|
||||||
|
"slip44": 266256,
|
||||||
|
"explorers": []
|
||||||
}, {
|
}, {
|
||||||
"name": "Social Smart Chain Mainnet",
|
"name": "Social Smart Chain Mainnet",
|
||||||
"chain": "SoChain",
|
"chain": "SoChain",
|
||||||
|
|
|
@ -165,6 +165,7 @@
|
||||||
"rupx": "eip155:499",
|
"rupx": "eip155:499",
|
||||||
"aac": "eip155:512",
|
"aac": "eip155:512",
|
||||||
"aact": "eip155:513",
|
"aact": "eip155:513",
|
||||||
|
"gz-mainnet": "eip155:516",
|
||||||
"xt": "eip155:520",
|
"xt": "eip155:520",
|
||||||
"FxCore": "eip155:530",
|
"FxCore": "eip155:530",
|
||||||
"CNDL": "eip155:534",
|
"CNDL": "eip155:534",
|
||||||
|
@ -511,6 +512,7 @@
|
||||||
"ats": "eip155:246529",
|
"ats": "eip155:246529",
|
||||||
"atstau": "eip155:246785",
|
"atstau": "eip155:246785",
|
||||||
"cmp-mainnet": "eip155:256256",
|
"cmp-mainnet": "eip155:256256",
|
||||||
|
"gz-testnet": "eip155:266256",
|
||||||
"SoChain": "eip155:281121",
|
"SoChain": "eip155:281121",
|
||||||
"filecoin-calibration": "eip155:314159",
|
"filecoin-calibration": "eip155:314159",
|
||||||
"sparta": "eip155:333888",
|
"sparta": "eip155:333888",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user