@orderly.network/core 2.6.1 → 2.6.2-alpha.0
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 +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/dist/index.d.mts
CHANGED
|
@@ -1285,7 +1285,7 @@ declare class Account {
|
|
|
1285
1285
|
private signGetMessageFactor;
|
|
1286
1286
|
}
|
|
1287
1287
|
|
|
1288
|
-
type ChainNamespaceType = typeof ChainNamespace[keyof typeof ChainNamespace];
|
|
1288
|
+
type ChainNamespaceType = (typeof ChainNamespace)[keyof typeof ChainNamespace];
|
|
1289
1289
|
type URLS = {
|
|
1290
1290
|
apiBaseUrl: string;
|
|
1291
1291
|
publicWsUrl: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -1285,7 +1285,7 @@ declare class Account {
|
|
|
1285
1285
|
private signGetMessageFactor;
|
|
1286
1286
|
}
|
|
1287
1287
|
|
|
1288
|
-
type ChainNamespaceType = typeof ChainNamespace[keyof typeof ChainNamespace];
|
|
1288
|
+
type ChainNamespaceType = (typeof ChainNamespace)[keyof typeof ChainNamespace];
|
|
1289
1289
|
type URLS = {
|
|
1290
1290
|
apiBaseUrl: string;
|
|
1291
1291
|
publicWsUrl: string;
|