@dynamic-labs-wallet/core 0.0.270 → 0.0.272
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/index.cjs.js +11 -0
- package/index.esm.js +11 -0
- package/package.json +2 -2
- package/src/mpc/constants.d.ts.map +1 -1
package/index.cjs.js
CHANGED
|
@@ -243,6 +243,17 @@ const MPC_CHAIN_CONFIG = {
|
|
|
243
243
|
0
|
|
244
244
|
],
|
|
245
245
|
signingAlgorithm: "ED25519"
|
|
246
|
+
},
|
|
247
|
+
STELLAR: {
|
|
248
|
+
// Uses Ed25519
|
|
249
|
+
derivationPath: [
|
|
250
|
+
44,
|
|
251
|
+
148,
|
|
252
|
+
0,
|
|
253
|
+
0,
|
|
254
|
+
0
|
|
255
|
+
],
|
|
256
|
+
signingAlgorithm: "ED25519"
|
|
246
257
|
}
|
|
247
258
|
};
|
|
248
259
|
var ThresholdSignatureScheme = /*#__PURE__*/ function(ThresholdSignatureScheme) {
|
package/index.esm.js
CHANGED
|
@@ -241,6 +241,17 @@ const MPC_CHAIN_CONFIG = {
|
|
|
241
241
|
0
|
|
242
242
|
],
|
|
243
243
|
signingAlgorithm: "ED25519"
|
|
244
|
+
},
|
|
245
|
+
STELLAR: {
|
|
246
|
+
// Uses Ed25519
|
|
247
|
+
derivationPath: [
|
|
248
|
+
44,
|
|
249
|
+
148,
|
|
250
|
+
0,
|
|
251
|
+
0,
|
|
252
|
+
0
|
|
253
|
+
],
|
|
254
|
+
signingAlgorithm: "ED25519"
|
|
244
255
|
}
|
|
245
256
|
};
|
|
246
257
|
var ThresholdSignatureScheme = /*#__PURE__*/ function(ThresholdSignatureScheme) {
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynamic-labs-wallet/core",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.272",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@dynamic-labs-wallet/forward-mpc-client": "0.3.0",
|
|
8
8
|
"@dynamic-labs/logger": "^4.25.3",
|
|
9
|
-
"@dynamic-labs/sdk-api-core": "^0.0.
|
|
9
|
+
"@dynamic-labs/sdk-api-core": "^0.0.875",
|
|
10
10
|
"axios": "1.13.5",
|
|
11
11
|
"http-errors": "2.0.0",
|
|
12
12
|
"uuid": "11.1.0"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../src/mpc/constants.ts"],"names":[],"mappings":"AAAA,oBAAY,gBAAgB;IAC1B,KAAK,UAAU;IACf,OAAO,YAAY;IACnB,MAAM,WAAW;CAClB;AAED,eAAO,MAAM,wBAAwB;;;CAGpC,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,2BAA2B,EAAE,MAAM,CAC9C,MAAM,EACN;IAAE,cAAc,EAAE,MAAM,EAAE,CAAC;IAAC,gBAAgB,EAAE,gBAAgB,CAAA;CAAE,CAUjE,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,MAAM,CACnC,MAAM,EACN;IAAE,cAAc,EAAE,MAAM,EAAE,CAAC;IAAC,gBAAgB,EAAE,gBAAgB,CAAA;CAAE,
|
|
1
|
+
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../src/mpc/constants.ts"],"names":[],"mappings":"AAAA,oBAAY,gBAAgB;IAC1B,KAAK,UAAU;IACf,OAAO,YAAY;IACnB,MAAM,WAAW;CAClB;AAED,eAAO,MAAM,wBAAwB;;;CAGpC,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,2BAA2B,EAAE,MAAM,CAC9C,MAAM,EACN;IAAE,cAAc,EAAE,MAAM,EAAE,CAAC;IAAC,gBAAgB,EAAE,gBAAgB,CAAA;CAAE,CAUjE,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,MAAM,CACnC,MAAM,EACN;IAAE,cAAc,EAAE,MAAM,EAAE,CAAC;IAAC,gBAAgB,EAAE,gBAAgB,CAAA;CAAE,CAqCjE,CAAC;AAEF,oBAAY,wBAAwB;IAClC,UAAU,eAAe;IACzB,YAAY,iBAAiB;IAC7B,aAAa,kBAAkB;CAChC;AAED,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;CAmBtB,CAAC;AAEF,oBAAY,wBAAwB;IAClC,SAAS,cAAc;IACvB,IAAI,SAAS;CACd"}
|