-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b48ba5d
commit 5d77cd5
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule clear-signing-erc7730-registry
updated
21 files
+2 −0 | .gitignore | |
+2 −2 | .vscode/settings.json | |
+16 −11 | README.md | |
+15 −14 | ercs/calldata-erc20-tokens.json | |
+29 −34 | ercs/calldata-erc721-nfts.json | |
+82 −80 | ercs/eip712-erc2612-permit.json | |
+78 −57 | registry/aave/calldata-lpv2.json | |
+26 −20 | registry/lido/calldata-stETH.json | |
+32 −27 | registry/lido/calldata-wstETH.json | |
+10 −7 | registry/makerdao/eip712-permit-DAI.json | |
+226 −122 | registry/paraswap/calldata-AugustusSwapper.json | |
+54 −0 | registry/poap/calldata-PoapBridge.json | |
+9 −4 | registry/tether/calldata-usdt.json | |
+64 −38 | registry/uniswap/calldata-UniswapV3Router02.json | |
+26 −0 | registry/uniswap/common-eip712.json | |
+193 −0 | registry/uniswap/eip712-UniswapX-DutchOrder.json | |
+202 −0 | registry/uniswap/eip712-UniswapX-ExclusiveDutchOrder copy.json | |
+175 −0 | registry/uniswap/eip712-UniswapX-LimitOrder.json | |
+171 −179 | registry/uniswap/eip712-permit2.json | |
+778 −171 | specs/erc-7730.md | |
+498 −325 | specs/erc7730-v1.schema.json |