Skip to content

Commit

Permalink
TEMPORARY Update field names to avoid crash
Browse files Browse the repository at this point in the history
  • Loading branch information
cedelavergne-ledger committed Feb 21, 2025
1 parent 689ee82 commit 996571c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/ragger/eip712_input_files/08-opensea-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"makerRelayerFee" : "1250",
"nonce" : 0,
"paymentToken" : "0x0000000000000000000000000000000000000000",
"replacementPattern" : "0x000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"replPattern" : "0x000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"saleKind" : 0,
"salt" : "21014297276898013168171430966355369260039074692095359200549020767078729356431",
"side" : 1,
Expand Down Expand Up @@ -109,7 +109,7 @@
"type" : "bytes"
},
{
"name" : "replacementPattern",
"name" : "replPattern",
"type" : "bytes"
},
{
Expand Down
4 changes: 2 additions & 2 deletions tests/ragger/eip712_input_files/14-rabby_bug-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{ "type": "uint256", "name": "expiryTime" },
{ "type": "uint256", "name": "startNonce" },
{ "type": "address", "name": "erc20Token" },
{ "type": "address", "name": "platformFeeRecipient" },
{ "type": "address", "name": "pFeeRecipient" },
{ "type": "BasicCollection[]", "name": "basicCollections" },
{ "type": "Collection[]", "name": "collections" },
{ "type": "uint256", "name": "hashNonce" }
Expand Down Expand Up @@ -45,7 +45,7 @@
"expiryTime": "1709280466",
"startNonce": "7",
"erc20Token": "0x09bc4e0d864854c6afb6eb9a9cdf58ac190d0df9",
"platformFeeRecipient": "0x07538262ae993ca117a0e481f908209137a4626e",
"pFeeRecipient": "0x07538262ae993ca117a0e481f908209137a4626e",
"basicCollections": [
{
"nftAddress": "0xaaaea1fb9f3de3f70e89f37b69ab11b47eb9ce6f",
Expand Down

0 comments on commit 996571c

Please sign in to comment.