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

@coinmasters/toolbox-evm

Package Overview
Dependencies
Maintainers
2
Versions
133
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@coinmasters/toolbox-evm - npm Package Compare versions

Comparing version 11.0.6 to 11.0.7

dist/index-11586d97.cjs

56

dist/index.d.ts

@@ -10,3 +10,3 @@ import type { Asset } from '@coinmasters/types';

import { ContractTransaction } from 'ethers';
import { Eip1193Provider } from 'ethers';
import type { Eip1193Provider } from 'ethers';
import { EVMChain } from '@coinmasters/types';

@@ -878,53 +878,3 @@ import type { EVMTxBaseParams } from '@coinmasters/types';

ethplorerApiKey?: string | undefined;
}) => Promise<{
getBalance: (address: any, potentialScamFilter?: boolean | undefined) => Promise<AssetValue[]>;
approve: (params: ApproveParams) => Promise<string>;
approvedAmount: (params: ApprovedParams) => Promise<bigint>;
broadcastTransaction: ((signedTx: string) => Promise<TransactionResponse>) | ((signedTx: string) => Promise<TransactionResponse>);
call: (params: CallParams) => Promise<unknown>;
createContract: (address: string, abi: readonly (JsonFragment | Fragment)[], provider: Provider) => Promise<Contract>;
createContractTxObject: (params: CallParams) => Promise<ContractTransaction>;
EIP1193SendTransaction: (tx: EIP1559TxParams) => Promise<string>;
estimateCall: (params: EstimateCallParams) => Promise<bigint>;
estimateGasLimit: ({ assetValue, recipient, memo, }: WalletTxParams & {
assetValue: AssetValue;
}) => Promise<bigint>;
estimateGasPrices: () => Promise<{
average: {
maxFeePerGas: bigint;
maxPriorityFeePerGas: bigint;
gasPrice?: undefined;
};
fast: {
maxFeePerGas: bigint;
maxPriorityFeePerGas: bigint;
gasPrice?: undefined;
};
fastest: {
maxFeePerGas: bigint;
maxPriorityFeePerGas: bigint;
gasPrice?: undefined;
};
} | {
average: {
gasPrice: bigint;
maxFeePerGas?: undefined;
maxPriorityFeePerGas?: undefined;
};
fast: {
gasPrice: bigint;
maxFeePerGas?: undefined;
maxPriorityFeePerGas?: undefined;
};
fastest: {
gasPrice: bigint;
maxFeePerGas?: undefined;
maxPriorityFeePerGas?: undefined;
};
}>;
isApproved: (params: IsApprovedParams) => Promise<boolean>;
sendTransaction: (params: EIP1559TxParams, feeOption: FeeOption) => Promise<string | TransactionResponse>;
transfer: (params: TransferParams) => Promise<string | TransactionResponse>;
validateAddress: (address: string) => boolean;
} & {}>;
}) => Promise<any>;

@@ -1107,3 +1057,3 @@ export declare type IsApprovedParams = ApprovedParams & {

provider?: BrowserProvider | undefined;
}) => T & {};
}) => any;

@@ -1110,0 +1060,0 @@ declare interface PriceInfo {

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

import { aY as s, aZ as t, a_ as b, a$ as l, aS as r, aT as d, b0 as i, bk as A, b2 as T, aW as c, b3 as h, bc as n, b8 as x, b4 as k, bb as g, b5 as w, bi as E, aU as M, bd as p, bj as S, aV as W, b1 as m, ba as C, be as B, bg as V, bf as u, b6 as N, b9 as P, aX as f, bh as D, b7 as H } from "./index-a22f83cd.js";
import { aY as s, aZ as t, a_ as b, a$ as l, aS as r, aT as d, b0 as i, bk as A, b2 as T, aW as c, b3 as h, bc as n, b8 as x, b4 as k, bb as g, b5 as w, bi as E, aU as M, bd as p, bj as S, aV as W, b1 as m, ba as C, be as B, bg as V, bf as u, b6 as N, b9 as P, aX as f, bh as D, b7 as H } from "./index-39008bd3.js";
import "@coinmasters/helpers";

@@ -3,0 +3,0 @@ export {

@@ -5,3 +5,3 @@ {

"ethers": "6.9.0",
"@coinmasters/types": "4.7.6"
"@coinmasters/types": "4.7.7"
},

@@ -18,4 +18,4 @@ "description": "THORSwap evm",

"vitest": "0.34.6",
"@internal/config": "2.7.6",
"@coinmasters/helpers": "11.0.6"
"@internal/config": "2.7.7",
"@coinmasters/helpers": "11.0.7"
},

@@ -26,3 +26,3 @@ "eslintConfig": {

"peerDependencies": {
"@coinmasters/helpers": "11.0.6"
"@coinmasters/helpers": "11.0.7"
},

@@ -52,3 +52,3 @@ "exports": {

"types": "./dist/index.d.ts",
"version": "11.0.6",
"version": "11.0.7",
"scripts": {

@@ -55,0 +55,0 @@ "build": "vite build",

@@ -41,16 +41,16 @@ import { AssetValue, formatBigIntToSafeValue, SwapKitNumber } from '@coinmasters/helpers';

const methodsToWrap = [
'approve',
'approvedAmount',
'call',
'sendTransaction',
'transfer',
'isApproved',
'approvedAmount',
'EIP1193SendTransaction',
'getFeeData',
'broadcastTransaction',
'estimateCall',
'estimateGasLimit',
'estimateGasPrices',
'createContractTxObject',
// 'approve',
// 'approvedAmount',
// 'call',
// 'sendTransaction',
// 'transfer',
// 'isApproved',
// 'approvedAmount',
// 'EIP1193SendTransaction',
// 'getFeeData',
// 'broadcastTransaction',
// 'estimateCall',
// 'estimateGasLimit',
// 'estimateGasPrices',
// 'createContractTxObject',
];

@@ -57,0 +57,0 @@

Sorry, the diff of this file is not supported yet

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