@helium/helium-admin-cli 0.9.6 → 0.9.8
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/lib/cjs/calc-rewards-percents.js +48 -0
- package/lib/cjs/calc-rewards-percents.js.map +1 -0
- package/lib/cjs/create-dao.js +1 -0
- package/lib/cjs/create-dao.js.map +1 -1
- package/lib/cjs/create-subdao.js +3 -0
- package/lib/cjs/create-subdao.js.map +1 -1
- package/lib/cjs/end-epoch.js +28 -4
- package/lib/cjs/end-epoch.js.map +1 -1
- package/lib/cjs/initialize-vetoken-tracking.js +168 -0
- package/lib/cjs/initialize-vetoken-tracking.js.map +1 -0
- package/lib/cjs/revoke-maker.js +127 -0
- package/lib/cjs/revoke-maker.js.map +1 -0
- package/lib/cjs/set-proxy-config.js +4 -1
- package/lib/cjs/set-proxy-config.js.map +1 -1
- package/lib/cjs/update-subdao.js +2 -0
- package/lib/cjs/update-subdao.js.map +1 -1
- package/lib/cjs/upsert-incentive-program.js +167 -0
- package/lib/cjs/upsert-incentive-program.js.map +1 -0
- package/lib/esm/src/calc-rewards-percents.js +30 -0
- package/lib/esm/src/calc-rewards-percents.js.map +1 -0
- package/lib/esm/src/create-dao.js +1 -0
- package/lib/esm/src/create-dao.js.map +1 -1
- package/lib/esm/src/create-subdao.js +3 -0
- package/lib/esm/src/create-subdao.js.map +1 -1
- package/lib/esm/src/end-epoch.js +29 -5
- package/lib/esm/src/end-epoch.js.map +1 -1
- package/lib/esm/src/initialize-vetoken-tracking.js +127 -0
- package/lib/esm/src/initialize-vetoken-tracking.js.map +1 -0
- package/lib/esm/src/revoke-maker.js +86 -0
- package/lib/esm/src/revoke-maker.js.map +1 -0
- package/lib/esm/src/set-proxy-config.js +4 -1
- package/lib/esm/src/set-proxy-config.js.map +1 -1
- package/lib/esm/src/update-subdao.js +2 -0
- package/lib/esm/src/update-subdao.js.map +1 -1
- package/lib/esm/src/upsert-incentive-program.js +126 -0
- package/lib/esm/src/upsert-incentive-program.js.map +1 -0
- package/lib/esm/tsconfig.esm.tsbuildinfo +1 -1
- package/lib/types/src/calc-rewards-percents.d.ts +2 -0
- package/lib/types/src/calc-rewards-percents.d.ts.map +1 -0
- package/lib/types/src/create-dao.d.ts.map +1 -1
- package/lib/types/src/create-subdao.d.ts.map +1 -1
- package/lib/types/src/end-epoch.d.ts.map +1 -1
- package/lib/types/src/initialize-vetoken-tracking.d.ts +2 -0
- package/lib/types/src/initialize-vetoken-tracking.d.ts.map +1 -0
- package/lib/types/src/revoke-maker.d.ts +2 -0
- package/lib/types/src/revoke-maker.d.ts.map +1 -0
- package/lib/types/src/set-proxy-config.d.ts.map +1 -1
- package/lib/types/src/update-subdao.d.ts.map +1 -1
- package/lib/types/src/upsert-incentive-program.d.ts +2 -0
- package/lib/types/src/upsert-incentive-program.d.ts.map +1 -0
- package/package.json +15 -13
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calc-rewards-percents.d.ts","sourceRoot":"","sources":["../../../src/calc-rewards-percents.ts"],"names":[],"mappings":"AAEA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBA+BjD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-dao.d.ts","sourceRoot":"","sources":["../../../src/create-dao.ts"],"names":[],"mappings":"AAyEA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,
|
|
1
|
+
{"version":3,"file":"create-dao.d.ts","sourceRoot":"","sources":["../../../src/create-dao.ts"],"names":[],"mappings":"AAyEA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBA+ejD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-subdao.d.ts","sourceRoot":"","sources":["../../../src/create-subdao.ts"],"names":[],"mappings":"AA8DA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,
|
|
1
|
+
{"version":3,"file":"create-subdao.d.ts","sourceRoot":"","sources":["../../../src/create-subdao.ts"],"names":[],"mappings":"AA8DA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBAwiBjD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"end-epoch.d.ts","sourceRoot":"","sources":["../../../src/end-epoch.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"end-epoch.d.ts","sourceRoot":"","sources":["../../../src/end-epoch.ts"],"names":[],"mappings":"AAmBA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBAuIjD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"initialize-vetoken-tracking.d.ts","sourceRoot":"","sources":["../../../src/initialize-vetoken-tracking.ts"],"names":[],"mappings":"AAkBA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBAoIjD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"revoke-maker.d.ts","sourceRoot":"","sources":["../../../src/revoke-maker.ts"],"names":[],"mappings":"AAUA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBAyFjD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"set-proxy-config.d.ts","sourceRoot":"","sources":["../../../src/set-proxy-config.ts"],"names":[],"mappings":"AAWA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,
|
|
1
|
+
{"version":3,"file":"set-proxy-config.d.ts","sourceRoot":"","sources":["../../../src/set-proxy-config.ts"],"names":[],"mappings":"AAWA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBAoGjD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-subdao.d.ts","sourceRoot":"","sources":["../../../src/update-subdao.ts"],"names":[],"mappings":"AA0BA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,
|
|
1
|
+
{"version":3,"file":"update-subdao.d.ts","sourceRoot":"","sources":["../../../src/update-subdao.ts"],"names":[],"mappings":"AA0BA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBAgOjD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"upsert-incentive-program.d.ts","sourceRoot":"","sources":["../../../src/upsert-incentive-program.ts"],"names":[],"mappings":"AAUA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBA2HjD"}
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"registry": "https://registry.npmjs.org/"
|
|
6
6
|
},
|
|
7
7
|
"license": "Apache-2.0",
|
|
8
|
-
"version": "0.9.
|
|
8
|
+
"version": "0.9.8",
|
|
9
9
|
"description": "CLI to bootstrap the network",
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|
|
@@ -40,19 +40,21 @@
|
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@coral-xyz/anchor": "^0.28.0",
|
|
42
42
|
"@helium/address": "^4.10.2",
|
|
43
|
-
"@helium/circuit-breaker-sdk": "^0.9.
|
|
43
|
+
"@helium/circuit-breaker-sdk": "^0.9.8",
|
|
44
44
|
"@helium/crypto": "^4.10.2",
|
|
45
|
-
"@helium/data-credits-sdk": "^0.9.
|
|
46
|
-
"@helium/distributor-oracle": "^0.9.
|
|
47
|
-
"@helium/fanout-sdk": "^0.9.
|
|
48
|
-
"@helium/helium-entity-manager-sdk": "^0.9.
|
|
49
|
-
"@helium/helium-sub-daos-sdk": "^0.9.
|
|
50
|
-
"@helium/lazy-distributor-sdk": "^0.9.
|
|
51
|
-
"@helium/mobile-entity-manager-sdk": "^0.9.
|
|
45
|
+
"@helium/data-credits-sdk": "^0.9.8",
|
|
46
|
+
"@helium/distributor-oracle": "^0.9.8",
|
|
47
|
+
"@helium/fanout-sdk": "^0.9.8",
|
|
48
|
+
"@helium/helium-entity-manager-sdk": "^0.9.8",
|
|
49
|
+
"@helium/helium-sub-daos-sdk": "^0.9.8",
|
|
50
|
+
"@helium/lazy-distributor-sdk": "^0.9.8",
|
|
51
|
+
"@helium/mobile-entity-manager-sdk": "^0.9.8",
|
|
52
52
|
"@helium/nft-proxy-sdk": "^0.0.12",
|
|
53
|
-
"@helium/
|
|
54
|
-
"@helium/
|
|
55
|
-
"@helium/
|
|
53
|
+
"@helium/organization-sdk": "^0.0.13",
|
|
54
|
+
"@helium/position-voting-rewards-sdk": "^0.9.8",
|
|
55
|
+
"@helium/price-oracle-sdk": "^0.9.8",
|
|
56
|
+
"@helium/spl-utils": "^0.9.8",
|
|
57
|
+
"@helium/treasury-management-sdk": "^0.9.8",
|
|
56
58
|
"@solana/spl-account-compression": "^0.1.7",
|
|
57
59
|
"@solana/spl-governance": "^0.3.18",
|
|
58
60
|
"@solana/spl-token": "^0.3.8",
|
|
@@ -71,5 +73,5 @@
|
|
|
71
73
|
"typescript": "^5.2.2"
|
|
72
74
|
},
|
|
73
75
|
"author": "",
|
|
74
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "0a5071fabee610faa894de23e2d12bc481f10284"
|
|
75
77
|
}
|