Skip to content

Commit

Permalink
exclude sepolia-devnet-0 & base-devnet-0 from GovernedByOptimismTest
Browse files Browse the repository at this point in the history
  • Loading branch information
edobry committed Dec 10, 2024
1 parent a85146e commit db26141
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion validation/exclusions_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,10 @@ var exclusions = map[string]map[uint64]bool{
11155421: true, // sepolia-dev-0/oplabs-devnet-0 Not in https://github.com/ethereum-lists/chains
11763072: true, // sepolia-dev-0/base-devnet-0 Not in https://github.com/ethereum-lists/chains
},

GovernedByOptimismTest: {
11155421: true, // sepolia-dev-0/oplabs-devnet-0 Not in https://github.com/ethereum-lists/chains
11763072: true, // sepolia-dev-0/base-devnet-0 Not in https://github.com/ethereum-lists/chains
},
// Standard Checks
OptimismPortal2ParamsTest: {
11763072: true, // sepolia-dev0/base-devnet-0
Expand Down

0 comments on commit db26141

Please sign in to comment.