@helium/helium-admin-cli 0.7.15 → 0.7.17
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.
|
@@ -137,7 +137,7 @@ function run(args = process.argv) {
|
|
|
137
137
|
rentReclaimAuthority: new web3_js_1.PublicKey(argv.rentReclaimAuthority),
|
|
138
138
|
authority: subDaoAuth,
|
|
139
139
|
subDao,
|
|
140
|
-
startAuthority: new web3_js_1.PublicKey(argv.startAuthority)
|
|
140
|
+
startAuthority: new web3_js_1.PublicKey(argv.startAuthority),
|
|
141
141
|
})
|
|
142
142
|
.instruction(),
|
|
143
143
|
];
|
|
@@ -84,11 +84,11 @@ function run(args = process.argv) {
|
|
|
84
84
|
},
|
|
85
85
|
minimumPeriods: {
|
|
86
86
|
type: "number",
|
|
87
|
-
describe: "The new minimum number of periods"
|
|
87
|
+
describe: "The new minimum number of periods",
|
|
88
88
|
},
|
|
89
89
|
boostPrice: {
|
|
90
90
|
type: "string",
|
|
91
|
-
describe: "The boost price in bones"
|
|
91
|
+
describe: "The boost price in bones",
|
|
92
92
|
},
|
|
93
93
|
dntMint: {
|
|
94
94
|
type: "string",
|
|
@@ -98,7 +98,7 @@ export async function run(args = process.argv) {
|
|
|
98
98
|
rentReclaimAuthority: new PublicKey(argv.rentReclaimAuthority),
|
|
99
99
|
authority: subDaoAuth,
|
|
100
100
|
subDao,
|
|
101
|
-
startAuthority: new PublicKey(argv.startAuthority)
|
|
101
|
+
startAuthority: new PublicKey(argv.startAuthority),
|
|
102
102
|
})
|
|
103
103
|
.instruction(),
|
|
104
104
|
];
|
|
@@ -45,11 +45,11 @@ export async function run(args = process.argv) {
|
|
|
45
45
|
},
|
|
46
46
|
minimumPeriods: {
|
|
47
47
|
type: "number",
|
|
48
|
-
describe: "The new minimum number of periods"
|
|
48
|
+
describe: "The new minimum number of periods",
|
|
49
49
|
},
|
|
50
50
|
boostPrice: {
|
|
51
51
|
type: "string",
|
|
52
|
-
describe: "The boost price in bones"
|
|
52
|
+
describe: "The boost price in bones",
|
|
53
53
|
},
|
|
54
54
|
dntMint: {
|
|
55
55
|
type: "string",
|