Skip to content

Commit

Permalink
adjust configs
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaurello committed Nov 28, 2024
1 parent 01c84c5 commit 1ee1a58
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
33 changes: 33 additions & 0 deletions packages/config/src/mrl-configs/fantomTestnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ import {
moonbaseAlpha,
moonbaseBeta,
peaqAlphanet,
peaqEvm,
peaqEvmAlphanet,
} from '../chains';
import { MrlChainRoutes } from '../types/MrlChainRoutes';

Expand Down Expand Up @@ -42,6 +44,37 @@ export const fantomTestnetRoutes = new MrlChainRoutes({
},
},
},
{
source: {
asset: ftm,
balance: BalanceBuilder().evm().native(),
destinationFee: {
asset: ftm,
balance: BalanceBuilder().evm().native(),
},
},
destination: {
asset: ftmwh,
chain: peaqEvmAlphanet,
balance: BalanceBuilder().evm().erc20(),
fee: {
asset: ftmwh,
amount: 0.01,
},
},
mrl: {
isAutomaticPossible: false,
transfer: MrlBuilder().wormhole().wormhole().tokenTransfer(),
moonChain: {
asset: ftmwh,
fee: {
asset: dev,
amount: 0.1,
balance: BalanceBuilder().substrate().system().account(),
},
},
},
},
{
source: {
asset: agng,
Expand Down
2 changes: 1 addition & 1 deletion packages/config/src/mrl-configs/peaqAlphanet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const peaqAlphanetRoutes = new MrlChainRoutes({
destination: {
asset: agng,
chain: fantomTestnet,
balance: BalanceBuilder().evm().native(),
balance: BalanceBuilder().evm().erc20(),
fee: {
asset: agng,
amount: 0.2,
Expand Down

0 comments on commit 1ee1a58

Please sign in to comment.