Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/develop/developer-tools/02-bandchain.js/04-example.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ const sendIBC = async () => {
denom: 'uband', // Token denomination to transfer
amount: '1000000', // Amount to transfer (1 BAND = 1,000,000 uband)
},
sender: fromAddress, // Sender's address on BandCahin
sender: fromAddress, // Sender's address on BandChain
receiver: 'osmo1yrku9wh2amtsfxsegj4082k609cd8p85dsnsjd', // Recipient's address on destination chain (Osmosis in this example)
timeoutHeight: {
revisionNumber: BigInt(1), // Chain revision number
Expand Down