forked from ethereum-lists/chains
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add GitSwarm chain (ethereum-lists#4357)
Co-authored-by: ligi <[email protected]>
1 parent
7146179
commit f70c9cf
Showing
2 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"name": "GitSwarm Test Network", | ||
"title": "GitSwarm Test Network", | ||
"chain": "ETH", | ||
"icon": "gitswarm", | ||
"rpc": ["https://gitswarm.com:2096"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "GitSwarm Ether", | ||
"symbol": "GS-ETH", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://gitswarm.com/", | ||
"shortName": "GS-ETH", | ||
"chainId": 28872323069, | ||
"networkId": 28872323069, | ||
"slip44": 1, | ||
"explorers": [], | ||
"status": "incubating" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[ | ||
{ | ||
"url": "ipfs://bafkreihdfuzytq2og65n3d3b2kzfvk6yywvqdlorrt6h76q4baz5phcvju", | ||
"width": 256, | ||
"height": 256, | ||
"format": "png" | ||
} | ||
] |