Skip to content

Commit

Permalink
Merge branch 'main' into feat/mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
re1ro authored Jun 17, 2024
2 parents f1609df + c99b719 commit 2924197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cosmos/call-contract/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ async function execute(evmChain, wallet, options) {

// 4. Execute "send_message_evm" message on Wasm contract
await signingClient.execute(signingAddress, wasmContractAddress, payload, 'auto', undefined, wasmFee);
console.log(`\nSent message '${message}' from Wasm to ${evmChain.name}.`);
console.log(`\nSent message '${wasmMessage}' from Wasm to ${evmChain.name}.`);

// 5. Waiting for the IBC relayer + EVM relayer to relay the message to the EVM chain
await sleep(20);
Expand Down

0 comments on commit 2924197

Please sign in to comment.