Skip to content

Commit

Permalink
Update mkdocs/docs/example-usage/xcm.md
Browse files Browse the repository at this point in the history
Co-authored-by: elmar <[email protected]>
  • Loading branch information
mmaurello and ekenigs authored Jan 23, 2025
1 parent 259c31e commit 79af222
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions mkdocs/docs/example-usage/xcm.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,11 +259,11 @@ const fromPolkadot = async () => {
.setAsset(dot)
.setSource(polkadot)
.setDestination(moonbeam)
.setAddresses({
sourceAddress: pair.address,
destinationAddress: account.address,
});
};
.setAddresses({
sourceAddress: pair.address,
destinationAddress: account.address,
});
};

fromPolkadot();
```
Expand Down

0 comments on commit 79af222

Please sign in to comment.