@0xsequence/api 0.0.0-20250429150836 → 0.0.0-20250430094114
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.
|
@@ -13,7 +13,7 @@ function _extends() {
|
|
|
13
13
|
}
|
|
14
14
|
|
|
15
15
|
/* eslint-disable */
|
|
16
|
-
// sequence-api v0.4.0
|
|
16
|
+
// sequence-api v0.4.0 e67451ff0658525eee95e441caca27bcab2752af
|
|
17
17
|
// --
|
|
18
18
|
// Code generated by webrpc-gen@v0.25.3 with typescript generator. DO NOT EDIT.
|
|
19
19
|
//
|
|
@@ -29,7 +29,7 @@ const WebRPCVersion = "v1";
|
|
|
29
29
|
const WebRPCSchemaVersion = "v0.4.0";
|
|
30
30
|
|
|
31
31
|
// Schema hash generated from your RIDL schema
|
|
32
|
-
const WebRPCSchemaHash = "
|
|
32
|
+
const WebRPCSchemaHash = "e67451ff0658525eee95e441caca27bcab2752af";
|
|
33
33
|
function VersionFromHeader(headers) {
|
|
34
34
|
const headerValue = headers.get(WebrpcHeader);
|
|
35
35
|
if (!headerValue) {
|
|
@@ -13,7 +13,7 @@ function _extends() {
|
|
|
13
13
|
}
|
|
14
14
|
|
|
15
15
|
/* eslint-disable */
|
|
16
|
-
// sequence-api v0.4.0
|
|
16
|
+
// sequence-api v0.4.0 e67451ff0658525eee95e441caca27bcab2752af
|
|
17
17
|
// --
|
|
18
18
|
// Code generated by webrpc-gen@v0.25.3 with typescript generator. DO NOT EDIT.
|
|
19
19
|
//
|
|
@@ -29,7 +29,7 @@ const WebRPCVersion = "v1";
|
|
|
29
29
|
const WebRPCSchemaVersion = "v0.4.0";
|
|
30
30
|
|
|
31
31
|
// Schema hash generated from your RIDL schema
|
|
32
|
-
const WebRPCSchemaHash = "
|
|
32
|
+
const WebRPCSchemaHash = "e67451ff0658525eee95e441caca27bcab2752af";
|
|
33
33
|
function VersionFromHeader(headers) {
|
|
34
34
|
const headerValue = headers.get(WebrpcHeader);
|
|
35
35
|
if (!headerValue) {
|
|
@@ -9,7 +9,7 @@ function _extends() {
|
|
|
9
9
|
}
|
|
10
10
|
|
|
11
11
|
/* eslint-disable */
|
|
12
|
-
// sequence-api v0.4.0
|
|
12
|
+
// sequence-api v0.4.0 e67451ff0658525eee95e441caca27bcab2752af
|
|
13
13
|
// --
|
|
14
14
|
// Code generated by webrpc-gen@v0.25.3 with typescript generator. DO NOT EDIT.
|
|
15
15
|
//
|
|
@@ -25,7 +25,7 @@ const WebRPCVersion = "v1";
|
|
|
25
25
|
const WebRPCSchemaVersion = "v0.4.0";
|
|
26
26
|
|
|
27
27
|
// Schema hash generated from your RIDL schema
|
|
28
|
-
const WebRPCSchemaHash = "
|
|
28
|
+
const WebRPCSchemaHash = "e67451ff0658525eee95e441caca27bcab2752af";
|
|
29
29
|
function VersionFromHeader(headers) {
|
|
30
30
|
const headerValue = headers.get(WebrpcHeader);
|
|
31
31
|
if (!headerValue) {
|
|
@@ -2,7 +2,7 @@ export declare const WebrpcHeader = "Webrpc";
|
|
|
2
2
|
export declare const WebrpcHeaderValue = "webrpc@v0.25.3;gen-typescript@v0.17.0;sequence-api@v0.4.0";
|
|
3
3
|
export declare const WebRPCVersion = "v1";
|
|
4
4
|
export declare const WebRPCSchemaVersion = "v0.4.0";
|
|
5
|
-
export declare const WebRPCSchemaHash = "
|
|
5
|
+
export declare const WebRPCSchemaHash = "e67451ff0658525eee95e441caca27bcab2752af";
|
|
6
6
|
type WebrpcGenVersions = {
|
|
7
7
|
webrpcGenVersion: string;
|
|
8
8
|
codeGenName: string;
|
|
@@ -368,7 +368,7 @@ export interface LifiToken {
|
|
|
368
368
|
symbol: string;
|
|
369
369
|
name: string;
|
|
370
370
|
decimals: number;
|
|
371
|
-
priceUsd:
|
|
371
|
+
priceUsd: number;
|
|
372
372
|
coinKey: string;
|
|
373
373
|
logoUri: string;
|
|
374
374
|
}
|
|
@@ -1247,6 +1247,7 @@ export interface GetLifiTokensReturn {
|
|
|
1247
1247
|
export interface GetLifiSwapRoutesArgs {
|
|
1248
1248
|
chainId: number;
|
|
1249
1249
|
toTokenAddress: string;
|
|
1250
|
+
walletAddress: string;
|
|
1250
1251
|
}
|
|
1251
1252
|
export interface GetLifiSwapRoutesReturn {
|
|
1252
1253
|
routes: Array<LifiSwapRoute>;
|
package/package.json
CHANGED
package/src/api.gen.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/* eslint-disable */
|
|
2
|
-
// sequence-api v0.4.0
|
|
2
|
+
// sequence-api v0.4.0 e67451ff0658525eee95e441caca27bcab2752af
|
|
3
3
|
// --
|
|
4
4
|
// Code generated by webrpc-gen@v0.25.3 with typescript generator. DO NOT EDIT.
|
|
5
5
|
//
|
|
@@ -16,7 +16,7 @@ export const WebRPCVersion = "v1"
|
|
|
16
16
|
export const WebRPCSchemaVersion = "v0.4.0"
|
|
17
17
|
|
|
18
18
|
// Schema hash generated from your RIDL schema
|
|
19
|
-
export const WebRPCSchemaHash = "
|
|
19
|
+
export const WebRPCSchemaHash = "e67451ff0658525eee95e441caca27bcab2752af"
|
|
20
20
|
|
|
21
21
|
type WebrpcGenVersions = {
|
|
22
22
|
webrpcGenVersion: string;
|
|
@@ -474,7 +474,7 @@ export interface LifiToken {
|
|
|
474
474
|
symbol: string
|
|
475
475
|
name: string
|
|
476
476
|
decimals: number
|
|
477
|
-
priceUsd:
|
|
477
|
+
priceUsd: number
|
|
478
478
|
coinKey: string
|
|
479
479
|
logoUri: string
|
|
480
480
|
}
|
|
@@ -1444,6 +1444,7 @@ export interface GetLifiTokensReturn {
|
|
|
1444
1444
|
export interface GetLifiSwapRoutesArgs {
|
|
1445
1445
|
chainId: number
|
|
1446
1446
|
toTokenAddress: string
|
|
1447
|
+
walletAddress: string
|
|
1447
1448
|
}
|
|
1448
1449
|
|
|
1449
1450
|
export interface GetLifiSwapRoutesReturn {
|