Skip to content

Commit 2db4509

Browse files
authored
Gas validation: Add an exception for Base (#801)
* Gas validation: Add an exception for Base As noted in issue#800, we are adding an exception for the gas validation check for Base with an explicit directive for it to be removed when Base adheres to the standard charter. * Add to exclusions list instead --------- Co-authored-by: Vinod Damle <[email protected]>
1 parent 2a82b79 commit 2db4509

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

validation/exclusions_test.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ var exclusions = map[string]map[uint64]bool{
5454
OptimismPortal2ParamsTest: {
5555
11763072: true, // sepolia-dev0/base-devnet-0
5656
},
57+
GasLimitTest: {
58+
// We're adding an exemption for Base here per https://github.com/ethereum-optimism/superchain-registry/issues/800
59+
// TODO - This needs to be removed when Base adheres to the standard charter.
60+
8453: true, // base
61+
},
5762
}
5863

5964
var silences = map[string]map[uint64]time.Time{

0 commit comments

Comments
 (0)