@paraswap/core
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -66,3 +66,3 @@ import { SwapSide } from './constants'; | ||
V5 = "5", | ||
V6 = "6" | ||
V6 = "6.1" | ||
} |
@@ -7,4 +7,4 @@ "use strict"; | ||
ParaSwapVersion["V5"] = "5"; | ||
ParaSwapVersion["V6"] = "6"; | ||
ParaSwapVersion["V6"] = "6.1"; | ||
})(ParaSwapVersion = exports.ParaSwapVersion || (exports.ParaSwapVersion = {})); | ||
//# sourceMappingURL=types.js.map |
{ | ||
"name": "@paraswap/core", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Common library used between different paraswap packages", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
@@ -71,3 +71,3 @@ import { SwapSide } from './constants'; | ||
V5 = '5', | ||
V6 = '6', | ||
V6 = '6.1', | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20497