@orderly.network/portfolio 2.8.9 → 2.8.10-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.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +18 -18
package/dist/index.js
CHANGED
|
@@ -5140,7 +5140,8 @@ var init_apiManager_script = __esm({
|
|
|
5140
5140
|
const res = await generateOrderlyKey(scope);
|
|
5141
5141
|
const generateKeyRes = {
|
|
5142
5142
|
...res,
|
|
5143
|
-
key: `ed25519:${res.key}
|
|
5143
|
+
key: `ed25519:${res.key}`,
|
|
5144
|
+
secretKey: `ed25519:${res.secretKey}`
|
|
5144
5145
|
};
|
|
5145
5146
|
ui.toast.success(t("portfolio.apiKey.created"));
|
|
5146
5147
|
if ((ipRestriction?.length || 0) > 0) {
|