@helium/helium-admin-cli 0.10.35 → 0.11.1
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/close-expired-boosts.js +142 -0
- package/lib/cjs/close-expired-boosts.js.map +1 -0
- package/lib/cjs/create-dao.js +3 -44
- package/lib/cjs/create-dao.js.map +1 -1
- package/lib/cjs/create-subdao.js +5 -39
- package/lib/cjs/create-subdao.js.map +1 -1
- package/lib/cjs/mint-dc.js +7 -10
- package/lib/cjs/mint-dc.js.map +1 -1
- package/lib/cjs/reschedule-all-mini-fanouts.js +3 -2
- package/lib/cjs/reschedule-all-mini-fanouts.js.map +1 -1
- package/lib/cjs/setup-dc-auto-topoff.js +233 -0
- package/lib/cjs/setup-dc-auto-topoff.js.map +1 -0
- package/lib/cjs/update-data-credits.js +0 -6
- package/lib/cjs/update-data-credits.js.map +1 -1
- package/lib/esm/src/close-expired-boosts.js +101 -0
- package/lib/esm/src/close-expired-boosts.js.map +1 -0
- package/lib/esm/src/create-dao.js +4 -45
- package/lib/esm/src/create-dao.js.map +1 -1
- package/lib/esm/src/create-subdao.js +6 -40
- package/lib/esm/src/create-subdao.js.map +1 -1
- package/lib/esm/src/mint-dc.js +9 -12
- package/lib/esm/src/mint-dc.js.map +1 -1
- package/lib/esm/src/reschedule-all-mini-fanouts.js +3 -2
- package/lib/esm/src/reschedule-all-mini-fanouts.js.map +1 -1
- package/lib/esm/src/setup-dc-auto-topoff.js +192 -0
- package/lib/esm/src/setup-dc-auto-topoff.js.map +1 -0
- package/lib/esm/src/update-data-credits.js +0 -6
- package/lib/esm/src/update-data-credits.js.map +1 -1
- package/lib/esm/tsconfig.esm.tsbuildinfo +1 -1
- package/lib/types/src/close-expired-boosts.d.ts +2 -0
- package/lib/types/src/close-expired-boosts.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/mint-dc.d.ts.map +1 -1
- package/lib/types/src/setup-dc-auto-topoff.d.ts +2 -0
- package/lib/types/src/setup-dc-auto-topoff.d.ts.map +1 -0
- package/lib/types/src/update-data-credits.d.ts.map +1 -1
- package/package.json +15 -14
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"close-expired-boosts.d.ts","sourceRoot":"","sources":["../../../src/close-expired-boosts.ts"],"names":[],"mappings":"AAcA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBA0HjD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-dao.d.ts","sourceRoot":"","sources":["../../../src/create-dao.ts"],"names":[],"mappings":"AA4EA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,
|
|
1
|
+
{"version":3,"file":"create-dao.d.ts","sourceRoot":"","sources":["../../../src/create-dao.ts"],"names":[],"mappings":"AA4EA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBAoejD"}
|
|
@@ -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":"AAuDA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBAsejD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mint-dc.d.ts","sourceRoot":"","sources":["../../../src/mint-dc.ts"],"names":[],"mappings":"AAQA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,
|
|
1
|
+
{"version":3,"file":"mint-dc.d.ts","sourceRoot":"","sources":["../../../src/mint-dc.ts"],"names":[],"mappings":"AAQA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBA0EjD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"setup-dc-auto-topoff.d.ts","sourceRoot":"","sources":["../../../src/setup-dc-auto-topoff.ts"],"names":[],"mappings":"AAcA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBAqMjD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-data-credits.d.ts","sourceRoot":"","sources":["../../../src/update-data-credits.ts"],"names":[],"mappings":"AAYA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,
|
|
1
|
+
{"version":3,"file":"update-data-credits.d.ts","sourceRoot":"","sources":["../../../src/update-data-credits.ts"],"names":[],"mappings":"AAYA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBA6EjD"}
|
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.
|
|
8
|
+
"version": "0.11.1",
|
|
9
9
|
"description": "CLI to bootstrap the network",
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|
|
@@ -40,22 +40,23 @@
|
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@coral-xyz/anchor": "^0.31.0",
|
|
42
42
|
"@helium/address": "^4.12.0",
|
|
43
|
-
"@helium/circuit-breaker-sdk": "^0.
|
|
43
|
+
"@helium/circuit-breaker-sdk": "^0.11.1",
|
|
44
44
|
"@helium/crypto": "^4.10.2",
|
|
45
|
-
"@helium/data-credits-sdk": "^0.
|
|
46
|
-
"@helium/
|
|
47
|
-
"@helium/
|
|
48
|
-
"@helium/
|
|
49
|
-
"@helium/helium-
|
|
50
|
-
"@helium/
|
|
51
|
-
"@helium/
|
|
52
|
-
"@helium/
|
|
45
|
+
"@helium/data-credits-sdk": "^0.11.1",
|
|
46
|
+
"@helium/dc-auto-top-sdk": "^0.11.1",
|
|
47
|
+
"@helium/distributor-oracle": "^0.11.1",
|
|
48
|
+
"@helium/fanout-sdk": "^0.11.1",
|
|
49
|
+
"@helium/helium-entity-manager-sdk": "^0.11.1",
|
|
50
|
+
"@helium/helium-sub-daos-sdk": "^0.11.1",
|
|
51
|
+
"@helium/lazy-distributor-sdk": "^0.11.1",
|
|
52
|
+
"@helium/mini-fanout-sdk": "^0.11.1",
|
|
53
|
+
"@helium/mobile-entity-manager-sdk": "^0.11.1",
|
|
53
54
|
"@helium/nft-proxy-sdk": "^0.1.5-alpha.0",
|
|
54
55
|
"@helium/organization-sdk": "^0.1.5-alpha.0",
|
|
55
|
-
"@helium/price-oracle-sdk": "^0.
|
|
56
|
+
"@helium/price-oracle-sdk": "^0.11.1",
|
|
56
57
|
"@helium/proposal-sdk": "^0.1.5-alpha.0",
|
|
57
|
-
"@helium/spl-utils": "^0.
|
|
58
|
-
"@helium/treasury-management-sdk": "^0.
|
|
58
|
+
"@helium/spl-utils": "^0.11.1",
|
|
59
|
+
"@helium/treasury-management-sdk": "^0.11.1",
|
|
59
60
|
"@helium/tuktuk-sdk": "^0.0.9",
|
|
60
61
|
"@metaplex-foundation/mpl-token-metadata": "^2.10.0",
|
|
61
62
|
"@solana/spl-account-compression": "^0.1.7",
|
|
@@ -78,5 +79,5 @@
|
|
|
78
79
|
"typescript": "^5.2.2"
|
|
79
80
|
},
|
|
80
81
|
"author": "",
|
|
81
|
-
"gitHead": "
|
|
82
|
+
"gitHead": "1af10172a03dd4c0fe6c3ad2833ede4cd49fef41"
|
|
82
83
|
}
|