@0xsequence/metadata 0.31.0 → 0.35.1
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.
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,37 @@
|
|
|
1
1
|
# @0xsequence/metadata
|
|
2
2
|
|
|
3
|
+
## 0.35.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- wallet: update config on undeployed too
|
|
8
|
+
|
|
9
|
+
## 0.35.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- - config: add buildStubSignature
|
|
14
|
+
- provider: add checks to signing cases for wallet deployment and config statuses
|
|
15
|
+
- provider: add prompt for wallet deployment
|
|
16
|
+
- relayer: add BaseRelayer.prependWalletDeploy
|
|
17
|
+
- relayer: add Relayer.feeOptions
|
|
18
|
+
- relayer: account for wallet deployment in fee estimation
|
|
19
|
+
- transactions: add fromTransactionish
|
|
20
|
+
- wallet: add Account.prependConfigUpdate
|
|
21
|
+
- wallet: add Account.getFeeOptions
|
|
22
|
+
|
|
23
|
+
## 0.34.0
|
|
24
|
+
|
|
25
|
+
### Minor Changes
|
|
26
|
+
|
|
27
|
+
- - upgrade deps
|
|
28
|
+
|
|
29
|
+
## 0.31.3
|
|
30
|
+
|
|
31
|
+
### Patch Changes
|
|
32
|
+
|
|
33
|
+
- update metadata bindings
|
|
34
|
+
|
|
3
35
|
## 0.31.0
|
|
4
36
|
|
|
5
37
|
### Minor Changes
|
|
@@ -27,7 +27,7 @@ function _extends() {
|
|
|
27
27
|
}
|
|
28
28
|
|
|
29
29
|
/* eslint-disable */
|
|
30
|
-
// sequence-metadata v0.4.0
|
|
30
|
+
// sequence-metadata v0.4.0 98c575a36feeb2db3d5b9579998bec985c6550ef
|
|
31
31
|
// --
|
|
32
32
|
// This file has been generated by https://github.com/webrpc/webrpc using gen/typescript
|
|
33
33
|
// Do not edit by hand. Update your webrpc schema and re-generate.
|
|
@@ -36,7 +36,7 @@ const WebRPCVersion = "v1"; // Schema version of your RIDL schema
|
|
|
36
36
|
|
|
37
37
|
const WebRPCSchemaVersion = "v0.4.0"; // Schema hash generated from your RIDL schema
|
|
38
38
|
|
|
39
|
-
const WebRPCSchemaHash = "
|
|
39
|
+
const WebRPCSchemaHash = "98c575a36feeb2db3d5b9579998bec985c6550ef"; //
|
|
40
40
|
// Types
|
|
41
41
|
//
|
|
42
42
|
|
|
@@ -27,7 +27,7 @@ function _extends() {
|
|
|
27
27
|
}
|
|
28
28
|
|
|
29
29
|
/* eslint-disable */
|
|
30
|
-
// sequence-metadata v0.4.0
|
|
30
|
+
// sequence-metadata v0.4.0 98c575a36feeb2db3d5b9579998bec985c6550ef
|
|
31
31
|
// --
|
|
32
32
|
// This file has been generated by https://github.com/webrpc/webrpc using gen/typescript
|
|
33
33
|
// Do not edit by hand. Update your webrpc schema and re-generate.
|
|
@@ -36,7 +36,7 @@ const WebRPCVersion = "v1"; // Schema version of your RIDL schema
|
|
|
36
36
|
|
|
37
37
|
const WebRPCSchemaVersion = "v0.4.0"; // Schema hash generated from your RIDL schema
|
|
38
38
|
|
|
39
|
-
const WebRPCSchemaHash = "
|
|
39
|
+
const WebRPCSchemaHash = "98c575a36feeb2db3d5b9579998bec985c6550ef"; //
|
|
40
40
|
// Types
|
|
41
41
|
//
|
|
42
42
|
|
|
@@ -19,7 +19,7 @@ function _extends() {
|
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
/* eslint-disable */
|
|
22
|
-
// sequence-metadata v0.4.0
|
|
22
|
+
// sequence-metadata v0.4.0 98c575a36feeb2db3d5b9579998bec985c6550ef
|
|
23
23
|
// --
|
|
24
24
|
// This file has been generated by https://github.com/webrpc/webrpc using gen/typescript
|
|
25
25
|
// Do not edit by hand. Update your webrpc schema and re-generate.
|
|
@@ -28,7 +28,7 @@ const WebRPCVersion = "v1"; // Schema version of your RIDL schema
|
|
|
28
28
|
|
|
29
29
|
const WebRPCSchemaVersion = "v0.4.0"; // Schema hash generated from your RIDL schema
|
|
30
30
|
|
|
31
|
-
const WebRPCSchemaHash = "
|
|
31
|
+
const WebRPCSchemaHash = "98c575a36feeb2db3d5b9579998bec985c6550ef"; //
|
|
32
32
|
// Types
|
|
33
33
|
//
|
|
34
34
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare const WebRPCVersion = "v1";
|
|
2
2
|
export declare const WebRPCSchemaVersion = "v0.4.0";
|
|
3
|
-
export declare const WebRPCSchemaHash = "
|
|
3
|
+
export declare const WebRPCSchemaHash = "98c575a36feeb2db3d5b9579998bec985c6550ef";
|
|
4
4
|
export declare enum SwapType {
|
|
5
5
|
UNKNOWN = "UNKNOWN",
|
|
6
6
|
BUY = "BUY",
|
|
@@ -39,6 +39,7 @@ export interface ContractInfoExtensions {
|
|
|
39
39
|
ogImage: string;
|
|
40
40
|
originChainId: number;
|
|
41
41
|
originAddress: string;
|
|
42
|
+
blacklist: boolean;
|
|
42
43
|
}
|
|
43
44
|
export interface TokenMetadata {
|
|
44
45
|
tokenId: 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 98c575a36feeb2db3d5b9579998bec985c6550ef
|
|
3
3
|
// --
|
|
4
4
|
// This file has been generated by https://github.com/webrpc/webrpc using gen/typescript
|
|
5
5
|
// Do not edit by hand. Update your webrpc schema and re-generate.
|
|
@@ -11,7 +11,7 @@ export const WebRPCVersion = "v1"
|
|
|
11
11
|
export const WebRPCSchemaVersion = "v0.4.0"
|
|
12
12
|
|
|
13
13
|
// Schema hash generated from your RIDL schema
|
|
14
|
-
export const WebRPCSchemaHash = "
|
|
14
|
+
export const WebRPCSchemaHash = "98c575a36feeb2db3d5b9579998bec985c6550ef"
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
//
|
|
@@ -60,6 +60,7 @@ export interface ContractInfoExtensions {
|
|
|
60
60
|
ogImage: string
|
|
61
61
|
originChainId: number
|
|
62
62
|
originAddress: string
|
|
63
|
+
blacklist: boolean
|
|
63
64
|
}
|
|
64
65
|
|
|
65
66
|
export interface TokenMetadata {
|