Skip to content

Commit

Permalink
Merge pull request #74 from Jeff-CCH/feat/add-stargate-v2
Browse files Browse the repository at this point in the history
feat: add StargateV2
  • Loading branch information
Jeff-CCH authored Aug 13, 2024
2 parents 0e68144 + 6c74653 commit 551d4fb
Show file tree
Hide file tree
Showing 17 changed files with 5,341 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/fifty-spiders-wave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@protocolink/logics': minor
---

add StargateV2
1 change: 1 addition & 0 deletions src/logics/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export * as radiantv2 from './radiant-v2';
export * as sonne from './sonne';
export * as spark from './spark';
export * as stargate from './stargate';
export * as stargatev2 from './stargate-v2';
export * as syncswap from './syncswap';
export * as uniswapv3 from './uniswap-v3';
export * as utility from './utility';
Expand Down
Loading

0 comments on commit 551d4fb

Please sign in to comment.