From ab82aa141cb255a676b299eafae09ec04a38b688 Mon Sep 17 00:00:00 2001 From: colinlyguo Date: Mon, 28 Jul 2025 17:51:50 +0800 Subject: [PATCH] fix(gas-oracle): typos in config file example --- rollup/conf/config.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rollup/conf/config.json b/rollup/conf/config.json index 415de9eed8..f6a634eda9 100644 --- a/rollup/conf/config.json +++ b/rollup/conf/config.json @@ -3,7 +3,7 @@ "endpoint": "https://rpc.ankr.com/eth", "start_height": 0, "relayer_config": { - "gas_price_oracle_address": "0x0000000000000000000000000000000000000000", + "gas_price_oracle_contract_address": "0x0000000000000000000000000000000000000000", "sender_config": { "endpoint": "https://rpc.scroll.io", "escalate_blocks": 1, @@ -38,7 +38,6 @@ "relayer_config": { "validium_mode": false, "rollup_contract_address": "0x0000000000000000000000000000000000000000", - "gas_price_oracle_address": "0x0000000000000000000000000000000000000000", "sender_config": { "endpoint": "https://rpc.ankr.com/eth", "escalate_blocks": 1,