Skip to content

Commit ab82aa1

Browse files
author
colinlyguo
committed
fix(gas-oracle): typos in config file example
1 parent 392ae07 commit ab82aa1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

rollup/conf/config.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"endpoint": "https://rpc.ankr.com/eth",
44
"start_height": 0,
55
"relayer_config": {
6-
"gas_price_oracle_address": "0x0000000000000000000000000000000000000000",
6+
"gas_price_oracle_contract_address": "0x0000000000000000000000000000000000000000",
77
"sender_config": {
88
"endpoint": "https://rpc.scroll.io",
99
"escalate_blocks": 1,
@@ -38,7 +38,6 @@
3838
"relayer_config": {
3939
"validium_mode": false,
4040
"rollup_contract_address": "0x0000000000000000000000000000000000000000",
41-
"gas_price_oracle_address": "0x0000000000000000000000000000000000000000",
4241
"sender_config": {
4342
"endpoint": "https://rpc.ankr.com/eth",
4443
"escalate_blocks": 1,

0 commit comments

Comments
 (0)