Skip to content

Commit

Permalink
chore: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
bvotteler committed Jul 31, 2024
1 parent fd14a68 commit e22835d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/adapters/interlay.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,11 @@ export const interlayRoutersConfig: Omit<CrossChainRouterConfigs, "from">[] = [
{
to: "phala",
token: "IBTC",
// chopsticks test: fee = 6429600. Add ~3x margin
xcm: { fee: { token: "IBTC", amount: "20000000" }, weightLimit: DEST_WEIGHT },
xcm: {
// chopsticks test: fee = 6429600. Add ~3x margin
fee: { token: "IBTC", amount: "20000000" },
weightLimit: DEST_WEIGHT
},
},
{
to: "polkadot",
Expand Down

0 comments on commit e22835d

Please sign in to comment.