Skip to content

Commit

Permalink
fix just build error
Browse files Browse the repository at this point in the history
  • Loading branch information
blockchaindevsh committed Nov 4, 2024
1 parent 75c0ce8 commit 22af1e1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ var excludeContracts = []string{
"IInitializable", "ILegacyMintableERC20", "IOptimismMintableERC20",
"IOptimismMintableERC721", "KontrolCheatsBase", "IWETH", "IDelayedWETH", "ISuperchainWETH",
"IL2ToL2CrossDomainMessenger", "ICrossL2Inbox", "ISystemConfigInterop", "IResolvedDelegateProxy",
"IERC20Upgradeable",
}

type ContractDefinition struct {
Expand Down

0 comments on commit 22af1e1

Please sign in to comment.