kava
kava copied to clipboard
test(ante): Add test to cover various EIP712Domain fields
Description
- Explicitly tests EIP712Domain values for both expected and unexpected
- Ensure expected domain exclude
verifyingContract
andsalt
fields
- Ensure expected domain exclude
Depends on Ethermint PR: https://github.com/Kava-Labs/ethermint/pull/75
Also manually tested EIP712 transaction with the expected EIP712Domain fields with MetaMask.
Checklist
- [x] Changelog has been updated as necessary.