@dynamic-labs-wallet/core 0.0.54 → 0.0.56
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 +1 -1
- package/src/mpc/constants.d.ts.map +1 -1
package/index.cjs.js
CHANGED
|
@@ -154,6 +154,17 @@ const MPC_CHAIN_CONFIG = {
|
|
|
154
154
|
0
|
|
155
155
|
],
|
|
156
156
|
signingAlgorithm: "ED25519"
|
|
157
|
+
},
|
|
158
|
+
SUI: {
|
|
159
|
+
// Uses Ed25519
|
|
160
|
+
derivationPath: [
|
|
161
|
+
44,
|
|
162
|
+
784,
|
|
163
|
+
0,
|
|
164
|
+
0,
|
|
165
|
+
0
|
|
166
|
+
],
|
|
167
|
+
signingAlgorithm: "ED25519"
|
|
157
168
|
}
|
|
158
169
|
};
|
|
159
170
|
var ThresholdSignatureScheme = /*#__PURE__*/ function(ThresholdSignatureScheme) {
|
package/index.esm.js
CHANGED
|
@@ -152,6 +152,17 @@ const MPC_CHAIN_CONFIG = {
|
|
|
152
152
|
0
|
|
153
153
|
],
|
|
154
154
|
signingAlgorithm: "ED25519"
|
|
155
|
+
},
|
|
156
|
+
SUI: {
|
|
157
|
+
// Uses Ed25519
|
|
158
|
+
derivationPath: [
|
|
159
|
+
44,
|
|
160
|
+
784,
|
|
161
|
+
0,
|
|
162
|
+
0,
|
|
163
|
+
0
|
|
164
|
+
],
|
|
165
|
+
signingAlgorithm: "ED25519"
|
|
155
166
|
}
|
|
156
167
|
};
|
|
157
168
|
var ThresholdSignatureScheme = /*#__PURE__*/ function(ThresholdSignatureScheme) {
|
package/package.json
CHANGED
|
@@ -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;;;;CAMpC,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;;;;CAMpC,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,MAAM,CACnC,MAAM,EACN;IAAE,cAAc,EAAE,MAAM,EAAE,CAAC;IAAC,gBAAgB,EAAE,gBAAgB,CAAA;CAAE,CAgCjE,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"}
|