-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add HighOctane avax subnet (#5749)
* feat: add HighOctane avax subnet * Update highOctane.json * Update highOctane.json --------- Co-authored-by: ligi <[email protected]>
- Loading branch information
1 parent
26154e0
commit 5b06b07
Showing
2 changed files
with
36 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,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" | ||
} | ||
] | ||
} |
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://bafkreibmj6pnsiybggr3koh5hbl2saungutcwbxme6pehteg5kzpzleubu", | ||
"width": 331, | ||
"height": 331, | ||
"format": "png" | ||
} | ||
] |