Skip to content

Commit

Permalink
Add Stenix chain with chain id 425 (#5951)
Browse files Browse the repository at this point in the history
* 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
3 people authored Oct 14, 2024
1 parent af7293d commit 8ae1187
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 0 deletions.
25 changes: 25 additions & 0 deletions _data/chains/eip155-425.json
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"
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/stenix.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmVM1zLyWDZYyje5qWWfDdve1fmrDm69J9pSKhivb1zkCH",
"width": 1200,
"height": 1200,
"format": "png"
}
]
8 changes: 8 additions & 0 deletions _data/icons/stenscan.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmVM1zLyWDZYyje5qWWfDdve1fmrDm69J9pSKhivb1zkCH",
"width": 1200,
"height": 1200,
"format": "png"
}
]

0 comments on commit 8ae1187

Please sign in to comment.