@1sat/wallet 0.0.82 → 0.0.84
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.
|
@@ -17,7 +17,7 @@ export interface Bsv21 {
|
|
|
17
17
|
*
|
|
18
18
|
* Data structure: Bsv21 with id, op, amt, dec, status, etc.
|
|
19
19
|
*
|
|
20
|
-
* Basket: 'bsv21'
|
|
20
|
+
* Basket: BSV21_BASKET ('p 1sat bsv21')
|
|
21
21
|
* Events: id, id:status, bsv21:amt
|
|
22
22
|
*/
|
|
23
23
|
export declare class Bsv21Indexer extends Indexer {
|
|
@@ -10,7 +10,7 @@ const hdKey = HD.fromString(BSV21_FEE_XPUB);
|
|
|
10
10
|
*
|
|
11
11
|
* Data structure: Bsv21 with id, op, amt, dec, status, etc.
|
|
12
12
|
*
|
|
13
|
-
* Basket: 'bsv21'
|
|
13
|
+
* Basket: BSV21_BASKET ('p 1sat bsv21')
|
|
14
14
|
* Events: id, id:status, bsv21:amt
|
|
15
15
|
*/
|
|
16
16
|
export class Bsv21Indexer extends Indexer {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@1sat/wallet",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.84",
|
|
4
4
|
"description": "BRC-100 wallet engine for 1Sat Ordinals SDK",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
],
|
|
30
30
|
"license": "MIT",
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@1sat/client": "0.0.
|
|
33
|
-
"@1sat/types": "0.0.
|
|
34
|
-
"@1sat/templates": "0.0.
|
|
32
|
+
"@1sat/client": "0.0.38",
|
|
33
|
+
"@1sat/types": "0.0.30",
|
|
34
|
+
"@1sat/templates": "0.0.22",
|
|
35
35
|
"@bopen-io/templates": "^1.2.3",
|
|
36
36
|
"@msgpack/msgpack": "^3.1.3",
|
|
37
37
|
"fflate": "^0.8.2"
|