Adapt deployment scripts

This commit is contained in:
Simon Warta
2023-10-26 16:16:19 +02:00
parent 585338a3fa
commit 27e4568ff3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ async function main() {
uploadFee,
"Upload hackatom contract",
);
console.info(`Upload succeeded. Receipt: ${JSON.stringify(uploadReceipt)}`);
console.info(`Upload succeeded. Receipt:`, uploadReceipt);
const instantiateFee = calculateFee(500_000, gasPrice);
for (const { label, msg, admin } of inits) {
+1 -1
View File
@@ -39,7 +39,7 @@ async function main() {
uploadFee,
"Upload IBC reflect contract",
);
console.info(`Upload succeeded. Receipt: ${JSON.stringify(uploadReceipt)}`);
console.info(`Upload succeeded. Receipt:`, uploadReceipt);
const instantiateFee = calculateFee(900_000, gasPrice);
for (const { label, msg, admin } of inits) {