@infinex/evm-sdk
Advanced tools
Comparing version 0.0.11 to 0.0.12
{ | ||
"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, |
39333
996
+ Addedviem@2.21.51(transitive)
- Removedviem@2.21.49(transitive)
Updatedviem@^2.19.2