Skip to content

Commit

Permalink
fixup! fix(orchestration): rename .getAccountAddress -> .getAddress
Browse files Browse the repository at this point in the history
  • Loading branch information
0xpatrickdev committed May 1, 2024
1 parent 440fc82 commit 2de7c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/orchestration/src/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ export type TransferMsg = {

// Example
// await icaNoble.transferSteps(usdcAmt,
// osmosisSwap(tiaBrand, { pool: 1224, slippage: 0.05 }, icaCel.getChainAddress()));
// osmosisSwap(tiaBrand, { pool: 1224, slippage: 0.05 }, icaCel.getAddress()));

/**
* @param pool - Required. Pool number
Expand Down

0 comments on commit 2de7c5a

Please sign in to comment.