EIP712 feeder script ragger support

This commit is contained in:
Alexandre Paillier
2022-07-27 18:12:23 +02:00
parent ef7f2e128a
commit fe13260140
16 changed files with 1176 additions and 18 deletions

View File

@@ -0,0 +1,23 @@
{
"domain": {
"chainId": 5,
"name": "Ether Mail",
"verifyingContract": "0xCcCCccccCCCCcCCCCCCcCcCccCcCCCcCcccccccC",
"version": "1"
},
"message": {
"val" : "0x973bb640"
},
"primaryType": "Test",
"types": {
"EIP712Domain": [
{ "name": "name", "type": "string" },
{ "name": "version", "type": "string" },
{ "name": "chainId", "type": "uint256" },
{ "name": "verifyingContract", "type": "address" }
],
"Test": [
{ "name": "val", "type": "bytes4" }
]
}
}