File tree 4 files changed +71
-1
lines changed
4 files changed +71
-1
lines changed Original file line number Diff line number Diff line change 3
3
.jekyll-metadata
4
4
.DS_Store
5
5
.env
6
- node_modules
6
+ node_modules
7
+ .idea
Original file line number Diff line number Diff line change
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
+ }
Original file line number Diff line number Diff line change
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
+ }
Original file line number Diff line number Diff line change
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
+ }
You can’t perform that action at this time.
0 commit comments