mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-10 21:49:15 +00:00
Adapt deployment scripts
This commit is contained in:
parent
585338a3fa
commit
27e4568ff3
@ -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) {
|
||||
|
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user