Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: traderjoe-xyz/joe-sdks
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: @traderjoe-xyz/sdk-v2@3.0.13
Choose a base ref
...
head repository: traderjoe-xyz/joe-sdks
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 6 commits
  • 9 files changed
  • 3 contributors

Commits on Nov 7, 2024

  1. Update quoter v22 on Mantle (#62)

    * update quoter v22 on mantle
    
    * changeset
    Max-3-7 authored Nov 7, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    c82ee73 View commit details
  2. chore: version packages (#63)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and github-actions[bot] authored Nov 7, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    e9e6406 View commit details

Commits on Jan 24, 2025

  1. add liquidity helper v2 (#64)

    * add liquidity helper v2
    
    * changeset
    Max-3-7 authored Jan 24, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    a77c042 View commit details
  2. chore: version packages (#65)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and github-actions[bot] authored Jan 24, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    7608ea9 View commit details
  3. fix missing export (#66)

    * export LIQUIDITY_HELPER_V2_ADDRESS
    
    * changeset
    Max-3-7 authored Jan 24, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    9bd2bd0 View commit details
  4. chore: version packages (#67)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and github-actions[bot] authored Jan 24, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    5b8528f View commit details
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"editor.formatOnSave": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
}
}
18 changes: 18 additions & 0 deletions packages/v2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @traderjoe-xyz/sdk-v2

## 3.0.16

### Patch Changes

- 9bd2bd0: export liquidity helper v2 address

## 3.0.15

### Patch Changes

- a77c042: add liquidity helper v2

## 3.0.14

### Patch Changes

- c82ee73: update quoter v22 on mantle

## 3.0.13

### Patch Changes
2 changes: 1 addition & 1 deletion packages/v2/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@traderjoe-xyz/sdk-v2",
"license": "MIT",
"version": "3.0.13",
"version": "3.0.16",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
Loading