Skip to content

Commit

Permalink
add fantom > moonbase config
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaurello committed Sep 27, 2024
1 parent a313188 commit 83e5e6e
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions packages/config/src/mrl-configs/fantomTestnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,37 @@ export const fantomTestnetRoutes = new ChainRoutes({
amount: 0.01,
},
},
mrl: {
isAutomatic: false, // TODO should be isAutomaticPossible
transfer: MrlBuilder().wormhole().wormhole().tokenTransfer(),
moonChain: {
asset: ftmwh,
fee: {
asset: dev,
amount: 0.1,
balance: BalanceBuilder().substrate().system().account(),
},
},
},
},
{
source: {
asset: ftm,
balance: BalanceBuilder().evm().native(),
destinationFee: {
asset: ftm,
balance: BalanceBuilder().evm().native(),
},
},
destination: {
asset: ftmwh,
chain: moonbaseAlpha,
balance: BalanceBuilder().evm().erc20(),
fee: {
asset: ftmwh,
amount: 0.01,
},
},
mrl: {
isAutomatic: false,
transfer: MrlBuilder().wormhole().wormhole().tokenTransfer(),
Expand Down

0 comments on commit 83e5e6e

Please sign in to comment.