New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@heliofi/evm-adapter

Package Overview
Dependencies
Maintainers
7
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@heliofi/evm-adapter - npm Package Compare versions

Comparing version 0.0.12-beta to 0.0.13-beta

2

dist/src/approveTokenAmount.d.ts
import { JsonRpcSigner } from '@ethersproject/providers';
export declare const getPaymentTx: (signer: JsonRpcSigner, amount: bigint, tokenAddress: string) => Promise<void>;
export declare const approveTokenAmount: (signer: JsonRpcSigner, amount: bigint, tokenAddress: string) => Promise<void>;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.getPaymentTx = void 0;
exports.approveTokenAmount = void 0;
const ethers_1 = require("ethers");
const abi_1 = require("./abi");
const constants_1 = require("./constants");
const getPaymentTx = async (signer, amount, tokenAddress) => {
const approveTokenAmount = async (signer, amount, tokenAddress) => {
if (tokenAddress) {

@@ -16,3 +16,3 @@ throw new Error('Missing erc20 token address');

};
exports.getPaymentTx = getPaymentTx;
exports.approveTokenAmount = approveTokenAmount;
//# sourceMappingURL=approveTokenAmount.js.map
{
"name": "@heliofi/evm-adapter",
"version": "0.0.12-beta",
"version": "0.0.13-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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc