Skip to content

Commit

Permalink
Adds config
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcauchi committed Jul 30, 2024
1 parent c3dc764 commit a5ae1c0
Showing 1 changed file with 10 additions and 0 deletions.
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'
FinalityDepth = 100
LogPollInterval = '6s'

[GasEstimator]
EIP1559DynamicFees = false
PriceDefault = '700 gwei'
PriceMin = '700 gwei'
PriceMax = '80000 gwei'
LimitDefault = 8000000

0 comments on commit a5ae1c0

Please sign in to comment.