Skip to content

Commit

Permalink
Remove unused EIP712Domain types
Browse files Browse the repository at this point in the history
  • Loading branch information
drklee3 committed Sep 10, 2024
1 parent 89efc0c commit 314ef3c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions ethereum/eip712/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,6 @@ func getRootTypes() apitypes.Types {
Name: "chainId",
Type: "uint256",
},
{
Name: "verifyingContract",
Type: "address",
},
{
Name: "salt",
Type: "string",
},
},
"Tx": {
{Name: "account_number", Type: "string"},
Expand Down

0 comments on commit 314ef3c

Please sign in to comment.