From a2ebf0c3297e8a09f6ba7b8a7faa1addbe51eb73 Mon Sep 17 00:00:00 2001 From: nexosfounder Date: Thu, 18 Jun 2026 11:42:31 +0700 Subject: [PATCH 1/4] Create eip155-188188.json --- _data/eip155-188188.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 _data/eip155-188188.json diff --git a/_data/eip155-188188.json b/_data/eip155-188188.json new file mode 100644 index 000000000000..5d4271fdb2c6 --- /dev/null +++ b/_data/eip155-188188.json @@ -0,0 +1,25 @@ +{ + "name": "Exavolt", + "chain": "EXVT", + "icon": "exavolt", + "rpc": [ + "https://rpc.exavolt.io" + ], + "faucets": [], + "nativeCurrency": { + "name": "Exavolt", + "symbol": "EXVT", + "decimals": 18 + }, + "infoURL": "https://exavolt.io", + "shortName": "exavolt", + "chainId": 188188, + "networkId": 188188, + "explorers": [ + { + "name": "Exavolt Explorer", + "url": "https://explorer.exavolt.io", + "standard": "EIP3091" + } + ] +} From c2a3c2de785cc45fa6062661bf1525eb1c8eb9ba Mon Sep 17 00:00:00 2001 From: NX Date: Mon, 22 Jun 2026 20:34:42 +0700 Subject: [PATCH 2/4] Remove icon field - icon file not yet in ethereum-lists icons directory --- _data/eip155-188188.json | 1 - 1 file changed, 1 deletion(-) diff --git a/_data/eip155-188188.json b/_data/eip155-188188.json index 5d4271fdb2c6..d2484bf28cd1 100644 --- a/_data/eip155-188188.json +++ b/_data/eip155-188188.json @@ -1,7 +1,6 @@ { "name": "Exavolt", "chain": "EXVT", - "icon": "exavolt", "rpc": [ "https://rpc.exavolt.io" ], From 8290923ea93f43568062cd7a1e1f0c27f0072402 Mon Sep 17 00:00:00 2001 From: NX Date: Mon, 22 Jun 2026 21:13:04 +0700 Subject: [PATCH 3/4] Add icon field - exavolt.json icon file now available in icons directory --- _data/eip155-188188.json | 1 + 1 file changed, 1 insertion(+) diff --git a/_data/eip155-188188.json b/_data/eip155-188188.json index d2484bf28cd1..5d4271fdb2c6 100644 --- a/_data/eip155-188188.json +++ b/_data/eip155-188188.json @@ -1,6 +1,7 @@ { "name": "Exavolt", "chain": "EXVT", + "icon": "exavolt", "rpc": [ "https://rpc.exavolt.io" ], From 11e89122f13b72f06fec729c36515dd8fc77389d Mon Sep 17 00:00:00 2001 From: NX Date: Mon, 22 Jun 2026 21:23:22 +0700 Subject: [PATCH 4/4] Add Exavolt chain icon (512x512 PNG via IPFS) --- _data/icons/exavolt.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 _data/icons/exavolt.json diff --git a/_data/icons/exavolt.json b/_data/icons/exavolt.json new file mode 100644 index 000000000000..31dd1f7a0144 --- /dev/null +++ b/_data/icons/exavolt.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmYjkihXGN5QSaQsvMMRBGzrSgQytLSA8B1CLskfp3Y2WR", + "width": 512, + "height": 512, + "format": "png" + } +]