-
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.
Merge pull request #8 from LedgerHQ/newschema
New erc7730 registry schema (09-19-24 version)-> Parsing
- Loading branch information
Showing
16 changed files
with
303 additions
and
101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.