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

@0xsequence/multicall

Package Overview
Dependencies
Maintainers
3
Versions
438
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@0xsequence/multicall - npm Package Compare versions

Comparing version 0.9.3 to 0.9.5

9

CHANGELOG.md
# @0xsequence/multicall
## 0.9.5
### Patch Changes
- Implemented session class
- Updated dependencies [undefined]
- @0xsequence/network@0.9.5
- @0xsequence/utils@0.9.5
## 0.9.3

@@ -4,0 +13,0 @@

2

dist/declarations/src/providers/provider.d.ts

@@ -16,3 +16,3 @@ import { ethers, BigNumber } from 'ethers';

getTransactionCount: (addressOrName: string | Promise<string>, blockTag?: string | number | Promise<ethers.providers.BlockTag>) => Promise<number>;
getStorageAt: any;
getStorageAt: (addressOrName: string | Promise<string>, position: string | number | ethers.BigNumber | ethers.utils.Bytes | Promise<ethers.BigNumberish>, blockTag?: string | number | Promise<ethers.providers.BlockTag>) => Promise<string>;
sendTransaction: (signedTransaction: string | Promise<string>) => Promise<ethers.providers.TransactionResponse>;

@@ -19,0 +19,0 @@ estimateGas: (transaction: ethers.utils.Deferrable<ethers.providers.TransactionRequest>) => Promise<ethers.BigNumber>;

{
"name": "@0xsequence/multicall",
"version": "0.9.3",
"version": "0.9.5",
"description": "multicall sub-package for Sequence",

@@ -17,6 +17,6 @@ "repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/multicall",

"@0xsequence/abi": "^0.9.3",
"@0xsequence/network": "^0.9.3",
"@0xsequence/utils": "^0.9.3",
"@0xsequence/network": "^0.9.5",
"@0xsequence/utils": "^0.9.5",
"@ethersproject/providers": "^5.0.20",
"ethers": "^5.0.27"
"ethers": "^5.0.31"
},

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

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