Skip to content

Commit

Permalink
Add Corn default config
Browse files Browse the repository at this point in the history
  • Loading branch information
HelloKashif committed Jan 14, 2025
1 parent d1a9f8b commit 0a18b72
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions core/chains/evm/config/toml/defaults/Corn_Mainnet.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
ChainID = '21000000'
FinalityTagEnabled = true
ChainType = 'arbitrum'

[GasEstimator]
Mode = 'Arbitrum'
LimitMax = 1_000_000_000
# Arbitrum uses the suggested gas price, so we don't want to place any limits on the minimum
PriceMin = '0'
PriceDefault = '0.1 gwei'
PriceMax = '1000 gwei'

0 comments on commit 0a18b72

Please sign in to comment.