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

@0xsequence/multicall

Package Overview
Dependencies
Maintainers
2
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.8.0 to 0.8.1

10

CHANGELOG.md
# @0xsequence/multicall
## 0.8.1
### Patch Changes
- - variety of optimizations
- Updated dependencies [undefined]
- @0xsequence/abi@0.8.1
- @0xsequence/network@0.8.1
- @0xsequence/utils@0.8.1
## 0.8.0

@@ -4,0 +14,0 @@

11

package.json
{
"name": "@0xsequence/multicall",
"version": "0.8.0",
"version": "0.8.1",
"description": "multicall sub-package for Sequence",
"repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/multicall",
"source": "src/index.ts",

@@ -15,5 +16,5 @@ "main": "dist/0xsequence-multicall.cjs.js",

"dependencies": {
"@0xsequence/abi": "^0.8.0",
"@0xsequence/network": "^0.8.0",
"@0xsequence/utils": "^0.8.0",
"@0xsequence/abi": "^0.8.1",
"@0xsequence/network": "^0.8.1",
"@0xsequence/utils": "^0.8.1",
"@ethersproject/providers": "^5.0.19",

@@ -23,3 +24,3 @@ "ethers": "^5.0.26"

"devDependencies": {
"@0xsequence/wallet-contracts": "https://github.com/arcadeum/wallet-contracts",
"@0xsequence/wallet-contracts": "https://github.com/0xsequence/wallet-contracts",
"@types/web3-provider-engine": "^14.0.0",

@@ -26,0 +27,0 @@ "eth-json-rpc-middleware": "^6.0.0",

@@ -6,2 +6,4 @@ @0xsequence/multicall

For more info see [0xsequence project page](https://github.com/0xsequence/sequence.js).
Inspired by MakerDAO [Multicall.js](https://github.com/makerdao/multicall.js).

@@ -131,2 +133,2 @@

| timeWindow | Yes | Defines the time each call is held on buffer waiting for subsequent calls before aggregation, use 0 for "next js tick". |
| contract | Yes | Instance of SequenceUtils contract, see: https://github.com/arcadeum/wallet-contracts/blob/master/contracts/modules/utils/SequenceUtils.sol. |
| contract | Yes | Instance of SequenceUtils contract, see: https://github.com/0xsequence/wallet-contracts/blob/master/contracts/modules/utils/SequenceUtils.sol. |
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