Skip to content

Commit

Permalink
added astar config
Browse files Browse the repository at this point in the history
  • Loading branch information
finleydecker committed Jul 26, 2024
1 parent 8ad2a30 commit 64d9abe
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions core/chains/evm/config/toml/defaults/Astar_Mainnet.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
ChainID = '592'
# FinalityTag will be enabled once the custom tag is implemented
# FinalityTagEnabled = true
FinalityDepth = 100
LogPollInterval = '6s'

[GasEstimator]
EIP1559DynamicFees = false
PriceMax = '100000 gwei'
LimitDefault = 8000000
10 changes: 10 additions & 0 deletions core/chains/evm/config/toml/defaults/Astar_Shibuya.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
ChainID = '81'
# FinalityTag will be enabled once the custom tag is implemented
# FinalityTagEnabled = true
FinalityDepth = 100
LogPollInterval = '6s'

[GasEstimator]
EIP1559DynamicFees = false
PriceMax = '100000 gwei'
LimitDefault = 8000000

0 comments on commit 64d9abe

Please sign in to comment.