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@8430960368 🚀
This commit is contained in:
parent
73544f7ed0
commit
2021bd85ab
File diff suppressed because one or more lines are too long
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "Gnosis Chain",
|
||||
"name": "Gnosis",
|
||||
"chain": "GNO",
|
||||
"icon": "gnosis",
|
||||
"rpc": [
|
||||
|
@ -9,18 +9,24 @@
|
|||
"https://gnosis-mainnet.public.blastapi.io",
|
||||
"wss://rpc.gnosischain.com/wss"
|
||||
],
|
||||
"faucets": ["https://faucet.gimlu.com/gnosis", "https://stakely.io/faucet/gnosis-chain-xdai", "https://faucet.prussia.dev/xdai"],
|
||||
"faucets": ["https://gnosisfaucet.com", "https://faucet.gimlu.com/gnosis", "https://stakely.io/faucet/gnosis-chain-xdai", "https://faucet.prussia.dev/xdai"],
|
||||
"nativeCurrency": {
|
||||
"name": "xDAI",
|
||||
"symbol": "xDAI",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://developers.gnosischain.com",
|
||||
"infoURL": "https://docs.gnosischain.com",
|
||||
"shortName": "gno",
|
||||
"chainId": 100,
|
||||
"networkId": 100,
|
||||
"slip44": 700,
|
||||
"explorers": [{
|
||||
"name": "gnosisscan",
|
||||
"url": "https://gnosisscan.io",
|
||||
"icon": "gnosisscan",
|
||||
"standard": "EIP3091"
|
||||
},
|
||||
{
|
||||
"name": "blockscout",
|
||||
"url": "https://blockscout.com/xdai/mainnet",
|
||||
"icon": "blockscout",
|
||||
|
|
25
chains/eip155-100100.json
Normal file
25
chains/eip155-100100.json
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"name": "Chiado Testnet",
|
||||
"chain": "CHI",
|
||||
"network": "testnet",
|
||||
"icon": "gnosis",
|
||||
"rpc": [
|
||||
"https://rpc-chiado.gnosistestnet.com"
|
||||
],
|
||||
"faucets": ["https://gnosisfaucet.com"],
|
||||
"nativeCurrency": {
|
||||
"name": "Chiado xDAI",
|
||||
"symbol": "xDAI",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://docs.gnosischain.com",
|
||||
"shortName": "chi",
|
||||
"chainId": 100100,
|
||||
"networkId": 100100,
|
||||
"explorers": [{
|
||||
"name": "blockscout",
|
||||
"url": "https://blockscout-chiado.gnosistestnet.com",
|
||||
"icon": "blockscout",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "Optimism on Gnosis Chain",
|
||||
"name": "Optimism on Gnosis",
|
||||
"chain": "OGC",
|
||||
"rpc": [
|
||||
"https://optimism.gnosischain.com",
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1156,7 +1156,7 @@
|
|||
"faucets": [],
|
||||
"infoURL": "https://poa.network"
|
||||
}, {
|
||||
"name": "Gnosis Chain",
|
||||
"name": "Gnosis",
|
||||
"chainId": 100,
|
||||
"shortName": "gno",
|
||||
"networkId": 100,
|
||||
|
@ -1166,8 +1166,8 @@
|
|||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://rpc.gnosischain.com", "https://rpc.ankr.com/gnosis", "https://gnosischain-rpc.gateway.pokt.network", "https://gnosis-mainnet.public.blastapi.io", "wss://rpc.gnosischain.com/wss"],
|
||||
"faucets": ["https://faucet.gimlu.com/gnosis", "https://stakely.io/faucet/gnosis-chain-xdai", "https://faucet.prussia.dev/xdai"],
|
||||
"infoURL": "https://developers.gnosischain.com"
|
||||
"faucets": ["https://gnosisfaucet.com", "https://faucet.gimlu.com/gnosis", "https://stakely.io/faucet/gnosis-chain-xdai", "https://faucet.prussia.dev/xdai"],
|
||||
"infoURL": "https://docs.gnosischain.com"
|
||||
}, {
|
||||
"name": "EtherInc",
|
||||
"chainId": 101,
|
||||
|
@ -1741,7 +1741,7 @@
|
|||
"faucets": [],
|
||||
"infoURL": "https://boba.network"
|
||||
}, {
|
||||
"name": "Optimism on Gnosis Chain",
|
||||
"name": "Optimism on Gnosis",
|
||||
"chainId": 300,
|
||||
"shortName": "ogc",
|
||||
"networkId": 300,
|
||||
|
@ -5055,6 +5055,19 @@
|
|||
"rpc": ["https://mainnet-s7-ethapi.quarkchain.io", "http://eth-jrpc.mainnet.quarkchain.io:39007"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://www.quarkchain.io"
|
||||
}, {
|
||||
"name": "Chiado Testnet",
|
||||
"chainId": 100100,
|
||||
"shortName": "chi",
|
||||
"networkId": 100100,
|
||||
"nativeCurrency": {
|
||||
"name": "Chiado xDAI",
|
||||
"symbol": "xDAI",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://rpc-chiado.gnosistestnet.com"],
|
||||
"faucets": ["https://gnosisfaucet.com"],
|
||||
"infoURL": "https://docs.gnosischain.com"
|
||||
}, {
|
||||
"name": "Crystaleum",
|
||||
"chainId": 103090,
|
||||
|
|
|
@ -1632,22 +1632,27 @@
|
|||
"standard": "none"
|
||||
}]
|
||||
}, {
|
||||
"name": "Gnosis Chain",
|
||||
"name": "Gnosis",
|
||||
"chain": "GNO",
|
||||
"icon": "gnosis",
|
||||
"rpc": ["https://rpc.gnosischain.com", "https://rpc.ankr.com/gnosis", "https://gnosischain-rpc.gateway.pokt.network", "https://gnosis-mainnet.public.blastapi.io", "wss://rpc.gnosischain.com/wss"],
|
||||
"faucets": ["https://faucet.gimlu.com/gnosis", "https://stakely.io/faucet/gnosis-chain-xdai", "https://faucet.prussia.dev/xdai"],
|
||||
"faucets": ["https://gnosisfaucet.com", "https://faucet.gimlu.com/gnosis", "https://stakely.io/faucet/gnosis-chain-xdai", "https://faucet.prussia.dev/xdai"],
|
||||
"nativeCurrency": {
|
||||
"name": "xDAI",
|
||||
"symbol": "xDAI",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://developers.gnosischain.com",
|
||||
"infoURL": "https://docs.gnosischain.com",
|
||||
"shortName": "gno",
|
||||
"chainId": 100,
|
||||
"networkId": 100,
|
||||
"slip44": 700,
|
||||
"explorers": [{
|
||||
"name": "gnosisscan",
|
||||
"url": "https://gnosisscan.io",
|
||||
"icon": "gnosisscan",
|
||||
"standard": "EIP3091"
|
||||
}, {
|
||||
"name": "blockscout",
|
||||
"url": "https://blockscout.com/xdai/mainnet",
|
||||
"icon": "blockscout",
|
||||
|
@ -2444,7 +2449,7 @@
|
|||
}]
|
||||
}
|
||||
}, {
|
||||
"name": "Optimism on Gnosis Chain",
|
||||
"name": "Optimism on Gnosis",
|
||||
"chain": "OGC",
|
||||
"rpc": ["https://optimism.gnosischain.com", "wss://optimism.gnosischain.com/wss"],
|
||||
"faucets": ["https://faucet.gimlu.com/gnosis"],
|
||||
|
@ -7245,6 +7250,28 @@
|
|||
"url": "https://mainnet.quarkchain.io/7",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "Chiado Testnet",
|
||||
"chain": "CHI",
|
||||
"network": "testnet",
|
||||
"icon": "gnosis",
|
||||
"rpc": ["https://rpc-chiado.gnosistestnet.com"],
|
||||
"faucets": ["https://gnosisfaucet.com"],
|
||||
"nativeCurrency": {
|
||||
"name": "Chiado xDAI",
|
||||
"symbol": "xDAI",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://docs.gnosischain.com",
|
||||
"shortName": "chi",
|
||||
"chainId": 100100,
|
||||
"networkId": 100100,
|
||||
"explorers": [{
|
||||
"name": "blockscout",
|
||||
"url": "https://blockscout-chiado.gnosistestnet.com",
|
||||
"icon": "blockscout",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "Crystaleum",
|
||||
"chain": "crystal",
|
||||
|
|
|
@ -388,6 +388,7 @@
|
|||
"qkc-s5": "eip155:100006",
|
||||
"qkc-s6": "eip155:100007",
|
||||
"qkc-s7": "eip155:100008",
|
||||
"chi": "eip155:100100",
|
||||
"CRFI": "eip155:103090",
|
||||
"bro": "eip155:108801",
|
||||
"qkc-d-r": "eip155:110000",
|
||||
|
|
Loading…
Reference in New Issue
Block a user