Skip to content

Commit

Permalink
try to fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Rihyx committed May 30, 2024
1 parent af92721 commit 87e7990
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/config/src/configs/peaqEvmAlphanet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ export const peaqEvmAlphanetConfig = new ChainConfig({
new AssetConfig({
asset: ftmwh,
balance: BalanceBuilder().evm().erc20(),
contract: ContractBuilder().Xtokens().transfer(),
contract: ContractBuilder().Xtokens().transferMultiCurrencies(),
destination: moonbaseAlpha,
destinationFee: {
amount: 0.01,
asset: ftmwh,
asset: dev,
balance: BalanceBuilder().evm().erc20(),
},
// fee: {
Expand Down

0 comments on commit 87e7990

Please sign in to comment.