mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Gnosis chains udpate (#1453)
* adding faucet, explorer, edit info URL for Gnosis * Adding Chiado Testnet * naming convention * short name
This commit is contained in:
parent
f9dcb70971
commit
8430960368
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "Gnosis Chain",
|
"name": "Gnosis",
|
||||||
"chain": "GNO",
|
"chain": "GNO",
|
||||||
"icon": "gnosis",
|
"icon": "gnosis",
|
||||||
"rpc": [
|
"rpc": [
|
||||||
|
@ -9,18 +9,24 @@
|
||||||
"https://gnosis-mainnet.public.blastapi.io",
|
"https://gnosis-mainnet.public.blastapi.io",
|
||||||
"wss://rpc.gnosischain.com/wss"
|
"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": {
|
"nativeCurrency": {
|
||||||
"name": "xDAI",
|
"name": "xDAI",
|
||||||
"symbol": "xDAI",
|
"symbol": "xDAI",
|
||||||
"decimals": 18
|
"decimals": 18
|
||||||
},
|
},
|
||||||
"infoURL": "https://developers.gnosischain.com",
|
"infoURL": "https://docs.gnosischain.com",
|
||||||
"shortName": "gno",
|
"shortName": "gno",
|
||||||
"chainId": 100,
|
"chainId": 100,
|
||||||
"networkId": 100,
|
"networkId": 100,
|
||||||
"slip44": 700,
|
"slip44": 700,
|
||||||
"explorers": [{
|
"explorers": [{
|
||||||
|
"name": "gnosisscan",
|
||||||
|
"url": "https://gnosisscan.io",
|
||||||
|
"icon": "gnosisscan",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
},
|
||||||
|
{
|
||||||
"name": "blockscout",
|
"name": "blockscout",
|
||||||
"url": "https://blockscout.com/xdai/mainnet",
|
"url": "https://blockscout.com/xdai/mainnet",
|
||||||
"icon": "blockscout",
|
"icon": "blockscout",
|
||||||
|
|
25
_data/chains/eip155-100100.json
Normal file
25
_data/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",
|
"chain": "OGC",
|
||||||
"rpc": [
|
"rpc": [
|
||||||
"https://optimism.gnosischain.com",
|
"https://optimism.gnosischain.com",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user