@0xsequence/multicall
Advanced tools
Comparing version 0.8.0 to 0.8.1
# @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 @@ |
{ | ||
"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. | |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
69701
133
Updated@0xsequence/abi@^0.8.1
Updated@0xsequence/network@^0.8.1
Updated@0xsequence/utils@^0.8.1