@helium/helium-admin-cli 0.0.49 → 0.0.51
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/LICENSE +203 -0
- package/README.md +15 -69
- package/bin/helium-admin.js +13 -0
- package/lib/cjs/cli-distribute-rewards.js +3 -0
- package/lib/cjs/cli-distribute-rewards.js.map +1 -1
- package/lib/cjs/create-dao.js +4 -3
- package/lib/cjs/create-dao.js.map +1 -1
- package/lib/cjs/create-maker.js +4 -2
- package/lib/cjs/create-maker.js.map +1 -1
- package/lib/cjs/create-subdao.js +2 -0
- package/lib/cjs/create-subdao.js.map +1 -1
- package/lib/cjs/issue-iot-operations-fund.js +120 -0
- package/lib/cjs/issue-iot-operations-fund.js.map +1 -0
- package/lib/cjs/log-hotspot.js +17 -0
- package/lib/cjs/log-hotspot.js.map +1 -1
- package/lib/cjs/update-data-credits.js +125 -0
- package/lib/cjs/update-data-credits.js.map +1 -0
- package/lib/cjs/update-lazy-distributor.js +135 -0
- package/lib/cjs/update-lazy-distributor.js.map +1 -0
- package/lib/cjs/update-subdao-vehnt.js +153 -0
- package/lib/cjs/update-subdao-vehnt.js.map +1 -0
- package/lib/esm/src/cli-distribute-rewards.js +3 -0
- package/lib/esm/src/cli-distribute-rewards.js.map +1 -1
- package/lib/esm/src/create-dao.js +4 -3
- package/lib/esm/src/create-dao.js.map +1 -1
- package/lib/esm/src/create-maker.js +4 -2
- package/lib/esm/src/create-maker.js.map +1 -1
- package/lib/esm/src/create-subdao.js +2 -0
- package/lib/esm/src/create-subdao.js.map +1 -1
- package/lib/esm/src/issue-iot-operations-fund.js +79 -0
- package/lib/esm/src/issue-iot-operations-fund.js.map +1 -0
- package/lib/esm/src/log-hotspot.js +20 -3
- package/lib/esm/src/log-hotspot.js.map +1 -1
- package/lib/esm/src/update-data-credits.js +84 -0
- package/lib/esm/src/update-data-credits.js.map +1 -0
- package/lib/esm/src/update-lazy-distributor.js +94 -0
- package/lib/esm/src/update-lazy-distributor.js.map +1 -0
- package/lib/esm/src/update-subdao-vehnt.js +112 -0
- package/lib/esm/src/update-subdao-vehnt.js.map +1 -0
- package/lib/esm/tsconfig.esm.tsbuildinfo +1 -1
- package/lib/types/src/cli-distribute-rewards.d.ts.map +1 -1
- package/lib/types/src/create-dao.d.ts.map +1 -1
- package/lib/types/src/create-maker.d.ts.map +1 -1
- package/lib/types/src/create-subdao.d.ts.map +1 -1
- package/lib/types/src/issue-iot-operations-fund.d.ts +2 -0
- package/lib/types/src/issue-iot-operations-fund.d.ts.map +1 -0
- package/lib/types/src/log-hotspot.d.ts.map +1 -1
- package/lib/types/src/update-data-credits.d.ts +2 -0
- package/lib/types/src/update-data-credits.d.ts.map +1 -0
- package/lib/types/src/update-lazy-distributor.d.ts +2 -0
- package/lib/types/src/update-lazy-distributor.d.ts.map +1 -0
- package/lib/types/src/update-subdao-vehnt.d.ts +2 -0
- package/lib/types/src/update-subdao-vehnt.d.ts.map +1 -0
- package/package.json +17 -15
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cli-distribute-rewards.d.ts","sourceRoot":"","sources":["../../../src/cli-distribute-rewards.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"cli-distribute-rewards.d.ts","sourceRoot":"","sources":["../../../src/cli-distribute-rewards.ts"],"names":[],"mappings":"AAwBA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBAgEjD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-dao.d.ts","sourceRoot":"","sources":["../../../src/create-dao.ts"],"names":[],"mappings":"AAmEA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,
|
|
1
|
+
{"version":3,"file":"create-dao.d.ts","sourceRoot":"","sources":["../../../src/create-dao.ts"],"names":[],"mappings":"AAmEA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBA0YjD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-maker.d.ts","sourceRoot":"","sources":["../../../src/create-maker.ts"],"names":[],"mappings":"AA0CA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,
|
|
1
|
+
{"version":3,"file":"create-maker.d.ts","sourceRoot":"","sources":["../../../src/create-maker.ts"],"names":[],"mappings":"AA0CA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBA8SjD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-subdao.d.ts","sourceRoot":"","sources":["../../../src/create-subdao.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"create-subdao.d.ts","sourceRoot":"","sources":["../../../src/create-subdao.ts"],"names":[],"mappings":"AA4DA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBAygBjD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"issue-iot-operations-fund.d.ts","sourceRoot":"","sources":["../../../src/issue-iot-operations-fund.ts"],"names":[],"mappings":"AAYA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBAqFjD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"log-hotspot.d.ts","sourceRoot":"","sources":["../../../src/log-hotspot.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"log-hotspot.d.ts","sourceRoot":"","sources":["../../../src/log-hotspot.ts"],"names":[],"mappings":"AAeA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBA8DjD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-data-credits.d.ts","sourceRoot":"","sources":["../../../src/update-data-credits.ts"],"names":[],"mappings":"AAQA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBAmFjD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-lazy-distributor.d.ts","sourceRoot":"","sources":["../../../src/update-lazy-distributor.ts"],"names":[],"mappings":"AAYA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBA+FjD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-subdao-vehnt.d.ts","sourceRoot":"","sources":["../../../src/update-subdao-vehnt.ts"],"names":[],"mappings":"AAYA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBA8GjD"}
|
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
7
7
|
},
|
|
8
8
|
"license": "Apache-2.0",
|
|
9
|
-
"version": "0.0.
|
|
9
|
+
"version": "0.0.51",
|
|
10
10
|
"description": "CLI to bootstrap the network",
|
|
11
11
|
"repository": {
|
|
12
12
|
"type": "git",
|
|
@@ -17,7 +17,8 @@
|
|
|
17
17
|
"types": "./lib/types/src/index.d.ts",
|
|
18
18
|
"sideEffects": false,
|
|
19
19
|
"files": [
|
|
20
|
-
"lib"
|
|
20
|
+
"lib",
|
|
21
|
+
"bin"
|
|
21
22
|
],
|
|
22
23
|
"bin": {
|
|
23
24
|
"helium-admin": "./bin/helium-admin.js"
|
|
@@ -41,24 +42,24 @@
|
|
|
41
42
|
"@clockwork-xyz/sdk": "^0.2.4",
|
|
42
43
|
"@coral-xyz/anchor": "0.26.0",
|
|
43
44
|
"@helium/address": "^4.6.2",
|
|
44
|
-
"@helium/circuit-breaker-sdk": "^0.0.
|
|
45
|
+
"@helium/circuit-breaker-sdk": "^0.0.51",
|
|
45
46
|
"@helium/crypto": "^4.6.2",
|
|
46
|
-
"@helium/data-credits-sdk": "^0.0.
|
|
47
|
-
"@helium/distributor-oracle": "^0.0.
|
|
48
|
-
"@helium/fanout-sdk": "^0.0.
|
|
49
|
-
"@helium/helium-entity-manager-sdk": "^0.0.
|
|
50
|
-
"@helium/helium-sub-daos-sdk": "^0.0.
|
|
51
|
-
"@helium/lazy-distributor-sdk": "^0.0.
|
|
52
|
-
"@helium/price-oracle-sdk": "^0.0.
|
|
53
|
-
"@helium/spl-utils": "^0.0.
|
|
54
|
-
"@helium/treasury-management-sdk": "^0.0.
|
|
47
|
+
"@helium/data-credits-sdk": "^0.0.51",
|
|
48
|
+
"@helium/distributor-oracle": "^0.0.51",
|
|
49
|
+
"@helium/fanout-sdk": "^0.0.51",
|
|
50
|
+
"@helium/helium-entity-manager-sdk": "^0.0.51",
|
|
51
|
+
"@helium/helium-sub-daos-sdk": "^0.0.51",
|
|
52
|
+
"@helium/lazy-distributor-sdk": "^0.0.51",
|
|
53
|
+
"@helium/price-oracle-sdk": "^0.0.51",
|
|
54
|
+
"@helium/spl-utils": "^0.0.51",
|
|
55
|
+
"@helium/treasury-management-sdk": "^0.0.51",
|
|
55
56
|
"@solana/spl-account-compression": "^0.1.4",
|
|
56
57
|
"@solana/spl-governance": "^0.3.18",
|
|
57
58
|
"@solana/spl-token": "^0.3.6",
|
|
58
59
|
"@solana/web3.js": "^1.66.2",
|
|
59
60
|
"@sqds/sdk": "^2.0.3",
|
|
60
|
-
"@switchboard-xyz/common": "^2.1.
|
|
61
|
-
"@switchboard-xyz/solana.js": "^2.
|
|
61
|
+
"@switchboard-xyz/common": "^2.1.33",
|
|
62
|
+
"@switchboard-xyz/solana.js": "^2.1.6",
|
|
62
63
|
"axios": "^1.1.3",
|
|
63
64
|
"bn.js": "^5.2.0",
|
|
64
65
|
"bs58": "^5.0.0",
|
|
@@ -72,5 +73,6 @@
|
|
|
72
73
|
"typescript": "^4.3.4",
|
|
73
74
|
"yarn": "^1.22.18"
|
|
74
75
|
},
|
|
75
|
-
"author": ""
|
|
76
|
+
"author": "",
|
|
77
|
+
"gitHead": "944fdaa71d88e757b378c1603138cffc1992adf6"
|
|
76
78
|
}
|