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
8
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.31-beta to 0.0.32-beta

18

dist/src/events.d.ts

@@ -0,1 +1,2 @@

import { RecipientAndAmount } from './types';
export type PaymentEvent = {

@@ -16,2 +17,19 @@ sender: string;

};
export type SplitPaymentEvent = {
sender: string;
recipient: string;
tokenAddress: string;
transferAmount: bigint;
feeAmount: bigint;
splitData: RecipientAndAmount[];
transactionDbId: string;
};
export type SplitEthPaymentEvent = {
sender: string;
recipient: string;
transferAmount: bigint;
feeAmount: bigint;
splitData: RecipientAndAmount[];
transactionDbId: string;
};
export declare enum EventName {

@@ -18,0 +36,0 @@ PAYMENT = "Payment",

2

package.json
{
"name": "@heliofi/evm-adapter",
"version": "0.0.31-beta",
"version": "0.0.32-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