Skip to content

Commit 22c85cf

Browse files
authored
add Gather chains (ethereum-lists#598)
* add gather chains * change short name
1 parent 7a4f5cc commit 22c85cf

File tree

4 files changed

+71
-1
lines changed

4 files changed

+71
-1
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ _site
33
.jekyll-metadata
44
.DS_Store
55
.env
6-
node_modules
6+
node_modules
7+
.idea

_data/chains/eip155-192837465.json

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "Gather Mainnet Network",
3+
"chain": "GTH",
4+
"network": "mainnet",
5+
"rpc": [
6+
"https://mainnet.gather.network"
7+
],
8+
"faucets": [],
9+
"nativeCurrency": {
10+
"name": "Gather",
11+
"symbol": "GTH",
12+
"decimals": 18
13+
},
14+
"infoURL": "https://gather.network",
15+
"shortName": "GTH",
16+
"chainId": 192837465,
17+
"networkId": 192837465,
18+
"explorers": [{
19+
"name": "Blockscout",
20+
"url": "https://explorer.gather.network/",
21+
"standard": "none"
22+
}]
23+
}

_data/chains/eip155-356256156.json

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "Gather Tesnet Network",
3+
"chain": "GTH",
4+
"network": "testnet",
5+
"rpc": [
6+
"https://testnet.gather.network"
7+
],
8+
"faucets": [],
9+
"nativeCurrency": {
10+
"name": "Gather",
11+
"symbol": "GTH",
12+
"decimals": 18
13+
},
14+
"infoURL": "https://gather.network",
15+
"shortName": "tGTH",
16+
"chainId": 356256156,
17+
"networkId": 356256156,
18+
"explorers": [{
19+
"name": "Blockscout",
20+
"url": "https://testnet-explorer.gather.network/",
21+
"standard": "none"
22+
}]
23+
}

_data/chains/eip155-486217935.json

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "Gather Devnet Network",
3+
"chain": "GTH",
4+
"network": "devnet",
5+
"rpc": [
6+
"https://devnet.gather.network"
7+
],
8+
"faucets": [],
9+
"nativeCurrency": {
10+
"name": "Gather",
11+
"symbol": "GTH",
12+
"decimals": 18
13+
},
14+
"infoURL": "https://gather.network",
15+
"shortName": "dGTH",
16+
"chainId": 486217935,
17+
"networkId": 486217935,
18+
"explorers": [{
19+
"name": "Blockscout",
20+
"url": "https://devnet-explorer.gather.network/",
21+
"standard": "none"
22+
}]
23+
}

0 commit comments

Comments
 (0)