Skip to content

Commit

Permalink
Merge pull request #11 from paraswap/feat/BACK-1406
Browse files Browse the repository at this point in the history
V6.2
  • Loading branch information
KanievskyiDanylo authored Jul 22, 2024
2 parents d3ee4a1 + 6f5558b commit 550be5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paraswap/core",
"version": "2.3.0",
"version": "2.4.0",
"description": "Common library used between different paraswap packages",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ export type OptimalRate = {

export enum ParaSwapVersion {
V5 = '5',
V6 = '6.1',
V6 = '6.2',
}

0 comments on commit 550be5f

Please sign in to comment.