Skip to content

Commit

Permalink
Adds seth chain defaults (#14162)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcauchi authored Aug 20, 2024
1 parent 7fdc0c8 commit 80c60c4
Showing 1 changed file with 116 additions and 0 deletions.
116 changes: 116 additions & 0 deletions integration-tests/testconfig/default.toml
Original file line number Diff line number Diff line change
Expand Up @@ -602,3 +602,119 @@ evm_gas_estimation_buffer = 10000
evm_supports_eip1559 = true
evm_default_gas_limit = 6000000
evm_chain_id = 5668

[[Seth.networks]]
name = "LINEA_SEPOLIA"
chain_id = "59141"
transaction_timeout = "10m"
transfer_gas_fee = 21_000
gas_price = 200_000_000_000_000
eip_1559_dynamic_fees = false
gas_fee_cap = 109_694_825_437
gas_tip_cap = 30_000_000_000
gas_price_estimation_enabled = true
gas_price_estimation_blocks = 1000
gas_price_estimation_tx_priority = "standard"

[[Seth.networks]]
name = "LINEA_MAINNET"
chain_id = "59144"
transaction_timeout = "10m"
transfer_gas_fee = 21_000
gas_price = 200_000_000_000_000
eip_1559_dynamic_fees = false
gas_fee_cap = 109_694_825_437
gas_tip_cap = 30_000_000_000
gas_price_estimation_enabled = true
gas_price_estimation_blocks = 1000
gas_price_estimation_tx_priority = "standard"

[[Seth.networks]]
name = "ZKSYNC_SEPOLIA"
chain_id = "300"
transaction_timeout = "3m"
transfer_gas_fee = 21_000
gas_price = 200_000_000_000
eip_1559_dynamic_fees = true
gas_fee_cap = 109_694_825_437
gas_tip_cap = 30_000_000_000
gas_price_estimation_enabled = true
gas_price_estimation_blocks = 1000
gas_price_estimation_tx_priority = "standard"

[[Seth.networks]]
name = "ZKSYNC_MAINNET"
chain_id = "324"
transaction_timeout = "3m"
transfer_gas_fee = 21_000
gas_price = 200_000_000_000
eip_1559_dynamic_fees = true
gas_fee_cap = 109_694_825_437
gas_tip_cap = 30_000_000_000
gas_price_estimation_enabled = true
gas_price_estimation_blocks = 1000
gas_price_estimation_tx_priority = "standard"

[[Seth.networks]]
name = "POLYGON_ZKEVM_CARDONA"
transaction_timeout = "3m"
transfer_gas_fee = 21_000
gas_price = 743_000_000
eip_1559_dynamic_fees = false
gas_fee_cap = 1_725_800_000
gas_tip_cap = 822_800_000
gas_price_estimation_enabled = true
gas_price_estimation_blocks = 1000
gas_price_estimation_tx_priority = "standard"

[[Seth.networks]]
name = "HEDERA_TESTNET"
transaction_timeout = "3m"
transfer_gas_fee = 800_000
gas_limit = 2_000_000
gas_price = 2_500_000_000_000
eip_1559_dynamic_fees = false
gas_fee_cap = 109_694_825_437
gas_tip_cap = 30_000_000_000
gas_price_estimation_enabled = true
gas_price_estimation_blocks = 1000
gas_price_estimation_tx_priority = "standard"

[[Seth.networks]]
name = "TREASURE_RUBY"
chain_id = "978657"
transaction_timeout = "10m"
transfer_gas_fee = 21_000
gas_price = 100_000_000
eip_1559_dynamic_fees = true
gas_fee_cap = 200_000_000
gas_tip_cap = 100_000_000
gas_price_estimation_enabled = true
gas_price_estimation_blocks = 1000
gas_price_estimation_tx_priority = "standard"

[[Seth.networks]]
name = "XLAYER_MAINNET"
chain_id = "196"
transaction_timeout = "10m"
transfer_gas_fee = 21_000
gas_price = 13_400_000_000
eip_1559_dynamic_fees = false
gas_fee_cap = 109_694_825_437
gas_tip_cap = 30_000_000_000
gas_price_estimation_enabled = true
gas_price_estimation_blocks = 500
gas_price_estimation_tx_priority = "standard"

[[Seth.networks]]
name = "XLAYER_SEPOLIA"
chain_id = "195"
transaction_timeout = "10m"
transfer_gas_fee = 21_000
gas_price = 200_000_000_000
eip_1559_dynamic_fees = false
gas_fee_cap = 109_694_825_437
gas_tip_cap = 30_000_000_000
gas_price_estimation_enabled = true
gas_price_estimation_blocks = 500
gas_price_estimation_tx_priority = "standard"

0 comments on commit 80c60c4

Please sign in to comment.