From a04a8e94aa46c094b56ea39905895f241e225e6e Mon Sep 17 00:00:00 2001 From: andrepatta <9854773+andrepatta@users.noreply.github.com> Date: Thu, 30 Oct 2025 04:10:34 -0300 Subject: [PATCH 1/3] Add Parallax mainnet to chains --- _data/chains/eip155-2110.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 _data/chains/eip155-2110.json diff --git a/_data/chains/eip155-2110.json b/_data/chains/eip155-2110.json new file mode 100644 index 000000000000..080896651c90 --- /dev/null +++ b/_data/chains/eip155-2110.json @@ -0,0 +1,27 @@ +{ + "name": "Parallax", + "chain": "PARALLAX", + "icon": "parallax", + "rpc": [ + "https://rpc.parallaxchain.org" + ], + "features": [{ "name": "EIP155" }], + "faucets": [], + "nativeCurrency": { + "name": "Parallax", + "symbol": "LAX", + "decimals": 18 + }, + "infoURL": "https://parallaxchain.org", + "shortName": "parallax", + "chainId": 2110, + "networkId": 2110, + "explorers": [ + { + "name": "blockscout", + "url": "https://explorer.parallaxchain.org", + "icon": "parallax", + "standard": "EIP3091" + } + ] +} From d0a8bcd66bf8a0e6edf93f001f537e0de4e50f95 Mon Sep 17 00:00:00 2001 From: andrepatta <9854773+andrepatta@users.noreply.github.com> Date: Thu, 30 Oct 2025 04:10:51 -0300 Subject: [PATCH 2/3] Add parallax logo to icons --- _data/icons/parallax.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 _data/icons/parallax.json diff --git a/_data/icons/parallax.json b/_data/icons/parallax.json new file mode 100644 index 000000000000..d8cb4654a2f3 --- /dev/null +++ b/_data/icons/parallax.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafkreihgx3b3ssn6rvexmewwzespklkeuu32fojbxxlswrdzvwltmpako4", + "width": 512, + "height": 512, + "format": "svg" + } +] From d677c6ea98a4f4043fcb3b3bb8bb42f118d9c2fa Mon Sep 17 00:00:00 2001 From: andrepatta <9854773+andrepatta@users.noreply.github.com> Date: Thu, 30 Oct 2025 04:16:06 -0300 Subject: [PATCH 3/3] Run prettier --- _data/chains/eip155-2110.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/_data/chains/eip155-2110.json b/_data/chains/eip155-2110.json index 080896651c90..9ce389b59fc3 100644 --- a/_data/chains/eip155-2110.json +++ b/_data/chains/eip155-2110.json @@ -2,9 +2,7 @@ "name": "Parallax", "chain": "PARALLAX", "icon": "parallax", - "rpc": [ - "https://rpc.parallaxchain.org" - ], + "rpc": ["https://rpc.parallaxchain.org"], "features": [{ "name": "EIP155" }], "faucets": [], "nativeCurrency": {