Now uses Web3 to check EIP-712 signatures in Ragger tests

Fixed platformFeeRecipient address length in 14-rabby_bug-data.json since Web3 does not handle addresses with a length != 20B
This commit is contained in:
Alexandre Paillier
2024-04-15 11:43:43 +02:00
parent 6df0ad5ba2
commit a2107b81c4
79 changed files with 61 additions and 130 deletions

View File

@@ -38,10 +38,6 @@
{ "name": "chainId", "type": "uint256" },
{ "name": "verifyingContract", "type": "address" }
],
"Group": [
{ "name": "name", "type": "string" },
{ "name": "members", "type": "Person[]" }
],
"Mail": [
{ "name": "from", "type": "Person" },
{ "name": "to", "type": "Person[]" },