@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.
Files changed (152) hide show
  1. package/lib/cjs/approve-carrier.js +18 -17
  2. package/lib/cjs/approve-carrier.js.map +1 -1
  3. package/lib/cjs/approve-program.js +21 -20
  4. package/lib/cjs/approve-program.js.map +1 -1
  5. package/lib/cjs/close-buffers.js +15 -14
  6. package/lib/cjs/close-buffers.js.map +1 -1
  7. package/lib/cjs/close-canopy.js +21 -17
  8. package/lib/cjs/close-canopy.js.map +1 -1
  9. package/lib/cjs/close-lazy-transaction-markers.js +108 -0
  10. package/lib/cjs/close-lazy-transaction-markers.js.map +1 -0
  11. package/lib/cjs/create-dao.js +72 -71
  12. package/lib/cjs/create-dao.js.map +1 -1
  13. package/lib/cjs/create-data-only-config.js +22 -21
  14. package/lib/cjs/create-data-only-config.js.map +1 -1
  15. package/lib/cjs/create-maker.js +44 -42
  16. package/lib/cjs/create-maker.js.map +1 -1
  17. package/lib/cjs/create-price-oracle.js +28 -22
  18. package/lib/cjs/create-price-oracle.js.map +1 -1
  19. package/lib/cjs/create-subdao.js +96 -92
  20. package/lib/cjs/create-subdao.js.map +1 -1
  21. package/lib/cjs/issue-iot-operations-fund.js +17 -16
  22. package/lib/cjs/issue-iot-operations-fund.js.map +1 -1
  23. package/lib/cjs/repair-iot-operations-fund.js +16 -15
  24. package/lib/cjs/repair-iot-operations-fund.js.map +1 -1
  25. package/lib/cjs/reset-clockwork.js +24 -23
  26. package/lib/cjs/reset-clockwork.js.map +1 -1
  27. package/lib/cjs/reset-vsr-max-voter-record.js +24 -23
  28. package/lib/cjs/reset-vsr-max-voter-record.js.map +1 -1
  29. package/lib/cjs/reset-vsr-voting-mint.js +24 -23
  30. package/lib/cjs/reset-vsr-voting-mint.js.map +1 -1
  31. package/lib/cjs/setup-hst.js +36 -35
  32. package/lib/cjs/setup-hst.js.map +1 -1
  33. package/lib/cjs/update-account-circuit-breaker.js +21 -18
  34. package/lib/cjs/update-account-circuit-breaker.js.map +1 -1
  35. package/lib/cjs/update-aggregator.js +21 -20
  36. package/lib/cjs/update-aggregator.js.map +1 -1
  37. package/lib/cjs/update-dao.js +47 -34
  38. package/lib/cjs/update-dao.js.map +1 -1
  39. package/lib/cjs/update-data-credits.js +19 -18
  40. package/lib/cjs/update-data-credits.js.map +1 -1
  41. package/lib/cjs/update-delegated-dc-subdao.js +18 -17
  42. package/lib/cjs/update-delegated-dc-subdao.js.map +1 -1
  43. package/lib/cjs/update-iot-operations-fund-metadata.js +2 -1
  44. package/lib/cjs/update-iot-operations-fund-metadata.js.map +1 -1
  45. package/lib/cjs/update-lazy-distributor.js +25 -24
  46. package/lib/cjs/update-lazy-distributor.js.map +1 -1
  47. package/lib/cjs/update-lazy-transactions.js +15 -14
  48. package/lib/cjs/update-lazy-transactions.js.map +1 -1
  49. package/lib/cjs/update-mint-circuit-breaker.js +18 -17
  50. package/lib/cjs/update-mint-circuit-breaker.js.map +1 -1
  51. package/lib/cjs/update-registrar-authorities.js +15 -11
  52. package/lib/cjs/update-registrar-authorities.js.map +1 -1
  53. package/lib/cjs/update-rewardable-entity-config.js +25 -24
  54. package/lib/cjs/update-rewardable-entity-config.js.map +1 -1
  55. package/lib/cjs/update-subdao-vehnt.js +35 -34
  56. package/lib/cjs/update-subdao-vehnt.js.map +1 -1
  57. package/lib/cjs/update-subdao.js +56 -46
  58. package/lib/cjs/update-subdao.js.map +1 -1
  59. package/lib/cjs/upgrade-idl.js +18 -17
  60. package/lib/cjs/upgrade-idl.js.map +1 -1
  61. package/lib/esm/src/approve-carrier.js +27 -26
  62. package/lib/esm/src/approve-carrier.js.map +1 -1
  63. package/lib/esm/src/approve-program.js +30 -29
  64. package/lib/esm/src/approve-program.js.map +1 -1
  65. package/lib/esm/src/close-buffers.js +23 -22
  66. package/lib/esm/src/close-buffers.js.map +1 -1
  67. package/lib/esm/src/close-canopy.js +28 -24
  68. package/lib/esm/src/close-canopy.js.map +1 -1
  69. package/lib/esm/src/close-lazy-transaction-markers.js +67 -0
  70. package/lib/esm/src/close-lazy-transaction-markers.js.map +1 -0
  71. package/lib/esm/src/create-dao.js +90 -89
  72. package/lib/esm/src/create-dao.js.map +1 -1
  73. package/lib/esm/src/create-data-only-config.js +34 -33
  74. package/lib/esm/src/create-data-only-config.js.map +1 -1
  75. package/lib/esm/src/create-maker.js +58 -56
  76. package/lib/esm/src/create-maker.js.map +1 -1
  77. package/lib/esm/src/create-price-oracle.js +37 -31
  78. package/lib/esm/src/create-price-oracle.js.map +1 -1
  79. package/lib/esm/src/create-subdao.js +112 -108
  80. package/lib/esm/src/create-subdao.js.map +1 -1
  81. package/lib/esm/src/issue-iot-operations-fund.js +27 -26
  82. package/lib/esm/src/issue-iot-operations-fund.js.map +1 -1
  83. package/lib/esm/src/repair-iot-operations-fund.js +24 -23
  84. package/lib/esm/src/repair-iot-operations-fund.js.map +1 -1
  85. package/lib/esm/src/reset-clockwork.js +31 -30
  86. package/lib/esm/src/reset-clockwork.js.map +1 -1
  87. package/lib/esm/src/reset-vsr-max-voter-record.js +32 -31
  88. package/lib/esm/src/reset-vsr-max-voter-record.js.map +1 -1
  89. package/lib/esm/src/reset-vsr-voting-mint.js +32 -31
  90. package/lib/esm/src/reset-vsr-voting-mint.js.map +1 -1
  91. package/lib/esm/src/setup-hst.js +50 -49
  92. package/lib/esm/src/setup-hst.js.map +1 -1
  93. package/lib/esm/src/update-account-circuit-breaker.js +29 -26
  94. package/lib/esm/src/update-account-circuit-breaker.js.map +1 -1
  95. package/lib/esm/src/update-aggregator.js +28 -27
  96. package/lib/esm/src/update-aggregator.js.map +1 -1
  97. package/lib/esm/src/update-dao.js +55 -42
  98. package/lib/esm/src/update-dao.js.map +1 -1
  99. package/lib/esm/src/update-data-credits.js +26 -25
  100. package/lib/esm/src/update-data-credits.js.map +1 -1
  101. package/lib/esm/src/update-delegated-dc-subdao.js +27 -26
  102. package/lib/esm/src/update-delegated-dc-subdao.js.map +1 -1
  103. package/lib/esm/src/update-iot-operations-fund-metadata.js +3 -2
  104. package/lib/esm/src/update-iot-operations-fund-metadata.js.map +1 -1
  105. package/lib/esm/src/update-lazy-distributor.js +32 -31
  106. package/lib/esm/src/update-lazy-distributor.js.map +1 -1
  107. package/lib/esm/src/update-lazy-transactions.js +22 -21
  108. package/lib/esm/src/update-lazy-transactions.js.map +1 -1
  109. package/lib/esm/src/update-mint-circuit-breaker.js +26 -25
  110. package/lib/esm/src/update-mint-circuit-breaker.js.map +1 -1
  111. package/lib/esm/src/update-registrar-authorities.js +22 -18
  112. package/lib/esm/src/update-registrar-authorities.js.map +1 -1
  113. package/lib/esm/src/update-rewardable-entity-config.js +34 -33
  114. package/lib/esm/src/update-rewardable-entity-config.js.map +1 -1
  115. package/lib/esm/src/update-subdao-vehnt.js +45 -44
  116. package/lib/esm/src/update-subdao-vehnt.js.map +1 -1
  117. package/lib/esm/src/update-subdao.js +67 -57
  118. package/lib/esm/src/update-subdao.js.map +1 -1
  119. package/lib/esm/src/upgrade-idl.js +24 -23
  120. package/lib/esm/src/upgrade-idl.js.map +1 -1
  121. package/lib/esm/tsconfig.esm.tsbuildinfo +1 -1
  122. package/lib/types/src/approve-carrier.d.ts.map +1 -1
  123. package/lib/types/src/approve-program.d.ts.map +1 -1
  124. package/lib/types/src/close-buffers.d.ts.map +1 -1
  125. package/lib/types/src/close-canopy.d.ts.map +1 -1
  126. package/lib/types/src/close-lazy-transaction-markers.d.ts +2 -0
  127. package/lib/types/src/close-lazy-transaction-markers.d.ts.map +1 -0
  128. package/lib/types/src/create-dao.d.ts.map +1 -1
  129. package/lib/types/src/create-data-only-config.d.ts.map +1 -1
  130. package/lib/types/src/create-maker.d.ts.map +1 -1
  131. package/lib/types/src/create-price-oracle.d.ts.map +1 -1
  132. package/lib/types/src/create-subdao.d.ts.map +1 -1
  133. package/lib/types/src/issue-iot-operations-fund.d.ts.map +1 -1
  134. package/lib/types/src/repair-iot-operations-fund.d.ts.map +1 -1
  135. package/lib/types/src/reset-clockwork.d.ts.map +1 -1
  136. package/lib/types/src/reset-vsr-max-voter-record.d.ts.map +1 -1
  137. package/lib/types/src/reset-vsr-voting-mint.d.ts.map +1 -1
  138. package/lib/types/src/setup-hst.d.ts +1 -1
  139. package/lib/types/src/setup-hst.d.ts.map +1 -1
  140. package/lib/types/src/update-aggregator.d.ts.map +1 -1
  141. package/lib/types/src/update-dao.d.ts.map +1 -1
  142. package/lib/types/src/update-data-credits.d.ts.map +1 -1
  143. package/lib/types/src/update-delegated-dc-subdao.d.ts.map +1 -1
  144. package/lib/types/src/update-iot-operations-fund-metadata.d.ts.map +1 -1
  145. package/lib/types/src/update-lazy-distributor.d.ts.map +1 -1
  146. package/lib/types/src/update-lazy-transactions.d.ts.map +1 -1
  147. package/lib/types/src/update-mint-circuit-breaker.d.ts.map +1 -1
  148. package/lib/types/src/update-rewardable-entity-config.d.ts.map +1 -1
  149. package/lib/types/src/update-subdao-vehnt.d.ts.map +1 -1
  150. package/lib/types/src/update-subdao.d.ts.map +1 -1
  151. package/lib/types/src/upgrade-idl.d.ts.map +1 -1
  152. package/package.json +25 -25
