@0xsequence/relayer 2.2.11 → 2.2.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -287,7 +287,7 @@ function isAbstractSigner(signer) {
|
|
|
287
287
|
}
|
|
288
288
|
|
|
289
289
|
/* eslint-disable */
|
|
290
|
-
// sequence-relayer v0.4.1
|
|
290
|
+
// sequence-relayer v0.4.1 da20208d66be29ad86d2662ca38c4425bc5910f8
|
|
291
291
|
// --
|
|
292
292
|
// Code generated by webrpc-gen@v0.22.0 with typescript generator. DO NOT EDIT.
|
|
293
293
|
//
|
|
@@ -303,7 +303,7 @@ const WebRPCVersion = 'v1';
|
|
|
303
303
|
const WebRPCSchemaVersion = 'v0.4.1';
|
|
304
304
|
|
|
305
305
|
// Schema hash generated from your RIDL schema
|
|
306
|
-
const WebRPCSchemaHash = '
|
|
306
|
+
const WebRPCSchemaHash = 'da20208d66be29ad86d2662ca38c4425bc5910f8';
|
|
307
307
|
function VersionFromHeader(headers) {
|
|
308
308
|
const headerValue = headers.get(WebrpcHeader);
|
|
309
309
|
if (!headerValue) {
|
|
@@ -287,7 +287,7 @@ function isAbstractSigner(signer) {
|
|
|
287
287
|
}
|
|
288
288
|
|
|
289
289
|
/* eslint-disable */
|
|
290
|
-
// sequence-relayer v0.4.1
|
|
290
|
+
// sequence-relayer v0.4.1 da20208d66be29ad86d2662ca38c4425bc5910f8
|
|
291
291
|
// --
|
|
292
292
|
// Code generated by webrpc-gen@v0.22.0 with typescript generator. DO NOT EDIT.
|
|
293
293
|
//
|
|
@@ -303,7 +303,7 @@ const WebRPCVersion = 'v1';
|
|
|
303
303
|
const WebRPCSchemaVersion = 'v0.4.1';
|
|
304
304
|
|
|
305
305
|
// Schema hash generated from your RIDL schema
|
|
306
|
-
const WebRPCSchemaHash = '
|
|
306
|
+
const WebRPCSchemaHash = 'da20208d66be29ad86d2662ca38c4425bc5910f8';
|
|
307
307
|
function VersionFromHeader(headers) {
|
|
308
308
|
const headerValue = headers.get(WebrpcHeader);
|
|
309
309
|
if (!headerValue) {
|
|
@@ -283,7 +283,7 @@ function isAbstractSigner(signer) {
|
|
|
283
283
|
}
|
|
284
284
|
|
|
285
285
|
/* eslint-disable */
|
|
286
|
-
// sequence-relayer v0.4.1
|
|
286
|
+
// sequence-relayer v0.4.1 da20208d66be29ad86d2662ca38c4425bc5910f8
|
|
287
287
|
// --
|
|
288
288
|
// Code generated by webrpc-gen@v0.22.0 with typescript generator. DO NOT EDIT.
|
|
289
289
|
//
|
|
@@ -299,7 +299,7 @@ const WebRPCVersion = 'v1';
|
|
|
299
299
|
const WebRPCSchemaVersion = 'v0.4.1';
|
|
300
300
|
|
|
301
301
|
// Schema hash generated from your RIDL schema
|
|
302
|
-
const WebRPCSchemaHash = '
|
|
302
|
+
const WebRPCSchemaHash = 'da20208d66be29ad86d2662ca38c4425bc5910f8';
|
|
303
303
|
function VersionFromHeader(headers) {
|
|
304
304
|
const headerValue = headers.get(WebrpcHeader);
|
|
305
305
|
if (!headerValue) {
|
|
@@ -2,7 +2,7 @@ export declare const WebrpcHeader = "Webrpc";
|
|
|
2
2
|
export declare const WebrpcHeaderValue = "webrpc@v0.22.0;gen-typescript@v0.16.1;sequence-relayer@v0.4.1";
|
|
3
3
|
export declare const WebRPCVersion = "v1";
|
|
4
4
|
export declare const WebRPCSchemaVersion = "v0.4.1";
|
|
5
|
-
export declare const WebRPCSchemaHash = "
|
|
5
|
+
export declare const WebRPCSchemaHash = "da20208d66be29ad86d2662ca38c4425bc5910f8";
|
|
6
6
|
type WebrpcGenVersions = {
|
|
7
7
|
webrpcGenVersion: string;
|
|
8
8
|
codeGenName: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@0xsequence/relayer",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.12",
|
|
4
4
|
"description": "relayer sub-package for Sequence",
|
|
5
5
|
"repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/relayer",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -12,15 +12,15 @@
|
|
|
12
12
|
"ethers": ">=6"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@0xsequence/abi": "2.2.
|
|
16
|
-
"@0xsequence/core": "2.2.
|
|
17
|
-
"@0xsequence/utils": "2.2.
|
|
15
|
+
"@0xsequence/abi": "2.2.12",
|
|
16
|
+
"@0xsequence/core": "2.2.12",
|
|
17
|
+
"@0xsequence/utils": "2.2.12"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@0xsequence/wallet-contracts": "^3.0.1",
|
|
21
21
|
"ethers": "6.13.4",
|
|
22
|
-
"@0xsequence/
|
|
23
|
-
"@0xsequence/
|
|
22
|
+
"@0xsequence/signhub": "2.2.12",
|
|
23
|
+
"@0xsequence/tests": "2.2.12"
|
|
24
24
|
},
|
|
25
25
|
"files": [
|
|
26
26
|
"src",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/* eslint-disable */
|
|
2
|
-
// sequence-relayer v0.4.1
|
|
2
|
+
// sequence-relayer v0.4.1 da20208d66be29ad86d2662ca38c4425bc5910f8
|
|
3
3
|
// --
|
|
4
4
|
// Code generated by webrpc-gen@v0.22.0 with typescript generator. DO NOT EDIT.
|
|
5
5
|
//
|
|
@@ -16,7 +16,7 @@ export const WebRPCVersion = 'v1'
|
|
|
16
16
|
export const WebRPCSchemaVersion = 'v0.4.1'
|
|
17
17
|
|
|
18
18
|
// Schema hash generated from your RIDL schema
|
|
19
|
-
export const WebRPCSchemaHash = '
|
|
19
|
+
export const WebRPCSchemaHash = 'da20208d66be29ad86d2662ca38c4425bc5910f8'
|
|
20
20
|
|
|
21
21
|
type WebrpcGenVersions = {
|
|
22
22
|
webrpcGenVersion: string
|