Skip to content

Commit

Permalink
chore(deps): update submodules/hooks digest to 4ed53c4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 23, 2024
1 parent f8dcede commit bdbda89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion submodules/hooks
Submodule hooks updated 59 files
+4 −4 .github/workflows/workflow.yaml
+11 −11 package.json
+1 −12 scripts/getPositions.ts
+18 −16 scripts/triggerShortcut.ts
+180 −6 src/api/index.test.ts
+115 −16 src/api/index.ts
+2 −1 src/api/production.yaml
+2 −1 src/api/staging.yaml
+512 −0 src/apps/aave/abis/atoken.ts
+915 −0 src/apps/aave/abis/incentives-controller-v3.ts
+1,168 −0 src/apps/aave/abis/pool-v3.ts
+971 −0 src/apps/aave/abis/ui-incentive-data-provider.ts
+351 −0 src/apps/aave/abis/ui-pool-data-provider-v3.ts
+121 −0 src/apps/aave/constants.ts
+27 −0 src/apps/aave/positions.e2e.ts
+323 −0 src/apps/aave/positions.ts
+75 −0 src/apps/aave/shortcuts.e2e.ts
+174 −0 src/apps/aave/shortcuts.ts
+555 −0 src/apps/allbridge/abis/pool.ts
+94 −0 src/apps/allbridge/api.ts
+38 −0 src/apps/allbridge/constants.ts
+22 −0 src/apps/allbridge/positions.e2e.ts
+191 −0 src/apps/allbridge/positions.ts
+79 −0 src/apps/allbridge/shortcuts.e2e.ts
+152 −0 src/apps/allbridge/shortcuts.ts
+36 −0 src/apps/beefy/abis/BeefyClmVaults.sol
+52 −1 src/apps/beefy/abis/beefy-clm-vaults-multicall.ts
+39 −14 src/apps/beefy/api.ts
+9 −2 src/apps/beefy/positions.e2e.ts
+177 −76 src/apps/beefy/positions.ts
+72 −0 src/apps/compound/abis/CompoundUserPositionMulticall.sol
+63 −0 src/apps/compound/abis/compound-multicall.ts
+ src/apps/compound/assets/compound.png
+49 −0 src/apps/compound/positions.e2e.ts
+174 −0 src/apps/compound/positions.ts
+5 −1 src/apps/curve/positions.ts
+9 −5 src/apps/gooddollar/shortcuts.ts
+1 −0 src/apps/hedgey/positions.ts
+5 −5 src/apps/hedgey/shortcuts.e2e.ts
+37 −31 src/apps/hedgey/shortcuts.ts
+0 −13 src/apps/mento/positions.e2e.ts
+0 −81 src/apps/mento/positions.ts
+4 −0 src/apps/stake-dao/positions.ts
+10 −0 src/apps/ubeswap/data/farms.json
+9 −91 src/apps/ubeswap/positions.e2e.ts
+8 −4 src/apps/ubeswap/shortcuts.ts
+6 −0 src/apps/uniswap/positions.ts
+1 −1 src/config/index.test.ts
+33 −22 src/config/index.ts
+32 −2 src/runtime/client.ts
+0 −14 src/runtime/getPositions.e2e.ts
+161 −23 src/runtime/getPositions.test.ts
+170 −108 src/runtime/getPositions.ts
+4 −0 src/runtime/isNative.ts
+8 −0 src/types/address.ts
+4 −0 src/types/networkId.ts
+40 −0 src/types/positions.ts
+19 −5 src/types/shortcuts.ts
+141 −100 yarn.lock

0 comments on commit bdbda89

Please sign in to comment.