@heliofi/evm-adapter
Advanced tools
Comparing version 0.0.14-beta to 0.0.15-beta
@@ -8,3 +8,3 @@ "use strict"; | ||
const approveTokenAmount = async (signer, amount, tokenAddress) => { | ||
if (tokenAddress) { | ||
if (!tokenAddress) { | ||
throw new Error('Missing erc20 token address'); | ||
@@ -11,0 +11,0 @@ } |
{ | ||
"name": "@heliofi/evm-adapter", | ||
"version": "0.0.14-beta", | ||
"version": "0.0.15-beta", | ||
"description": "API to interact with Helio Finances program on EVM chains.", | ||
@@ -5,0 +5,0 @@ "main": "dist/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
48180