Skip to content

Commit

Permalink
Updated snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
ekenigs committed Aug 21, 2024
1 parent 13c551f commit 3873cec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export function polkadotXcm() {
destinationAddress,
destinationApi,
fee,
// TODO: This is a workaround. xTokens.transfer dosen't need source chain but the interfaces requires it.
// TODO: This is a workaround. xTokens.transfer doesn't need source chain but the interfaces requires it.
// In this case we know that a source chain is not a Parachain.
source: source as AnyParachain,
sourceAddress,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`wormholeBuilder > tokenTransfer with isAutomatic=false > should be correct config to moon chain 1`] = `
exports[`wormhole > tokenTransfer with isAutomatic=false > should be correct config to moon chain 1`] = `
WormholeConfig {
"args": [
{
Expand Down Expand Up @@ -32,7 +32,7 @@ WormholeConfig {
}
`;

exports[`wormholeBuilder > tokenTransfer with isAutomatic=true > should be correct config 1`] = `
exports[`wormhole > tokenTransfer with isAutomatic=true > should be correct config 1`] = `
WormholeConfig {
"args": [
{
Expand Down

0 comments on commit 3873cec

Please sign in to comment.