add Gather chains (#598)

* add gather chains

* change short name
This commit is contained in:
Slava 2021-11-29 11:43:31 +02:00 committed by GitHub
parent 7a4f5cc6ab
commit 22c85cfa29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 71 additions and 1 deletions

3
.gitignore vendored
View File

@ -3,4 +3,5 @@ _site
.jekyll-metadata
.DS_Store
.env
node_modules
node_modules
.idea

View 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"
}]
}

View 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"
}]
}

View 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"
}]
}