-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update submodules/hooks digest to fb52412
- Loading branch information
1 parent
24cee86
commit 4e4cec2
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule hooks
updated
14 files
+18 −16 | scripts/triggerShortcut.ts | |
+36 −4 | src/api/index.test.ts | |
+38 −11 | src/api/index.ts | |
+1 −1 | src/api/production.yaml | |
+512 −0 | src/apps/aave/abis/atoken.ts | |
+1,168 −0 | src/apps/aave/abis/pool-v3.ts | |
+55 −0 | src/apps/aave/shortcuts.e2e.ts | |
+157 −0 | src/apps/aave/shortcuts.ts | |
+9 −5 | src/apps/gooddollar/shortcuts.ts | |
+5 −5 | src/apps/hedgey/shortcuts.e2e.ts | |
+37 −31 | src/apps/hedgey/shortcuts.ts | |
+8 −4 | src/apps/ubeswap/shortcuts.ts | |
+8 −0 | src/types/address.ts | |
+19 −5 | src/types/shortcuts.ts |