Skip to content

Commit

Permalink
chore(orchestration): trace addresses when creating ICAs
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Feb 27, 2025
1 parent d4643d0 commit 415b6d8
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,11 @@ export const prepareCosmosOrchestrationAccountKit = (
* @returns {State}
*/
({ chainAddress, localAddress, remoteAddress }, io) => {
trace('cosmos orch acct init', {
chainAddress,
localAddress,
remoteAddress,
});
const { storageNode } = io;
// must be the fully synchronous maker because the kit is held in durable state
const topicKit = storageNode
Expand Down

0 comments on commit 415b6d8

Please sign in to comment.