From 935318c632d602819b91a907d67abf205db7ac30 Mon Sep 17 00:00:00 2001 From: Codejain1 <124192173+Codejain1@users.noreply.github.com> Date: Mon, 9 Mar 2026 01:57:44 +0530 Subject: [PATCH 1/2] Add JITO Public Network (eip155-149) Adds JITO Public Network (chainId 149). Network details: - Name: JITO Public Network - Chain ID: 149 - RPC: https://rpc.flowpe.io - Explorer: https://explorer.flowpe.io/explorer - Native currency: JITO (18) - Info URL: https://jito.flowpe.io Health checks: - https://rpc.flowpe.io/health - https://explorer.flowpe.io/health - eth_chainId on RPC returns 0x95 --- eip155-149.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 eip155-149.json diff --git a/eip155-149.json b/eip155-149.json new file mode 100644 index 000000000000..afc867f28cd1 --- /dev/null +++ b/eip155-149.json @@ -0,0 +1,30 @@ +{ + "name": "JITO Public Network", + "chain": "JITO", + "rpc": [ + "https://rpc.flowpe.io" + ], + "faucets": [], + "nativeCurrency": { + "name": "JITO", + "symbol": "JITO", + "decimals": 18 + }, + "features": [ + { + "name": "EIP155" + } + ], + "infoURL": "https://jito.flowpe.io", + "shortName": "jito149", + "chainId": 149, + "networkId": 149, + "status": "incubating", + "explorers": [ + { + "name": "jito-explorer", + "url": "https://explorer.flowpe.io/explorer", + "standard": "EIP3091" + } + ] +} From e81f03545de3a116036dc4edb557421a639c8811 Mon Sep 17 00:00:00 2001 From: Codejain1 <124192173+Codejain1@users.noreply.github.com> Date: Mon, 9 Mar 2026 02:00:26 +0530 Subject: [PATCH 2/2] move eip155-149.json to _data/chains/eip155-149.json --- eip155-149.json => _data/chains/eip155-149.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename eip155-149.json => _data/chains/eip155-149.json (100%) diff --git a/eip155-149.json b/_data/chains/eip155-149.json similarity index 100% rename from eip155-149.json rename to _data/chains/eip155-149.json