@solflare-wallet/utl-aggregator
Advanced tools
Comparing version 0.0.10 to 0.0.11
@@ -95,3 +95,3 @@ "use strict"; | ||
address: token.address, | ||
decimals: null, | ||
decimals: token.decimals, | ||
logoURI: token.logoURI, | ||
@@ -98,0 +98,0 @@ tags: new Set(token.tags), |
@@ -89,3 +89,3 @@ var __extends = (this && this.__extends) || (function () { | ||
address: token.address, | ||
decimals: null, | ||
decimals: token.decimals, | ||
logoURI: token.logoURI, | ||
@@ -92,0 +92,0 @@ tags: new Set(token.tags), |
{ | ||
"name": "@solflare-wallet/utl-aggregator", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"main": "lib/cjs/index.js", | ||
@@ -5,0 +5,0 @@ "module": "lib/esm/index.js", |
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
161765