Skip to content

Commit

Permalink
feat: add HighOctane avax subnet (#5749)
Browse files Browse the repository at this point in the history
* feat: add HighOctane avax subnet

* Update highOctane.json

* Update highOctane.json

---------

Co-authored-by: ligi <[email protected]>
  • Loading branch information
0x404-NotFound and ligi authored Sep 1, 2024
1 parent 26154e0 commit 5b06b07
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
28 changes: 28 additions & 0 deletions _data/chains/eip155-1853.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "HighOctane Subnet",
"chain": "HighOctane Subnet",
"rpc": [
"https://subnets.avax.network/highoctane/mainnet/rpc",
"wss://subnets.avax.network/highoctane/mainnet/ws"
],
"faucets": [],
"nativeCurrency": {
"name": "HighOctane",
"symbol": "HO",
"decimals": 18
},
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"infoURL": "https://subnets.avax.network/highoctane/details",
"shortName": "HighOctane",
"chainId": 1853,
"networkId": 1853,
"icon": "highOctane",
"explorers": [
{
"name": "HighOctane Subnet Explorer",
"url": "https://subnets.avax.network/highoctane",
"icon": "highOctane",
"standard": "EIP3091"
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/highOctane.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://bafkreibmj6pnsiybggr3koh5hbl2saungutcwbxme6pehteg5kzpzleubu",
"width": 331,
"height": 331,
"format": "png"
}
]

0 comments on commit 5b06b07

Please sign in to comment.