mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
parent
7a4f5cc6ab
commit
22c85cfa29
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -4,3 +4,4 @@ _site
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.env
|
.env
|
||||||
node_modules
|
node_modules
|
||||||
|
.idea
|
||||||
|
|
23
_data/chains/eip155-192837465.json
Normal file
23
_data/chains/eip155-192837465.json
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
{
|
||||||
|
"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"
|
||||||
|
}]
|
||||||
|
}
|
23
_data/chains/eip155-356256156.json
Normal file
23
_data/chains/eip155-356256156.json
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
{
|
||||||
|
"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"
|
||||||
|
}]
|
||||||
|
}
|
23
_data/chains/eip155-486217935.json
Normal file
23
_data/chains/eip155-486217935.json
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
{
|
||||||
|
"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"
|
||||||
|
}]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user