@helium/helium-admin-cli 0.2.21 → 0.2.22-next.34
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/approve-carrier.js +18 -17
- package/lib/cjs/approve-carrier.js.map +1 -1
- package/lib/cjs/approve-program.js +21 -20
- package/lib/cjs/approve-program.js.map +1 -1
- package/lib/cjs/close-buffers.js +15 -14
- package/lib/cjs/close-buffers.js.map +1 -1
- package/lib/cjs/close-canopy.js +21 -17
- package/lib/cjs/close-canopy.js.map +1 -1
- package/lib/cjs/close-lazy-transaction-markers.js +108 -0
- package/lib/cjs/close-lazy-transaction-markers.js.map +1 -0
- package/lib/cjs/create-dao.js +72 -71
- package/lib/cjs/create-dao.js.map +1 -1
- package/lib/cjs/create-data-only-config.js +22 -21
- package/lib/cjs/create-data-only-config.js.map +1 -1
- package/lib/cjs/create-maker.js +44 -42
- package/lib/cjs/create-maker.js.map +1 -1
- package/lib/cjs/create-price-oracle.js +28 -22
- package/lib/cjs/create-price-oracle.js.map +1 -1
- package/lib/cjs/create-subdao.js +96 -92
- package/lib/cjs/create-subdao.js.map +1 -1
- package/lib/cjs/issue-iot-operations-fund.js +17 -16
- package/lib/cjs/issue-iot-operations-fund.js.map +1 -1
- package/lib/cjs/repair-iot-operations-fund.js +16 -15
- package/lib/cjs/repair-iot-operations-fund.js.map +1 -1
- package/lib/cjs/reset-clockwork.js +24 -23
- package/lib/cjs/reset-clockwork.js.map +1 -1
- package/lib/cjs/reset-vsr-max-voter-record.js +24 -23
- package/lib/cjs/reset-vsr-max-voter-record.js.map +1 -1
- package/lib/cjs/reset-vsr-voting-mint.js +24 -23
- package/lib/cjs/reset-vsr-voting-mint.js.map +1 -1
- package/lib/cjs/setup-hst.js +36 -35
- package/lib/cjs/setup-hst.js.map +1 -1
- package/lib/cjs/update-account-circuit-breaker.js +21 -18
- package/lib/cjs/update-account-circuit-breaker.js.map +1 -1
- package/lib/cjs/update-aggregator.js +21 -20
- package/lib/cjs/update-aggregator.js.map +1 -1
- package/lib/cjs/update-dao.js +47 -34
- package/lib/cjs/update-dao.js.map +1 -1
- package/lib/cjs/update-data-credits.js +19 -18
- package/lib/cjs/update-data-credits.js.map +1 -1
- package/lib/cjs/update-delegated-dc-subdao.js +18 -17
- package/lib/cjs/update-delegated-dc-subdao.js.map +1 -1
- package/lib/cjs/update-iot-operations-fund-metadata.js +2 -1
- package/lib/cjs/update-iot-operations-fund-metadata.js.map +1 -1
- package/lib/cjs/update-lazy-distributor.js +25 -24
- package/lib/cjs/update-lazy-distributor.js.map +1 -1
- package/lib/cjs/update-lazy-transactions.js +15 -14
- package/lib/cjs/update-lazy-transactions.js.map +1 -1
- package/lib/cjs/update-mint-circuit-breaker.js +18 -17
- package/lib/cjs/update-mint-circuit-breaker.js.map +1 -1
- package/lib/cjs/update-registrar-authorities.js +15 -11
- package/lib/cjs/update-registrar-authorities.js.map +1 -1
- package/lib/cjs/update-rewardable-entity-config.js +25 -24
- package/lib/cjs/update-rewardable-entity-config.js.map +1 -1
- package/lib/cjs/update-subdao-vehnt.js +35 -34
- package/lib/cjs/update-subdao-vehnt.js.map +1 -1
- package/lib/cjs/update-subdao.js +56 -46
- package/lib/cjs/update-subdao.js.map +1 -1
- package/lib/cjs/upgrade-idl.js +18 -17
- package/lib/cjs/upgrade-idl.js.map +1 -1
- package/lib/esm/src/approve-carrier.js +27 -26
- package/lib/esm/src/approve-carrier.js.map +1 -1
- package/lib/esm/src/approve-program.js +30 -29
- package/lib/esm/src/approve-program.js.map +1 -1
- package/lib/esm/src/close-buffers.js +23 -22
- package/lib/esm/src/close-buffers.js.map +1 -1
- package/lib/esm/src/close-canopy.js +28 -24
- package/lib/esm/src/close-canopy.js.map +1 -1
- package/lib/esm/src/close-lazy-transaction-markers.js +67 -0
- package/lib/esm/src/close-lazy-transaction-markers.js.map +1 -0
- package/lib/esm/src/create-dao.js +90 -89
- package/lib/esm/src/create-dao.js.map +1 -1
- package/lib/esm/src/create-data-only-config.js +34 -33
- package/lib/esm/src/create-data-only-config.js.map +1 -1
- package/lib/esm/src/create-maker.js +58 -56
- package/lib/esm/src/create-maker.js.map +1 -1
- package/lib/esm/src/create-price-oracle.js +37 -31
- package/lib/esm/src/create-price-oracle.js.map +1 -1
- package/lib/esm/src/create-subdao.js +112 -108
- package/lib/esm/src/create-subdao.js.map +1 -1
- package/lib/esm/src/issue-iot-operations-fund.js +27 -26
- package/lib/esm/src/issue-iot-operations-fund.js.map +1 -1
- package/lib/esm/src/repair-iot-operations-fund.js +24 -23
- package/lib/esm/src/repair-iot-operations-fund.js.map +1 -1
- package/lib/esm/src/reset-clockwork.js +31 -30
- package/lib/esm/src/reset-clockwork.js.map +1 -1
- package/lib/esm/src/reset-vsr-max-voter-record.js +32 -31
- package/lib/esm/src/reset-vsr-max-voter-record.js.map +1 -1
- package/lib/esm/src/reset-vsr-voting-mint.js +32 -31
- package/lib/esm/src/reset-vsr-voting-mint.js.map +1 -1
- package/lib/esm/src/setup-hst.js +50 -49
- package/lib/esm/src/setup-hst.js.map +1 -1
- package/lib/esm/src/update-account-circuit-breaker.js +29 -26
- package/lib/esm/src/update-account-circuit-breaker.js.map +1 -1
- package/lib/esm/src/update-aggregator.js +28 -27
- package/lib/esm/src/update-aggregator.js.map +1 -1
- package/lib/esm/src/update-dao.js +55 -42
- package/lib/esm/src/update-dao.js.map +1 -1
- package/lib/esm/src/update-data-credits.js +26 -25
- package/lib/esm/src/update-data-credits.js.map +1 -1
- package/lib/esm/src/update-delegated-dc-subdao.js +27 -26
- package/lib/esm/src/update-delegated-dc-subdao.js.map +1 -1
- package/lib/esm/src/update-iot-operations-fund-metadata.js +3 -2
- package/lib/esm/src/update-iot-operations-fund-metadata.js.map +1 -1
- package/lib/esm/src/update-lazy-distributor.js +32 -31
- package/lib/esm/src/update-lazy-distributor.js.map +1 -1
- package/lib/esm/src/update-lazy-transactions.js +22 -21
- package/lib/esm/src/update-lazy-transactions.js.map +1 -1
- package/lib/esm/src/update-mint-circuit-breaker.js +26 -25
- package/lib/esm/src/update-mint-circuit-breaker.js.map +1 -1
- package/lib/esm/src/update-registrar-authorities.js +22 -18
- package/lib/esm/src/update-registrar-authorities.js.map +1 -1
- package/lib/esm/src/update-rewardable-entity-config.js +34 -33
- package/lib/esm/src/update-rewardable-entity-config.js.map +1 -1
- package/lib/esm/src/update-subdao-vehnt.js +45 -44
- package/lib/esm/src/update-subdao-vehnt.js.map +1 -1
- package/lib/esm/src/update-subdao.js +67 -57
- package/lib/esm/src/update-subdao.js.map +1 -1
- package/lib/esm/src/upgrade-idl.js +24 -23
- package/lib/esm/src/upgrade-idl.js.map +1 -1
- package/lib/esm/tsconfig.esm.tsbuildinfo +1 -1
- package/lib/types/src/approve-carrier.d.ts.map +1 -1
- package/lib/types/src/approve-program.d.ts.map +1 -1
- package/lib/types/src/close-buffers.d.ts.map +1 -1
- package/lib/types/src/close-canopy.d.ts.map +1 -1
- package/lib/types/src/close-lazy-transaction-markers.d.ts +2 -0
- package/lib/types/src/close-lazy-transaction-markers.d.ts.map +1 -0
- package/lib/types/src/create-dao.d.ts.map +1 -1
- package/lib/types/src/create-data-only-config.d.ts.map +1 -1
- package/lib/types/src/create-maker.d.ts.map +1 -1
- package/lib/types/src/create-price-oracle.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.map +1 -1
- package/lib/types/src/repair-iot-operations-fund.d.ts.map +1 -1
- package/lib/types/src/reset-clockwork.d.ts.map +1 -1
- package/lib/types/src/reset-vsr-max-voter-record.d.ts.map +1 -1
- package/lib/types/src/reset-vsr-voting-mint.d.ts.map +1 -1
- package/lib/types/src/setup-hst.d.ts +1 -1
- package/lib/types/src/setup-hst.d.ts.map +1 -1
- package/lib/types/src/update-aggregator.d.ts.map +1 -1
- package/lib/types/src/update-dao.d.ts.map +1 -1
- package/lib/types/src/update-data-credits.d.ts.map +1 -1
- package/lib/types/src/update-delegated-dc-subdao.d.ts.map +1 -1
- package/lib/types/src/update-iot-operations-fund-metadata.d.ts.map +1 -1
- package/lib/types/src/update-lazy-distributor.d.ts.map +1 -1
- package/lib/types/src/update-lazy-transactions.d.ts.map +1 -1
- package/lib/types/src/update-mint-circuit-breaker.d.ts.map +1 -1
- package/lib/types/src/update-rewardable-entity-config.d.ts.map +1 -1
- package/lib/types/src/update-subdao-vehnt.d.ts.map +1 -1
- package/lib/types/src/update-subdao.d.ts.map +1 -1
- package/lib/types/src/upgrade-idl.d.ts.map +1 -1
- package/package.json +25 -25
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"approve-carrier.d.ts","sourceRoot":"","sources":["../../../src/approve-carrier.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"approve-carrier.d.ts","sourceRoot":"","sources":["../../../src/approve-carrier.ts"],"names":[],"mappings":"AAUA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBA4EjD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"approve-program.d.ts","sourceRoot":"","sources":["../../../src/approve-program.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"approve-program.d.ts","sourceRoot":"","sources":["../../../src/approve-program.ts"],"names":[],"mappings":"AAUA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBA8EjD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"close-buffers.d.ts","sourceRoot":"","sources":["../../../src/close-buffers.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"close-buffers.d.ts","sourceRoot":"","sources":["../../../src/close-buffers.ts"],"names":[],"mappings":"AAaA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBA6FjD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"close-canopy.d.ts","sourceRoot":"","sources":["../../../src/close-canopy.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"close-canopy.d.ts","sourceRoot":"","sources":["../../../src/close-canopy.ts"],"names":[],"mappings":"AAaA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBAgEjD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"close-lazy-transaction-markers.d.ts","sourceRoot":"","sources":["../../../src/close-lazy-transaction-markers.ts"],"names":[],"mappings":"AAOA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBAoEjD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-dao.d.ts","sourceRoot":"","sources":["../../../src/create-dao.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"create-dao.d.ts","sourceRoot":"","sources":["../../../src/create-dao.ts"],"names":[],"mappings":"AAmFA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBAydjD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-data-only-config.d.ts","sourceRoot":"","sources":["../../../src/create-data-only-config.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"create-data-only-config.d.ts","sourceRoot":"","sources":["../../../src/create-data-only-config.ts"],"names":[],"mappings":"AAiCA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBAmIjD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-maker.d.ts","sourceRoot":"","sources":["../../../src/create-maker.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"create-maker.d.ts","sourceRoot":"","sources":["../../../src/create-maker.ts"],"names":[],"mappings":"AAsCA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBA2TjD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-price-oracle.d.ts","sourceRoot":"","sources":["../../../src/create-price-oracle.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"create-price-oracle.d.ts","sourceRoot":"","sources":["../../../src/create-price-oracle.ts"],"names":[],"mappings":"AAUA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBA0FjD"}
|
|
@@ -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,iBA8iBjD"}
|
|
@@ -1 +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,
|
|
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,iBAuFjD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"repair-iot-operations-fund.d.ts","sourceRoot":"","sources":["../../../src/repair-iot-operations-fund.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"repair-iot-operations-fund.d.ts","sourceRoot":"","sources":["../../../src/repair-iot-operations-fund.ts"],"names":[],"mappings":"AAYA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBAqEjD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"reset-clockwork.d.ts","sourceRoot":"","sources":["../../../src/reset-clockwork.ts"],"names":[],"mappings":"AAYA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,
|
|
1
|
+
{"version":3,"file":"reset-clockwork.d.ts","sourceRoot":"","sources":["../../../src/reset-clockwork.ts"],"names":[],"mappings":"AAYA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBA6GjD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"reset-vsr-max-voter-record.d.ts","sourceRoot":"","sources":["../../../src/reset-vsr-max-voter-record.ts"],"names":[],"mappings":"AAaA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,
|
|
1
|
+
{"version":3,"file":"reset-vsr-max-voter-record.d.ts","sourceRoot":"","sources":["../../../src/reset-vsr-max-voter-record.ts"],"names":[],"mappings":"AAaA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBA8GjD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"reset-vsr-voting-mint.d.ts","sourceRoot":"","sources":["../../../src/reset-vsr-voting-mint.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"reset-vsr-voting-mint.d.ts","sourceRoot":"","sources":["../../../src/reset-vsr-voting-mint.ts"],"names":[],"mappings":"AAsBA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBAgJjD"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PublicKey } from
|
|
1
|
+
import { PublicKey } from '@solana/web3.js';
|
|
2
2
|
export declare function run(args?: any): Promise<void>;
|
|
3
3
|
export declare function threadKey(authority: PublicKey, threadId: string, programId?: PublicKey): [PublicKey, number];
|
|
4
4
|
//# sourceMappingURL=setup-hst.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"setup-hst.d.ts","sourceRoot":"","sources":["../../../src/setup-hst.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"setup-hst.d.ts","sourceRoot":"","sources":["../../../src/setup-hst.ts"],"names":[],"mappings":"AAcA,OAAO,EAAiC,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAQ3E,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBA+NjD;AAcD,wBAAgB,SAAS,CACvB,SAAS,EAAE,SAAS,EACpB,QAAQ,EAAE,MAAM,EAChB,SAAS,GAAE,SAAyB,GACnC,CAAC,SAAS,EAAE,MAAM,CAAC,CASrB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-aggregator.d.ts","sourceRoot":"","sources":["../../../src/update-aggregator.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"update-aggregator.d.ts","sourceRoot":"","sources":["../../../src/update-aggregator.ts"],"names":[],"mappings":"AAYA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBA+EjD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-dao.d.ts","sourceRoot":"","sources":["../../../src/update-dao.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"update-dao.d.ts","sourceRoot":"","sources":["../../../src/update-dao.ts"],"names":[],"mappings":"AAgBA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBAgIjD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-data-credits.d.ts","sourceRoot":"","sources":["../../../src/update-data-credits.ts"],"names":[],"mappings":"
|
|
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,iBAmFjD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-delegated-dc-subdao.d.ts","sourceRoot":"","sources":["../../../src/update-delegated-dc-subdao.ts"],"names":[],"mappings":"AAaA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,
|
|
1
|
+
{"version":3,"file":"update-delegated-dc-subdao.d.ts","sourceRoot":"","sources":["../../../src/update-delegated-dc-subdao.ts"],"names":[],"mappings":"AAaA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBAuGjD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-iot-operations-fund-metadata.d.ts","sourceRoot":"","sources":["../../../src/update-iot-operations-fund-metadata.ts"],"names":[],"mappings":"AAaA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,
|
|
1
|
+
{"version":3,"file":"update-iot-operations-fund-metadata.d.ts","sourceRoot":"","sources":["../../../src/update-iot-operations-fund-metadata.ts"],"names":[],"mappings":"AAaA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBAiFjD"}
|
|
@@ -1 +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,
|
|
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,iBA8FjD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-lazy-transactions.d.ts","sourceRoot":"","sources":["../../../src/update-lazy-transactions.ts"],"names":[],"mappings":"AAWA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,
|
|
1
|
+
{"version":3,"file":"update-lazy-transactions.d.ts","sourceRoot":"","sources":["../../../src/update-lazy-transactions.ts"],"names":[],"mappings":"AAWA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBAwEjD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-mint-circuit-breaker.d.ts","sourceRoot":"","sources":["../../../src/update-mint-circuit-breaker.ts"],"names":[],"mappings":"AASA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,
|
|
1
|
+
{"version":3,"file":"update-mint-circuit-breaker.d.ts","sourceRoot":"","sources":["../../../src/update-mint-circuit-breaker.ts"],"names":[],"mappings":"AASA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBA2FjD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-rewardable-entity-config.d.ts","sourceRoot":"","sources":["../../../src/update-rewardable-entity-config.ts"],"names":[],"mappings":"AAaA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,
|
|
1
|
+
{"version":3,"file":"update-rewardable-entity-config.d.ts","sourceRoot":"","sources":["../../../src/update-rewardable-entity-config.ts"],"names":[],"mappings":"AAaA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBAgHjD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-subdao-vehnt.d.ts","sourceRoot":"","sources":["../../../src/update-subdao-vehnt.ts"],"names":[],"mappings":"
|
|
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,iBA8PjD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-subdao.d.ts","sourceRoot":"","sources":["../../../src/update-subdao.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"update-subdao.d.ts","sourceRoot":"","sources":["../../../src/update-subdao.ts"],"names":[],"mappings":"AAgCA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBA0PjD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"upgrade-idl.d.ts","sourceRoot":"","sources":["../../../src/upgrade-idl.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"upgrade-idl.d.ts","sourceRoot":"","sources":["../../../src/upgrade-idl.ts"],"names":[],"mappings":"AAcA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBAiEjD"}
|
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.2.
|
|
9
|
+
"version": "0.2.22-next.34+37364b2a",
|
|
10
10
|
"description": "CLI to bootstrap the network",
|
|
11
11
|
"repository": {
|
|
12
12
|
"type": "git",
|
|
@@ -39,41 +39,41 @@
|
|
|
39
39
|
"prebuild": "npm run clean && npm run package"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@clockwork-xyz/sdk": "^0.
|
|
42
|
+
"@clockwork-xyz/sdk": "^0.3.0",
|
|
43
43
|
"@coral-xyz/anchor": "^0.26.0",
|
|
44
44
|
"@helium/address": "^4.10.2",
|
|
45
|
-
"@helium/circuit-breaker-sdk": "^0.2.
|
|
45
|
+
"@helium/circuit-breaker-sdk": "^0.2.22-next.34+37364b2a",
|
|
46
46
|
"@helium/crypto": "^4.10.2",
|
|
47
|
-
"@helium/data-credits-sdk": "^0.2.
|
|
48
|
-
"@helium/distributor-oracle": "^0.2.
|
|
49
|
-
"@helium/fanout-sdk": "^0.2.
|
|
50
|
-
"@helium/helium-entity-manager-sdk": "^0.2.
|
|
51
|
-
"@helium/helium-sub-daos-sdk": "^0.2.
|
|
52
|
-
"@helium/lazy-distributor-sdk": "^0.2.
|
|
53
|
-
"@helium/mobile-entity-manager-sdk": "^0.2.
|
|
54
|
-
"@helium/price-oracle-sdk": "^0.2.
|
|
55
|
-
"@helium/spl-utils": "^0.2.
|
|
56
|
-
"@helium/treasury-management-sdk": "^0.2.
|
|
57
|
-
"@solana/spl-account-compression": "^0.1.
|
|
47
|
+
"@helium/data-credits-sdk": "^0.2.22-next.34+37364b2a",
|
|
48
|
+
"@helium/distributor-oracle": "^0.2.22-next.34+37364b2a",
|
|
49
|
+
"@helium/fanout-sdk": "^0.2.22-next.34+37364b2a",
|
|
50
|
+
"@helium/helium-entity-manager-sdk": "^0.2.22-next.34+37364b2a",
|
|
51
|
+
"@helium/helium-sub-daos-sdk": "^0.2.22-next.34+37364b2a",
|
|
52
|
+
"@helium/lazy-distributor-sdk": "^0.2.22-next.34+37364b2a",
|
|
53
|
+
"@helium/mobile-entity-manager-sdk": "^0.2.22-next.34+37364b2a",
|
|
54
|
+
"@helium/price-oracle-sdk": "^0.2.22-next.34+37364b2a",
|
|
55
|
+
"@helium/spl-utils": "^0.2.22-next.34+37364b2a",
|
|
56
|
+
"@helium/treasury-management-sdk": "^0.2.22-next.34+37364b2a",
|
|
57
|
+
"@solana/spl-account-compression": "^0.1.7",
|
|
58
58
|
"@solana/spl-governance": "^0.3.18",
|
|
59
|
-
"@solana/spl-token": "^0.3.
|
|
60
|
-
"@solana/web3.js": "^1.
|
|
61
|
-
"@sqds/sdk": "
|
|
59
|
+
"@solana/spl-token": "^0.3.8",
|
|
60
|
+
"@solana/web3.js": "^1.78.4",
|
|
61
|
+
"@sqds/sdk": "2.0.4",
|
|
62
62
|
"@switchboard-xyz/common": "^2.1.33",
|
|
63
|
-
"@switchboard-xyz/solana.js": "
|
|
64
|
-
"axios": "^1.
|
|
63
|
+
"@switchboard-xyz/solana.js": "2.5.6",
|
|
64
|
+
"axios": "^1.3.6",
|
|
65
65
|
"bn.js": "^5.2.0",
|
|
66
|
-
"bs58": "^
|
|
67
|
-
"yargs": "^17.
|
|
66
|
+
"bs58": "^4.0.1",
|
|
67
|
+
"yargs": "^17.7.1"
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
|
-
"@types/yargs": "^17.0.
|
|
70
|
+
"@types/yargs": "^17.0.24",
|
|
71
71
|
"git-format-staged": "^2.1.3",
|
|
72
72
|
"ts-loader": "^9.2.3",
|
|
73
|
-
"ts-node": "^10.
|
|
74
|
-
"typescript": "^4.
|
|
73
|
+
"ts-node": "^10.9.1",
|
|
74
|
+
"typescript": "^4.8.4",
|
|
75
75
|
"yarn": "^1.22.18"
|
|
76
76
|
},
|
|
77
77
|
"author": "",
|
|
78
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "37364b2ae4cd827b4bdece6704f8e439d400dc41"
|
|
79
79
|
}
|