@@ -1 +1 @@
1
- {"version":3,"file":"approve-carrier.d.ts","sourceRoot":"","sources":["../../../src/approve-carrier.ts"],"names":[],"mappings":"AAWA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBA+EjD"}
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":"AAYA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBAiFjD"}
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":"AASA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBA8FjD"}
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":"AASA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBAgEjD"}
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,2 @@
1
+ export declare function run(args?: any): Promise<void>;
2
+ //# sourceMappingURL=close-lazy-transaction-markers.d.ts.map
@@ -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":"AAgFA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBAydjD"}
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":"AAmCA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBAiIjD"}
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":"AAiCA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBA0TjD"}
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":"AAmBA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBAuFjD"}
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,iBA2iBjD"}
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,iBAyFjD"}
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":"AAWA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBAwEjD"}
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,iBA+GjD"}
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,iBAgHjD"}
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":"AAqBA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBAkJjD"}
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 "@solana/web3.js";
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":"AAWA,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
+ {"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":"AASA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBAmFjD"}
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":"AAWA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBAgHjD"}
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":"AAQA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBAqFjD"}
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,iBA0GjD"}
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,iBAoFjD"}
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,iBAiGjD"}
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,iBA4EjD"}
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,iBA0FjD"}
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,iBAmHjD"}
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":"AAeA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBAiQjD"}
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":"AA4BA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBAiPjD"}
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":"AAaA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBAoEjD"}
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.21",
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.2.4",
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.21",
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.21",
48
- "@helium/distributor-oracle": "^0.2.21",
49
- "@helium/fanout-sdk": "^0.2.21",
50
- "@helium/helium-entity-manager-sdk": "^0.2.21",
51
- "@helium/helium-sub-daos-sdk": "^0.2.21",
52
- "@helium/lazy-distributor-sdk": "^0.2.21",
53
- "@helium/mobile-entity-manager-sdk": "^0.2.21",
54
- "@helium/price-oracle-sdk": "^0.2.21",
55
- "@helium/spl-utils": "^0.2.21",
56
- "@helium/treasury-management-sdk": "^0.2.21",
57
- "@solana/spl-account-compression": "^0.1.4",
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.6",
60
- "@solana/web3.js": "^1.66.2",
61
- "@sqds/sdk": "^2.0.3",
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": "^2.1.6",
64
- "axios": "^1.1.3",
63
+ "@switchboard-xyz/solana.js": "2.5.6",
64
+ "axios": "^1.3.6",
65
65
  "bn.js": "^5.2.0",
66
- "bs58": "^5.0.0",
67
- "yargs": "^17.6.0"
66
+ "bs58": "^4.0.1",
67
+ "yargs": "^17.7.1"
68
68
  },
69
69
  "devDependencies": {
70
- "@types/yargs": "^17.0.13",
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.8.1",
74
- "typescript": "^4.3.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": "be9f93a17b2a7193d9aa0326b815d336ae684343"
78
+ "gitHead": "37364b2ae4cd827b4bdece6704f8e439d400dc41"
79
79
  }