Skip to content

Commit

Permalink
Made "contractAddress" a protected name
Browse files Browse the repository at this point in the history
  • Loading branch information
zomglings committed Feb 15, 2024
1 parent 5dafa06 commit 34c5a0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions evm/generators.go
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ func DeriveMethodArguments(parameters []ABIBoundParameter) ([]MethodArgument, er
"chainId": true,
"network": true,
"simulate": true,
"contractAddress": true,
}

for i, parameter := range parameters {
Expand Down

0 comments on commit 34c5a0a

Please sign in to comment.