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

@0xsequence/relayer

Package Overview
Dependencies
Maintainers
4
Versions
497
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@0xsequence/relayer - npm Package Compare versions

Comparing version 0.11.1 to 0.11.2

11

CHANGELOG.md
# @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 @@

2

dist/declarations/src/rpc-relayer.d.ts

@@ -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"

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