@0xsequence/metadata 2.3.7 → 2.3.8
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-metadata v0.4.0
|
|
16
|
+
// sequence-metadata v0.4.0 619d26e75361bb435b2c5636a3f81407cfc92741
|
|
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 = '619d26e75361bb435b2c5636a3f81407cfc92741';
|
|
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-metadata v0.4.0
|
|
16
|
+
// sequence-metadata v0.4.0 619d26e75361bb435b2c5636a3f81407cfc92741
|
|
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 = '619d26e75361bb435b2c5636a3f81407cfc92741';
|
|
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-metadata v0.4.0
|
|
12
|
+
// sequence-metadata v0.4.0 619d26e75361bb435b2c5636a3f81407cfc92741
|
|
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 = '619d26e75361bb435b2c5636a3f81407cfc92741';
|
|
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-metadata@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 = "619d26e75361bb435b2c5636a3f81407cfc92741";
|
|
6
6
|
type WebrpcGenVersions = {
|
|
7
7
|
webrpcGenVersion: string;
|
|
8
8
|
codeGenName: string;
|
|
@@ -132,18 +132,24 @@ export interface ContractInfo {
|
|
|
132
132
|
status: ResourceStatus;
|
|
133
133
|
}
|
|
134
134
|
export interface ContractInfoExtensions {
|
|
135
|
-
link
|
|
136
|
-
description
|
|
137
|
-
categories
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
135
|
+
link?: string;
|
|
136
|
+
description?: string;
|
|
137
|
+
categories?: Array<string>;
|
|
138
|
+
bridgeInfo?: {
|
|
139
|
+
[key: string]: ContractInfoExtensionBridgeInfo;
|
|
140
|
+
};
|
|
141
|
+
ogImage?: string;
|
|
142
|
+
ogName?: string;
|
|
143
|
+
originChainId?: number;
|
|
144
|
+
originAddress?: string;
|
|
145
|
+
blacklist?: boolean;
|
|
146
|
+
verified?: boolean;
|
|
147
|
+
verifiedBy?: string;
|
|
148
|
+
featured?: boolean;
|
|
149
|
+
featureIndex?: number;
|
|
150
|
+
}
|
|
151
|
+
export interface ContractInfoExtensionBridgeInfo {
|
|
152
|
+
tokenAddress: string;
|
|
147
153
|
}
|
|
148
154
|
export interface ContractInfoOverride {
|
|
149
155
|
name?: string;
|
package/package.json
CHANGED
package/src/metadata.gen.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/* eslint-disable */
|
|
2
|
-
// sequence-metadata v0.4.0
|
|
2
|
+
// sequence-metadata v0.4.0 619d26e75361bb435b2c5636a3f81407cfc92741
|
|
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 = '619d26e75361bb435b2c5636a3f81407cfc92741'
|
|
20
20
|
|
|
21
21
|
type WebrpcGenVersions = {
|
|
22
22
|
webrpcGenVersion: string
|
|
@@ -197,18 +197,23 @@ export interface ContractInfo {
|
|
|
197
197
|
}
|
|
198
198
|
|
|
199
199
|
export interface ContractInfoExtensions {
|
|
200
|
-
link
|
|
201
|
-
description
|
|
202
|
-
categories
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
200
|
+
link?: string
|
|
201
|
+
description?: string
|
|
202
|
+
categories?: Array<string>
|
|
203
|
+
bridgeInfo?: { [key: string]: ContractInfoExtensionBridgeInfo }
|
|
204
|
+
ogImage?: string
|
|
205
|
+
ogName?: string
|
|
206
|
+
originChainId?: number
|
|
207
|
+
originAddress?: string
|
|
208
|
+
blacklist?: boolean
|
|
209
|
+
verified?: boolean
|
|
210
|
+
verifiedBy?: string
|
|
211
|
+
featured?: boolean
|
|
212
|
+
featureIndex?: number
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
export interface ContractInfoExtensionBridgeInfo {
|
|
216
|
+
tokenAddress: string
|
|
212
217
|
}
|
|
213
218
|
|
|
214
219
|
export interface ContractInfoOverride {
|