@saberhq/token-utils
Advanced tools
Comparing version 1.7.1 to 1.7.3
@@ -17,2 +17,3 @@ import type * as tokenRegistry from "@solana/spl-token-registry"; | ||
readonly source?: string; | ||
readonly sourceUrl?: string; | ||
/** | ||
@@ -19,0 +20,0 @@ * The currency code of what this token represents, e.g. BTC, ETH, USD. |
{ | ||
"name": "@saberhq/token-utils", | ||
"description": "Token-related math and transaction utilities for Solana.", | ||
"version": "1.7.1", | ||
"version": "1.7.3", | ||
"repository": "git@github.com:saber-hq/solana-common.git", | ||
@@ -18,3 +18,3 @@ "author": "Ian Macalinao <ian@saber.so>", | ||
"dependencies": { | ||
"@saberhq/solana-contrib": "^1.7.1", | ||
"@saberhq/solana-contrib": "^1.7.3", | ||
"@solana/buffer-layout": "^3.0.0", | ||
@@ -32,3 +32,3 @@ "@solana/spl-token": "^0.1.8", | ||
"devDependencies": { | ||
"@solana/spl-token-registry": "^0.2.291", | ||
"@solana/spl-token-registry": "^0.2.300", | ||
"@solana/web3.js": "^1.30.2", | ||
@@ -47,3 +47,3 @@ "@types/bn.js": "^5.1.0", | ||
}, | ||
"gitHead": "e9e75303e6fd7dd5a6e36d62db1464655053de27" | ||
"gitHead": "f954695a0b7d94612b711f048f76c8a07fb20c25" | ||
} |
@@ -19,2 +19,7 @@ import type * as tokenRegistry from "@solana/spl-token-registry"; | ||
readonly source?: string; | ||
/* | ||
** Link to the source's website where you can acquire this token | ||
*/ | ||
readonly sourceUrl?: string; | ||
/** | ||
@@ -21,0 +26,0 @@ * The currency code of what this token represents, e.g. BTC, ETH, USD. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
118390
2371