@xyo-network/boundwitness-builder 5.1.3 → 5.1.4
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/boundwitness-builder",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.4",
|
|
4
4
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -36,21 +36,21 @@
|
|
|
36
36
|
"@xylabs/arraybuffer": "~5.0.11",
|
|
37
37
|
"@xylabs/assert": "~5.0.11",
|
|
38
38
|
"@xylabs/hex": "~5.0.11",
|
|
39
|
-
"@xyo-network/account-model": "~5.1.
|
|
40
|
-
"@xyo-network/boundwitness-model": "~5.1.
|
|
41
|
-
"@xyo-network/hash": "~5.1.
|
|
42
|
-
"@xyo-network/payload": "~5.1.
|
|
43
|
-
"@xyo-network/payload-builder": "~5.1.
|
|
44
|
-
"@xyo-network/payload-model": "~5.1.
|
|
39
|
+
"@xyo-network/account-model": "~5.1.4",
|
|
40
|
+
"@xyo-network/boundwitness-model": "~5.1.4",
|
|
41
|
+
"@xyo-network/hash": "~5.1.4",
|
|
42
|
+
"@xyo-network/payload": "~5.1.4",
|
|
43
|
+
"@xyo-network/payload-builder": "~5.1.4",
|
|
44
|
+
"@xyo-network/payload-model": "~5.1.4",
|
|
45
45
|
"async-mutex": "~0.5.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@xylabs/ts-scripts-yarn3": "~7.1.
|
|
49
|
-
"@xylabs/tsconfig": "~7.1.
|
|
48
|
+
"@xylabs/ts-scripts-yarn3": "~7.1.8",
|
|
49
|
+
"@xylabs/tsconfig": "~7.1.8",
|
|
50
50
|
"@xylabs/vitest-extended": "~5.0.11",
|
|
51
|
-
"@xyo-network/account": "~5.1.
|
|
52
|
-
"@xyo-network/elliptic": "~5.1.
|
|
53
|
-
"@xyo-network/wallet": "~5.1.
|
|
51
|
+
"@xyo-network/account": "~5.1.4",
|
|
52
|
+
"@xyo-network/elliptic": "~5.1.4",
|
|
53
|
+
"@xyo-network/wallet": "~5.1.4",
|
|
54
54
|
"typescript": "~5.9.2",
|
|
55
55
|
"vitest": "~3.2.4"
|
|
56
56
|
},
|
|
@@ -41,12 +41,12 @@ const payloadSequences = [
|
|
|
41
41
|
]
|
|
42
42
|
|
|
43
43
|
const wallet1Mnemonic
|
|
44
|
-
|
|
44
|
+
= 'report door cry include salad horn recipe luxury access pledge husband maple busy double olive'
|
|
45
45
|
const wallet1Path = "m/44'/60'/0'/0/0"
|
|
46
46
|
const wallet1Address = '25524Ca99764D76CA27604Bb9727f6e2f27C4533'
|
|
47
47
|
|
|
48
48
|
const wallet2Mnemonic
|
|
49
|
-
|
|
49
|
+
= 'turn you orphan sauce act patient village entire lava transfer height sense enroll quit idle'
|
|
50
50
|
const wallet2Path = "m/44'/60'/0'/0/0"
|
|
51
51
|
const wallet2Address = 'FdCeD2c3549289049BeBf743fB721Df211633fBF'
|
|
52
52
|
|