Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Stenix chain with chain id 425 #5951

Merged
merged 11 commits into from
Oct 14, 2024
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": "EIP3091"
TetyanaZaliska marked this conversation as resolved.
Show resolved Hide resolved
}]
}
9 changes: 9 additions & 0 deletions _data/icons/stenix.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@

TetyanaZaliska marked this conversation as resolved.
Show resolved Hide resolved
[
{
"url": "ipfs://QmVM1zLyWDZYyje5qWWfDdve1fmrDm69J9pSKhivb1zkCH",
"width": 1200,
"height": 1200,
"format": "png"
}
]
9 changes: 9 additions & 0 deletions _data/icons/stenscan.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@

TetyanaZaliska marked this conversation as resolved.
Show resolved Hide resolved
[
{
"url": "ipfs://QmVM1zLyWDZYyje5qWWfDdve1fmrDm69J9pSKhivb1zkCH",
"width": 1200,
"height": 1200,
"format": "png"
}
]
Loading