@0xsequence/multicall
Advanced tools
Comparing version 0.9.3 to 0.9.5
# @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 @@ |
@@ -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": { |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
71225
1
Updated@0xsequence/network@^0.9.5
Updated@0xsequence/utils@^0.9.5
Updatedethers@^5.0.31