psffpp 1.1.7 → 1.1.9
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.js +1 -1
- package/package.json +4 -4
package/index.js
CHANGED
|
@@ -170,7 +170,7 @@ class PSFFPP {
|
|
|
170
170
|
// console.log(`Proof-of-burn TX: ${pobT xid}`)
|
|
171
171
|
|
|
172
172
|
// Wait for the indexer to update before get utxos.
|
|
173
|
-
await this.bchjs.Util.sleep(
|
|
173
|
+
await this.bchjs.Util.sleep(6000)
|
|
174
174
|
|
|
175
175
|
// Get a UTXO to spend to generate the pin claim TX.
|
|
176
176
|
let utxos = await this.wallet.getUtxos()
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "psffpp",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.9",
|
|
4
4
|
"description": "PS010 PSF File Pinning Protocol",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -34,16 +34,16 @@
|
|
|
34
34
|
"repository": "Permissionless-Software-Foundation/psffpp",
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"axios": "1.3.5",
|
|
37
|
-
"psf-multisig-approval": "2.0.
|
|
37
|
+
"psf-multisig-approval": "2.0.7"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@psf/bch-js": "6.
|
|
40
|
+
"@psf/bch-js": "6.8.0",
|
|
41
41
|
"apidoc": "0.54.0",
|
|
42
42
|
"c8": "9.1.0",
|
|
43
43
|
"chai": "4.3.7",
|
|
44
44
|
"husky": "8.0.3",
|
|
45
45
|
"lodash.clonedeep": "4.5.0",
|
|
46
|
-
"minimal-slp-wallet": "5.
|
|
46
|
+
"minimal-slp-wallet": "5.12.0",
|
|
47
47
|
"mocha": "10.2.0",
|
|
48
48
|
"semantic-release": "19.0.5",
|
|
49
49
|
"sinon": "15.0.3",
|