Skip to content

Commit

Permalink
add AGNG route from Fantom to Peaq
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaurello committed Oct 18, 2024
1 parent fc4e393 commit 5b4c2a1
Showing 1 changed file with 32 additions and 1 deletion.
33 changes: 32 additions & 1 deletion packages/config/src/mrl-configs/fantomTestnet.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { BalanceBuilder, MrlBuilder } from '@moonbeam-network/xcm-builder';
import { dev, ftm, ftmwh } from '../assets';
import { agng, dev, ftm, ftmwh } from '../assets';
import {
fantomTestnet,
moonbaseAlpha,
Expand Down Expand Up @@ -42,6 +42,37 @@ export const fantomTestnetRoutes = new MrlChainRoutes({
},
},
},
{
source: {
asset: agng,
balance: BalanceBuilder().evm().erc20(),
destinationFee: {
asset: agng,
balance: BalanceBuilder().evm().erc20(),
},
},
destination: {
asset: agng,
chain: peaqAlphanet,
balance: BalanceBuilder().substrate().system().account(),
fee: {
asset: agng,
amount: 1,
},
},
mrl: {
isAutomaticPossible: false,
transfer: MrlBuilder().wormhole().wormhole().tokenTransfer(),
moonChain: {
asset: agng,
fee: {
asset: dev,
amount: 0.1,
balance: BalanceBuilder().substrate().system().account(),
},
},
},
},
{
source: {
asset: ftm,
Expand Down

0 comments on commit 5b4c2a1

Please sign in to comment.