-
Notifications
You must be signed in to change notification settings - Fork 6.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Stenix chain with chain id 425 (#5951)
* Add Stenix chain with chain id 425 * Update _data/icons/stenscan.json Co-authored-by: ligi <[email protected]> * Update _data/icons/stenix.json Co-authored-by: ligi <[email protected]> * Update _data/chains/eip155-425.json Co-authored-by: ligi <[email protected]> * change files to prittier format --------- Co-authored-by: root <[email protected]> Co-authored-by: ligi <[email protected]>
- Loading branch information
1 parent
af7293d
commit 8ae1187
Showing
3 changed files
with
41 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,25 @@ | ||
{ | ||
"name": "Stenix Mainnet", | ||
"chain": "STEN", | ||
"rpc": ["https://stenix.network/pub"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "Stenix", | ||
"symbol": "STEN", | ||
"decimals": 18 | ||
}, | ||
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }], | ||
"infoURL": "https://stenix.org", | ||
"shortName": "sten", | ||
"chainId": 425, | ||
"networkId": 425, | ||
"icon": "stenix", | ||
"explorers": [ | ||
{ | ||
"name": "stenscan", | ||
"url": "https://stenscan.com", | ||
"icon": "stenscan", | ||
"standard": "none" | ||
} | ||
] | ||
} |
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://QmVM1zLyWDZYyje5qWWfDdve1fmrDm69J9pSKhivb1zkCH", | ||
"width": 1200, | ||
"height": 1200, | ||
"format": "png" | ||
} | ||
] |
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://QmVM1zLyWDZYyje5qWWfDdve1fmrDm69J9pSKhivb1zkCH", | ||
"width": 1200, | ||
"height": 1200, | ||
"format": "png" | ||
} | ||
] |