Skip to content

Commit

Permalink
fix Assethub -> Moonbeam external dest fee
Browse files Browse the repository at this point in the history
  • Loading branch information
nohaapav committed Nov 25, 2024
1 parent cf17207 commit 119be63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ export function toHydrationExtTemplate(asset: Asset): AssetRoute {
}

export function toMoonbeamExtTemplate(asset: Asset): AssetRoute {
return toParachainExtTemplate(asset, moonbeam, 0.03);
return toParachainExtTemplate(asset, moonbeam, 0.15);
}

0 comments on commit 119be63

Please sign in to comment.