@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.mjs
CHANGED
|
@@ -5133,7 +5133,8 @@ var init_apiManager_script = __esm({
|
|
|
5133
5133
|
const res = await generateOrderlyKey(scope);
|
|
5134
5134
|
const generateKeyRes = {
|
|
5135
5135
|
...res,
|
|
5136
|
-
key: `ed25519:${res.key}
|
|
5136
|
+
key: `ed25519:${res.key}`,
|
|
5137
|
+
secretKey: `ed25519:${res.secretKey}`
|
|
5137
5138
|
};
|
|
5138
5139
|
toast.success(t("portfolio.apiKey.created"));
|
|
5139
5140
|
if ((ipRestriction?.length || 0) > 0) {
|