This repository was archived by the owner on Mar 14, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +88
-0
lines changed
Expand file tree Collapse file tree 4 files changed +88
-0
lines changed Original file line number Diff line number Diff line change 1+ ChainID = ' 177'
2+ ChainType = ' optimismBedrock'
3+ FinalityTagEnabled = true
4+
5+ [GasEstimator ]
6+ PriceMax = ' 1000 gwei'
7+ LimitDefault = 8000000
8+ FeeCapDefault = ' 1000 gwei'
9+
10+ [NodePool ]
11+ PollFailureThreshold = 2
12+ PollInterval = ' 8s'
13+
14+ [GasEstimator .DAOracle ]
15+ OracleType = ' opstack'
16+ OracleAddress = ' 0x420000000000000000000000000000000000000F'
Original file line number Diff line number Diff line change 1+ ChainID = ' 133'
2+ ChainType = ' optimismBedrock'
3+ FinalityTagEnabled = true
4+
5+ [GasEstimator ]
6+ PriceMax = ' 1000 gwei'
7+ LimitDefault = 8000000
8+ FeeCapDefault = ' 1000 gwei'
9+
10+ [NodePool ]
11+ PollFailureThreshold = 2
12+ PollInterval = ' 8s'
13+
14+ [GasEstimator .DAOracle ]
15+ OracleType = ' opstack'
16+ OracleAddress = ' 0x420000000000000000000000000000000000000F'
Original file line number Diff line number Diff line change 1+ ChainId = ' 146'
2+ FinalityDepth = 10
3+ FinalityTagEnabled = false
4+ LogPollInterval = " 1s" # 1s block rate
5+ MinIncomingConfirmations = 5
6+ RPCBlockQueryDelay = 10
7+ RPCDefaultBatchSize = 100
8+
9+ [GasEstimator ]
10+ Mode = ' FeeHistory'
11+ EIP1559DynamicFees = true
12+ BumpPercent = 10
13+ LimitDefault = 8000000 # default ccip value
14+
15+ [GasEstimator .FeeHistory ]
16+ CacheTimeout = ' 2s'
17+
18+ [GasEstimator .BlockHistory ]
19+ BlockHistorySize = 100
20+
21+ [HeadTracker ]
22+ HistoryDepth = 50
23+
24+ [NodePool ]
25+ SyncThreshold = 10
26+
27+ [Transactions ]
28+ MaxQueued = 500
Original file line number Diff line number Diff line change 1+ ChainId = ' 57054'
2+ FinalityDepth = 10
3+ FinalityTagEnabled = false
4+ LogPollInterval = " 1s" # 1s block rate
5+ MinIncomingConfirmations = 5
6+ RPCBlockQueryDelay = 10
7+ RPCDefaultBatchSize = 100
8+
9+ [GasEstimator ]
10+ Mode = ' FeeHistory'
11+ EIP1559DynamicFees = true
12+ BumpPercent = 10
13+ LimitDefault = 8000000 # default ccip value
14+
15+ [GasEstimator .FeeHistory ]
16+ CacheTimeout = ' 2s'
17+
18+ [GasEstimator .BlockHistory ]
19+ BlockHistorySize = 100
20+
21+ [HeadTracker ]
22+ HistoryDepth = 50
23+
24+ [NodePool ]
25+ SyncThreshold = 10
26+
27+ [Transactions ]
28+ MaxQueued = 500
You can’t perform that action at this time.
0 commit comments