@orderly.network/types 0.0.53 → 0.0.54
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/dist/index.d.mts +3 -1
- package/dist/index.d.ts +3 -1
- package/package.json +2 -2
package/dist/index.d.mts
CHANGED
|
@@ -111,7 +111,7 @@ declare namespace API {
|
|
|
111
111
|
base_mmr: number;
|
|
112
112
|
base_imr: number;
|
|
113
113
|
}
|
|
114
|
-
interface
|
|
114
|
+
interface TokenItem {
|
|
115
115
|
token: string;
|
|
116
116
|
token_hash: string;
|
|
117
117
|
decimals: number;
|
|
@@ -247,6 +247,7 @@ declare namespace API {
|
|
|
247
247
|
currency_symbol: string;
|
|
248
248
|
bridge_enable: boolean;
|
|
249
249
|
mainnet: boolean;
|
|
250
|
+
est_txn_mins: number;
|
|
250
251
|
explorer_base_url: string;
|
|
251
252
|
}
|
|
252
253
|
interface TokenInfo {
|
|
@@ -254,6 +255,7 @@ declare namespace API {
|
|
|
254
255
|
symbol: string;
|
|
255
256
|
decimals: number;
|
|
256
257
|
swap_enable: boolean;
|
|
258
|
+
woofi_dex_precision: number;
|
|
257
259
|
}
|
|
258
260
|
interface Chain {
|
|
259
261
|
token: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -111,7 +111,7 @@ declare namespace API {
|
|
|
111
111
|
base_mmr: number;
|
|
112
112
|
base_imr: number;
|
|
113
113
|
}
|
|
114
|
-
interface
|
|
114
|
+
interface TokenItem {
|
|
115
115
|
token: string;
|
|
116
116
|
token_hash: string;
|
|
117
117
|
decimals: number;
|
|
@@ -247,6 +247,7 @@ declare namespace API {
|
|
|
247
247
|
currency_symbol: string;
|
|
248
248
|
bridge_enable: boolean;
|
|
249
249
|
mainnet: boolean;
|
|
250
|
+
est_txn_mins: number;
|
|
250
251
|
explorer_base_url: string;
|
|
251
252
|
}
|
|
252
253
|
interface TokenInfo {
|
|
@@ -254,6 +255,7 @@ declare namespace API {
|
|
|
254
255
|
symbol: string;
|
|
255
256
|
decimals: number;
|
|
256
257
|
swap_enable: boolean;
|
|
258
|
+
woofi_dex_precision: number;
|
|
257
259
|
}
|
|
258
260
|
interface Chain {
|
|
259
261
|
token: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@orderly.network/types",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.54",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"babel-jest": "^29.6.1",
|
|
17
17
|
"jest": "^29.6.1",
|
|
18
18
|
"tsup": "^7.1.0",
|
|
19
|
-
"tsconfig": "0.0.
|
|
19
|
+
"tsconfig": "0.0.50"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"access": "public"
|