Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@infinex/evm-sdk

Package Overview
Dependencies
Maintainers
0
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@infinex/evm-sdk - npm Package Compare versions

Comparing version 0.0.11 to 0.0.12

4

package.json
{
"name": "@infinex/evm-sdk",
"version": "0.0.11",
"version": "0.0.12",
"files": [

@@ -20,3 +20,3 @@ "env",

"dependencies": {
"viem": "^2.16.5"
"viem": "^2.19.2"
},

@@ -23,0 +23,0 @@ "devDependencies": {

import * as crypto from 'node:crypto';
import { type Abi, type AbiParametersToPrimitiveTypes } from 'abitype';
import {
type Account,
type Address,
encodeFunctionData,
LocalAccount,
} from 'viem';
import { type Account, type Address, encodeFunctionData } from 'viem';

@@ -69,3 +64,3 @@ type ForwardRequestData = {

>,
signer: LocalAccount,
signer: Account,
): Promise<ForwardRequestData> => {

@@ -72,0 +67,0 @@ if (!signer.signTypedData)

@@ -217,5 +217,5 @@ // @YINGLI Remove these once the platform updates its code to use routerV1, V2

baseModule: true,
ctpStakingRewards: true,
crateOpener: true,
cratePoints: true,
ctpStakingRewards: env.BASE_CTP_STAKING_REWARDS_ADDRESS,
crateOpener: env.BASE_CRATE_OPENER_ADDRESS,
cratePoints: env.BASE_CRATE_POINTS_PROXY_ADDRESS,
recoveryModule: true,

@@ -222,0 +222,0 @@ accountFactory: env.BASE_ACCOUNT_FACTORY_ADDRESS,

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