diff --git a/ccip/config/evm/Monad_Testnet.toml b/ccip/config/evm/Monad_Testnet.toml deleted file mode 100644 index bab1218e4eb..00000000000 --- a/ccip/config/evm/Monad_Testnet.toml +++ /dev/null @@ -1,24 +0,0 @@ -ChainID = '10143' -# finality_depth was: 0 -FinalityDepth = 10 -# block_time was: 1s, adding 1 second buffer -LogPollInterval = '2s' -# No WS Support -LogBroadcasterEnabled = false -FinalityTagEnabled = false -# finality_depth * block_time / 60 secs = < 1 min (finality time) -NoNewFinalizedHeadsThreshold = '1m' -NoNewHeadsThreshold = '1m' - -[GasEstimator] -EIP1559DynamicFees = false -Mode = 'FeeHistory' - -[GasEstimator.FeeHistory] -CacheTimeout = '2s' - -[GasEstimator.BlockHistory] -BlockHistorySize = 100 - -[NodePool] -NewHeadsPollInterval = '4s'