@0xsequence/relayer
Advanced tools
Comparing version 0.11.1 to 0.11.2
# @0xsequence/relayer | ||
## 0.11.2 | ||
### Patch Changes | ||
- Fix multicall proxy scopes | ||
- Updated dependencies [undefined] | ||
- @0xsequence/abi@0.11.2 | ||
- @0xsequence/chaind@0.11.2 | ||
- @0xsequence/config@0.11.2 | ||
- @0xsequence/transactions@0.11.2 | ||
## 0.11.1 | ||
@@ -4,0 +15,0 @@ |
@@ -11,3 +11,3 @@ import { TransactionResponse, Provider, BlockTag } from '@ethersproject/providers'; | ||
constructor(url: string, bundleDeploy?: boolean, provider?: Provider, waitForReceipt?: boolean); | ||
waitReceipt(metaTxHash: string, wait?: number): Promise<any>; | ||
waitReceipt(metaTxHash: string, wait?: number): Promise<import("@0xsequence/chaind").GetMetaTxnReceiptReturn>; | ||
gasRefundOptions(config: WalletConfig, context: WalletContext, ...transactions: Transaction[]): Promise<TransactionEncoded[][]>; | ||
@@ -14,0 +14,0 @@ estimateGasLimits(config: WalletConfig, context: WalletContext, ...transactions: Transaction[]): Promise<Transaction[]>; |
{ | ||
"name": "@0xsequence/relayer", | ||
"version": "0.11.1", | ||
"version": "0.11.2", | ||
"description": "relayer sub-package for Sequence", | ||
@@ -16,6 +16,6 @@ "repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/relayer", | ||
"dependencies": { | ||
"@0xsequence/abi": "^0.11.1", | ||
"@0xsequence/chaind": "^0.11.1", | ||
"@0xsequence/config": "^0.11.1", | ||
"@0xsequence/transactions": "^0.11.1", | ||
"@0xsequence/abi": "^0.11.2", | ||
"@0xsequence/chaind": "^0.11.2", | ||
"@0xsequence/config": "^0.11.2", | ||
"@0xsequence/transactions": "^0.11.2", | ||
"ethers": "^5.0.32", | ||
@@ -22,0 +22,0 @@ "fetch-ponyfill": "^7.1.0" |
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
64301
Updated@0xsequence/abi@^0.11.2
Updated@0xsequence/chaind@^0.11.2
Updated@0xsequence/config@^0.11.2