From de1a8215af5ce33b9893b544640a5242e17d295d Mon Sep 17 00:00:00 2001 From: 0xWyc <0xwyc@blockpi.io> Date: Wed, 24 Jun 2026 15:47:07 +0800 Subject: [PATCH 1/4] Update fees.json --- ethereum/fees.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/ethereum/fees.json b/ethereum/fees.json index 41b4b77..57f392f 100644 --- a/ethereum/fees.json +++ b/ethereum/fees.json @@ -18,7 +18,8 @@ { "method": "net_peerCount", "calBase": 100000000, - "ruCost": 5 + "ruCost": 5, + "cache": true }, { "method": "web3_clientVersion", @@ -33,7 +34,8 @@ { "method": "eth_chainId", "calBase": 100000000, - "ruCost": 5 + "ruCost": 5, + "cache": true }, { "method": "eth_syncing", @@ -396,4 +398,4 @@ "fullNode": 1, "archiveNode": 1.3 } -} \ No newline at end of file +} From b024fd26d967847dfe4325d249eb33e19ad82599 Mon Sep 17 00:00:00 2001 From: 0xWyc <0xwyc@blockpi.io> Date: Wed, 24 Jun 2026 17:36:52 +0800 Subject: [PATCH 2/4] Update fees.json --- ethereum/fees.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/ethereum/fees.json b/ethereum/fees.json index 57f392f..dcaa6e3 100644 --- a/ethereum/fees.json +++ b/ethereum/fees.json @@ -18,8 +18,7 @@ { "method": "net_peerCount", "calBase": 100000000, - "ruCost": 5, - "cache": true + "ruCost": 5 }, { "method": "web3_clientVersion", @@ -34,8 +33,7 @@ { "method": "eth_chainId", "calBase": 100000000, - "ruCost": 5, - "cache": true + "ruCost": 5 }, { "method": "eth_syncing", From 703421342bccdc61f65ffaa0c0c3fe36889843a1 Mon Sep 17 00:00:00 2001 From: blockpi019 <127294963+blockpi019@users.noreply.github.com> Date: Tue, 7 Jul 2026 10:58:04 +0800 Subject: [PATCH 3/4] Update dispatch.yaml --- optimism/dispatch.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/optimism/dispatch.yaml b/optimism/dispatch.yaml index 4ad9c15..26a2d72 100644 --- a/optimism/dispatch.yaml +++ b/optimism/dispatch.yaml @@ -43,6 +43,6 @@ methods: # eth_getTransactionReceipt: # - reth default: - - Geth + default_archive: - reth From 4fab9548c88af814f30da58c81b669d91cb19b41 Mon Sep 17 00:00:00 2001 From: blockpi019 <127294963+blockpi019@users.noreply.github.com> Date: Tue, 7 Jul 2026 11:07:13 +0800 Subject: [PATCH 4/4] Update fees.json --- ethereum/fees.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ethereum/fees.json b/ethereum/fees.json index dcaa6e3..41b4b77 100644 --- a/ethereum/fees.json +++ b/ethereum/fees.json @@ -396,4 +396,4 @@ "fullNode": 1, "archiveNode": 1.3 } -} +} \ No newline at end of file