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@22c85cfa29 🚀
This commit is contained in:
parent
c73a1facc2
commit
7fe4c3f959
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -3222,6 +3222,19 @@
|
||||||
"rpc": ["https://toys.joys.cash/"],
|
"rpc": ["https://toys.joys.cash/"],
|
||||||
"faucets": ["https://faucet.joys.digital/"],
|
"faucets": ["https://faucet.joys.digital/"],
|
||||||
"infoURL": "https://joys.digital"
|
"infoURL": "https://joys.digital"
|
||||||
|
}, {
|
||||||
|
"name": "Gather Mainnet Network",
|
||||||
|
"chainId": 192837465,
|
||||||
|
"shortName": "GTH",
|
||||||
|
"networkId": 192837465,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Gather",
|
||||||
|
"symbol": "GTH",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": ["https://mainnet.gather.network"],
|
||||||
|
"faucets": [],
|
||||||
|
"infoURL": "https://gather.network"
|
||||||
}, {
|
}, {
|
||||||
"name": "Neon EVM DevNet",
|
"name": "Neon EVM DevNet",
|
||||||
"chainId": 245022926,
|
"chainId": 245022926,
|
||||||
|
@ -3274,6 +3287,32 @@
|
||||||
"rpc": ["https://mainnet-rpc.oneledger.network"],
|
"rpc": ["https://mainnet-rpc.oneledger.network"],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"infoURL": "https://oneledger.io"
|
"infoURL": "https://oneledger.io"
|
||||||
|
}, {
|
||||||
|
"name": "Gather Tesnet Network",
|
||||||
|
"chainId": 356256156,
|
||||||
|
"shortName": "tGTH",
|
||||||
|
"networkId": 356256156,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Gather",
|
||||||
|
"symbol": "GTH",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": ["https://testnet.gather.network"],
|
||||||
|
"faucets": [],
|
||||||
|
"infoURL": "https://gather.network"
|
||||||
|
}, {
|
||||||
|
"name": "Gather Devnet Network",
|
||||||
|
"chainId": 486217935,
|
||||||
|
"shortName": "dGTH",
|
||||||
|
"networkId": 486217935,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Gather",
|
||||||
|
"symbol": "GTH",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": ["https://devnet.gather.network"],
|
||||||
|
"faucets": [],
|
||||||
|
"infoURL": "https://gather.network"
|
||||||
}, {
|
}, {
|
||||||
"name": "IPOS Network",
|
"name": "IPOS Network",
|
||||||
"chainId": 1122334455,
|
"chainId": 1122334455,
|
||||||
|
|
|
@ -4463,6 +4463,26 @@
|
||||||
"shortName": "TOYS",
|
"shortName": "TOYS",
|
||||||
"chainId": 99415706,
|
"chainId": 99415706,
|
||||||
"networkId": 99415706
|
"networkId": 99415706
|
||||||
|
}, {
|
||||||
|
"name": "Gather Mainnet Network",
|
||||||
|
"chain": "GTH",
|
||||||
|
"network": "mainnet",
|
||||||
|
"rpc": ["https://mainnet.gather.network"],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Gather",
|
||||||
|
"symbol": "GTH",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://gather.network",
|
||||||
|
"shortName": "GTH",
|
||||||
|
"chainId": 192837465,
|
||||||
|
"networkId": 192837465,
|
||||||
|
"explorers": [{
|
||||||
|
"name": "Blockscout",
|
||||||
|
"url": "https://explorer.gather.network/",
|
||||||
|
"standard": "none"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "Neon EVM DevNet",
|
"name": "Neon EVM DevNet",
|
||||||
"chain": "Solana",
|
"chain": "Solana",
|
||||||
|
@ -4529,6 +4549,46 @@
|
||||||
"url": "https://mainnet-explorer.oneledger.network",
|
"url": "https://mainnet-explorer.oneledger.network",
|
||||||
"standard": "EIP3091"
|
"standard": "EIP3091"
|
||||||
}]
|
}]
|
||||||
|
}, {
|
||||||
|
"name": "Gather Tesnet Network",
|
||||||
|
"chain": "GTH",
|
||||||
|
"network": "testnet",
|
||||||
|
"rpc": ["https://testnet.gather.network"],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Gather",
|
||||||
|
"symbol": "GTH",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://gather.network",
|
||||||
|
"shortName": "tGTH",
|
||||||
|
"chainId": 356256156,
|
||||||
|
"networkId": 356256156,
|
||||||
|
"explorers": [{
|
||||||
|
"name": "Blockscout",
|
||||||
|
"url": "https://testnet-explorer.gather.network/",
|
||||||
|
"standard": "none"
|
||||||
|
}]
|
||||||
|
}, {
|
||||||
|
"name": "Gather Devnet Network",
|
||||||
|
"chain": "GTH",
|
||||||
|
"network": "devnet",
|
||||||
|
"rpc": ["https://devnet.gather.network"],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Gather",
|
||||||
|
"symbol": "GTH",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://gather.network",
|
||||||
|
"shortName": "dGTH",
|
||||||
|
"chainId": 486217935,
|
||||||
|
"networkId": 486217935,
|
||||||
|
"explorers": [{
|
||||||
|
"name": "Blockscout",
|
||||||
|
"url": "https://devnet-explorer.gather.network/",
|
||||||
|
"standard": "none"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "IPOS Network",
|
"name": "IPOS Network",
|
||||||
"chain": "IPOS",
|
"chain": "IPOS",
|
||||||
|
|
|
@ -247,10 +247,13 @@
|
||||||
"JOYS": "eip155:35855456",
|
"JOYS": "eip155:35855456",
|
||||||
"aqua": "eip155:61717561",
|
"aqua": "eip155:61717561",
|
||||||
"TOYS": "eip155:99415706",
|
"TOYS": "eip155:99415706",
|
||||||
|
"GTH": "eip155:192837465",
|
||||||
"neonevm-devnet": "eip155:245022926",
|
"neonevm-devnet": "eip155:245022926",
|
||||||
"neonevm-mainnet": "eip155:245022934",
|
"neonevm-mainnet": "eip155:245022934",
|
||||||
"neonevm-testnet": "eip155:245022940",
|
"neonevm-testnet": "eip155:245022940",
|
||||||
"oneledger": "eip155:311752642",
|
"oneledger": "eip155:311752642",
|
||||||
|
"tGTH": "eip155:356256156",
|
||||||
|
"dGTH": "eip155:486217935",
|
||||||
"ipos": "eip155:1122334455",
|
"ipos": "eip155:1122334455",
|
||||||
"aurora": "eip155:1313161554",
|
"aurora": "eip155:1313161554",
|
||||||
"aurora-testnet": "eip155:1313161555",
|
"aurora-testnet": "eip155:1313161555",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user