@hawksightco/hawk-sdk
Advanced tools
Comparing version 0.0.21 to 0.0.22
@@ -66,7 +66,7 @@ import * as web3 from "@solana/web3.js"; | ||
export declare enum Tags { | ||
Stable = "stable", | ||
Volatile = "volatile", | ||
LiquidStaking = "liquid_staking", | ||
Stablecoin = "stablecoins", | ||
Deprecated = "deprecated" | ||
Memecoin = "memecoin", | ||
Ecosystem = "ecosystem", | ||
Bluechip = "bluechip", | ||
Stablecoin = "stablecoin", | ||
SOL = "sol" | ||
} | ||
@@ -99,3 +99,2 @@ export declare enum Protocol { | ||
address: string; | ||
name: string; | ||
mint_a: string; | ||
@@ -102,0 +101,0 @@ mint_b: string; |
@@ -8,7 +8,7 @@ "use strict"; | ||
(function (Tags) { | ||
Tags["Stable"] = "stable"; | ||
Tags["Volatile"] = "volatile"; | ||
Tags["LiquidStaking"] = "liquid_staking"; | ||
Tags["Stablecoin"] = "stablecoins"; | ||
Tags["Deprecated"] = "deprecated"; | ||
Tags["Memecoin"] = "memecoin"; | ||
Tags["Ecosystem"] = "ecosystem"; | ||
Tags["Bluechip"] = "bluechip"; | ||
Tags["Stablecoin"] = "stablecoin"; | ||
Tags["SOL"] = "sol"; | ||
})(Tags || (exports.Tags = Tags = {})); | ||
@@ -15,0 +15,0 @@ var Protocol; |
{ | ||
"name": "@hawksightco/hawk-sdk", | ||
"version": "0.0.21", | ||
"version": "0.0.22", | ||
"description": "Hawksight v2 SDK", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
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
2
117270
2086