Skip to content

Commit

Permalink
Remove DA from HashKey (#1588)
Browse files Browse the repository at this point in the history
  • Loading branch information
stackman27 committed Jan 8, 2025
1 parent 30e5f71 commit 92a45a2
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ccip/config/evm/Hashkey_Mainnet.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
ChainID = '177'
ChainType = 'optimismBedrock'
FinalityTagEnabled = true

[GasEstimator]
PriceMax = '1000 gwei'
LimitDefault = 8000000
FeeCapDefault = '1000 gwei'

[NodePool]
PollFailureThreshold = 2
PollInterval = '8s'
12 changes: 12 additions & 0 deletions ccip/config/evm/Hashkey_Testnet.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
ChainID = '133'
ChainType = 'optimismBedrock'
FinalityTagEnabled = true

[GasEstimator]
PriceMax = '1000 gwei'
LimitDefault = 8000000
FeeCapDefault = '1000 gwei'

[NodePool]
PollFailureThreshold = 2
PollInterval = '8s'

0 comments on commit 92a45a2

Please sign in to comment.