Skip to content

Commit 10475fc

Browse files
committed
Reorder eip712 type
1 parent d9d3c46 commit 10475fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x/claim/types/ethereum.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ var (
1515
},
1616
"EIP712Domain": []apitypes.Type{
1717
{Name: "name", Type: "string"},
18-
{Name: "chainId", Type: "uint256"},
1918
{Name: "version", Type: "string"},
19+
{Name: "chainId", Type: "uint256"},
2020
},
2121
}
2222

0 commit comments

Comments
 (0)