Skip to content

Commit

Permalink
Add excluded fields everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
lcastillo-ledger committed Oct 10, 2024
1 parent 1070df8 commit a190c8d
Show file tree
Hide file tree
Showing 7 changed files with 40 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ercs/eip712-erc2612-permit.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@
"spender",
"value"
],
"excluded": [
"owner",
"nonce"
],
"screens": {}
}
}
Expand Down
4 changes: 4 additions & 0 deletions registry/1inch/eip712-1inch-ethereum.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@
"label": "To",
"format": "raw"
}
],
"excluded": [
"salt",
"makerTraits"
]
}
}
Expand Down
4 changes: 4 additions & 0 deletions registry/1inch/eip712-1inch-polygon-aggregation-router.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@
"label": "To",
"format": "raw"
}
],
"excluded": [
"salt",
"makerTraits"
]
}
}
Expand Down
8 changes: 8 additions & 0 deletions registry/uniswap/eip712-UniswapX-DutchOrder.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,14 @@
"encoding": "timestamp"
}
}
],
"excluded": [
"nonce",
"witness.info",
"witness.decayStartTime",
"witness.decayEndTime",
"witness.inputEndAmount",
"witness.outputs.[].startAmount"
]
}
}
Expand Down
10 changes: 10 additions & 0 deletions registry/uniswap/eip712-UniswapX-ExclusiveDutchOrder.json
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,16 @@
"encoding": "timestamp"
}
}
],
"excluded": [
"nonce",
"witness.info",
"witness.decayStartTime",
"witness.decayEndTime",
"witness.exclusiveFiller",
"witness.exclusivityOverrideBps",
"witness.inputEndAmount",
"witness.outputs.[].startAmount"
]
}
}
Expand Down
4 changes: 4 additions & 0 deletions registry/uniswap/eip712-UniswapX-LimitOrder.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,10 @@
"encoding": "timestamp"
}
}
],
"excluded": [
"nonce",
"witness.info"
]
}
}
Expand Down
6 changes: 6 additions & 0 deletions registry/uniswap/eip712-permit2.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,9 @@
"spender",
"details.amount"
],
"excluded": [
"sigDeadline"
],
"screens": {}
},

Expand Down Expand Up @@ -183,6 +186,9 @@
"spender",
"details"
],
"excluded": [
"sigDeadline"
],
"screens": {}
}
}
Expand Down

0 comments on commit a190c8d

Please sign in to comment.