Skip to content

Commit

Permalink
add back seth config
Browse files Browse the repository at this point in the history
  • Loading branch information
ma33r committed Jan 21, 2025
1 parent 96f9555 commit d8f0332
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion integration-tests/testconfig/ocr/overrides/treasure_testnet.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,20 @@ evm_chainlink_transaction_limit = 5000
evm_minimum_confirmations = 1
evm_gas_estimation_buffer = 10000
evm_supports_eip1559 = true
evm_default_gas_limit = 2500000000
evm_default_gas_limit = 2500000000

[[Seth.networks]]
name = "TREASURE_TOPAZ"
transaction_timeout = "3m"
transfer_gas_fee = 5_000_000
gas_limit = 2_500_000_000
# legacy transactions
gas_price = 264_184_358_789
# EIP-1559 transactions
eip_1559_dynamic_fees = true
gas_fee_cap = 264_184_358_789
gas_tip_cap = 50_000_000
# if set to true we will estimate gas for every transaction
gas_price_estimation_enabled = true
# how many last blocks to use, when estimating gas for a transaction
gas_price_estimation_blocks = 200

0 comments on commit d8f0332

Please sign in to comment.