Skip to content

Commit

Permalink
draft: pull token
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff-CCH committed Nov 19, 2023
1 parent 172efdb commit 1a965f1
Show file tree
Hide file tree
Showing 14 changed files with 2,974 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changeset/young-geese-joke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@protocolink/logics': patch
---

add Permit2 pull token logics
5 changes: 3 additions & 2 deletions src/logics/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ export * as aavev3 from './aave-v3';
export * as balancerv2 from './balancer-v2';
export * as compoundv2 from './compound-v2';
export * as compoundv3 from './compound-v3';
export * as openoceanv2 from './openocean-v2';
export * as paraswapv5 from './paraswap-v5';
export * as permit2 from './permit2';
export * as radiantv2 from './radiant-v2';
export * as syncswap from './syncswap';
export * as uniswapv3 from './uniswap-v3';
export * as utility from './utility';
export * as radiantv2 from './radiant-v2';
export * as openoceanv2 from './openocean-v2';
Loading

0 comments on commit 1a965f1

Please sign in to comment.