@orca-so/whirlpools-sdk
Advanced tools
Comparing version 0.1.5 to 0.1.6
@@ -50,3 +50,3 @@ "use strict"; | ||
const mintB = data.tokenMintB; | ||
const infoB = yield fetcher.getMintInfo(mintA); | ||
const infoB = yield fetcher.getMintInfo(mintB); | ||
if (!infoB) { | ||
@@ -53,0 +53,0 @@ throw new Error(`Unable to fetch MintInfo for mint - ${mintB}`); |
{ | ||
"name": "@orca-so/whirlpools-sdk", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "Typescript SDK to interact with Orca's Whirlpool program.", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
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
583644