Skip to content

Commit

Permalink
Add storchain mainnet (#5779)
Browse files Browse the repository at this point in the history
* Add storchain mainnet

* Formatted JSON files using Prettier

* Fix Explorer Url which has / in end

* Fixed Short name

* Symbol changed as it was used by another chain

---------

Co-authored-by: ligi <[email protected]>
Co-authored-by: Roland Zeller <[email protected]>
Co-authored-by: Mohit Arora <[email protected]>
  • Loading branch information
4 people authored Sep 10, 2024
1 parent b1e61dd commit 2db31ef
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
24 changes: 24 additions & 0 deletions _data/chains/eip155-6667.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "Storchain",
"chain": "STR",
"rpc": ["https://rpc.storchain.io"],
"faucets": [],
"nativeCurrency": {
"name": "Storchain",
"symbol": "STR",
"decimals": 18
},
"infoURL": "https://storchain.io",
"shortName": "str",
"chainId": 6667,
"networkId": 6667,
"icon": "str",
"explorers": [
{
"name": "storscan",
"url": "https://scan.storchain.io",
"icon": "str",
"standard": "none"
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/str.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmdXSyjZvtVPDTLAuYoVU1cuRTEKnY96p65jgcz6wt7pfA",
"width": 995,
"height": 984,
"format": "png"
}
]

0 comments on commit 2db31ef

Please sign in to comment.