From ef65bd6a783c6f973dc7c46e00f37fa2120ae4f3 Mon Sep 17 00:00:00 2001 From: Cain Nguyen <105617818+Sotatek-HieuNguyen9@users.noreply.github.com> Date: Tue, 2 Jul 2024 17:07:00 +0700 Subject: [PATCH] feat: add HighOctance Subnet --- _data/chains/eip155-1853.json | 28 ++++++++++++++++++++++++++++ _data/icons/highOctane.json | 8 ++++++++ 2 files changed, 36 insertions(+) create mode 100644 _data/chains/eip155-1853.json create mode 100644 _data/icons/highOctane.json diff --git a/_data/chains/eip155-1853.json b/_data/chains/eip155-1853.json new file mode 100644 index 000000000000..76e0be5cd680 --- /dev/null +++ b/_data/chains/eip155-1853.json @@ -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" + } + ] +} diff --git a/_data/icons/highOctane.json b/_data/icons/highOctane.json new file mode 100644 index 000000000000..28287cfb72ea --- /dev/null +++ b/_data/icons/highOctane.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmW6MKK6M9EZ7dinit7e6f97kVADL1HBAts8QiDzbFcMvo", + "width": 331, + "height": 331, + "format": "png" + } +]