-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding configs and error mappings for batch 1
- Loading branch information
1 parent
909ecdf
commit 1bb5150
Showing
7 changed files
with
65 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
ChainID = '808813' | ||
FinalityDepth = 900 # compat test finality_depth: ~850 | ||
LogPollInterval = '5s' # compat test block_time: ~0.5s | ||
|
||
NoNewFinalizedHeadsThreshold = '10m' # with 5s threw PLENTY of [RPC's finalized state is out of sync; no new finalized heads received for 5s (last finalized head received was 4939141)] | ||
|
||
FinalityTagEnabled = true #compat test get_logs>supports_finalized_tag: returned true | ||
|
||
[GasEstimator] | ||
EIP1559DynamicFees = true | ||
Mode = 'FeeHistory' | ||
|
12 changes: 12 additions & 0 deletions
12
core/chains/evm/config/toml/defaults/Berachain_Testnet.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
ChainID = '80084' | ||
FinalityDepth = 10 # compat test finality_depth: 1 | ||
LogPollInterval = '5s' # compat test block_time: ~1.7s | ||
|
||
NoNewFinalizedHeadsThreshold = '10m' # with 5s threw PLENTY of [RPC's finalized state is out of sync; no new finalized heads received for 5s (last finalized head received was 4939141)] | ||
|
||
FinalityTagEnabled = true #compat test get_logs>supports_finalized_tag: returned true | ||
|
||
[GasEstimator] | ||
EIP1559DynamicFees = true | ||
Mode = 'FeeHistory' | ||
|
12 changes: 12 additions & 0 deletions
12
core/chains/evm/config/toml/defaults/Bsquared_Testnet.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
ChainID = '1123' | ||
FinalityDepth = 2000 # compat test finality_depth: ~1900 | ||
LogPollInterval = '5s' # compat test block_time: ~2s | ||
|
||
NoNewFinalizedHeadsThreshold = '10m' # with 10m threw PLENTY of [RPC's finalized state is out of sync; no new finalized heads received for 10m0s (last finalized head received was 3100170)] | ||
|
||
FinalityTagEnabled = true #compat test get_logs>supports_finalized_tag: returned true | ||
|
||
[GasEstimator] | ||
EIP1559DynamicFees = true | ||
Mode = 'FeeHistory' | ||
|
11 changes: 11 additions & 0 deletions
11
core/chains/evm/config/toml/defaults/Unichain_Testnet.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
ChainID = '1301' | ||
FinalityDepth = 2000 # compat test finality_depth: ~1900 | ||
LogPollInterval = '5s' # compat test block_time: ~1s | ||
|
||
NoNewFinalizedHeadsThreshold = '10m' # not sure what to put here, from Worldchain set to 5s threw a huge amount of errors | ||
|
||
FinalityTagEnabled = true #compat test get_logs>supports_finalized_tag: returned true | ||
|
||
[GasEstimator] | ||
EIP1559DynamicFees = true | ||
Mode = 'FeeHistory' |
11 changes: 11 additions & 0 deletions
11
core/chains/evm/config/toml/defaults/Worldchain_Testnet.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
ChainID = '4801' | ||
FinalityDepth = 2500 # compat test finality_depth: ~2400, but it also threw 4000 in other round, which is it? | ||
LogPollInterval = '5s' # compat test block_time: ~0.5s | ||
|
||
NoNewFinalizedHeadsThreshold = '10m' # with 5s threw PLENTY of [RPC's finalized state is out of sync; no new finalized heads received for 5s (last finalized head received was 4939141)] | ||
|
||
FinalityTagEnabled = true #compat test get_logs>supports_finalized_tag: returned true | ||
|
||
[GasEstimator] | ||
EIP1559DynamicFees = true | ||
Mode = 'FeeHistory' |