Skip to content

Commit

Permalink
remove comment (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaurello authored Jun 5, 2024
1 parent 306dfa4 commit 188db25
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions packages/config/src/configs/peaqEvmAlphanet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,22 +42,6 @@ export const peaqEvmAlphanetConfig = new ChainConfig({
},
min: AssetMinBuilder().assets().asset(),
}),

// new AssetConfig({
// asset: agng,
// balance: BalanceBuilder().substrate().system().accountEvmTo32(),
// contract: ContractBuilder().Xtokens().transferMultiCurrencies(),
// destination: moonbaseAlpha,
// destinationFee: {
// amount: 0.01,
// asset: dev,
// balance: BalanceBuilder().evm().erc20(),
// },
// fee: {
// asset: agng,
// balance: BalanceBuilder().substrate().system().account(),
// },
// }),
],
chain: peaqEvmAlphanet,
});

0 comments on commit 188db25

Please sign in to comment.