We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 306dfa4 commit 188db25Copy full SHA for 188db25
packages/config/src/configs/peaqEvmAlphanet.ts
@@ -42,22 +42,6 @@ export const peaqEvmAlphanetConfig = new ChainConfig({
42
},
43
min: AssetMinBuilder().assets().asset(),
44
}),
45
-
46
- // new AssetConfig({
47
- // asset: agng,
48
- // balance: BalanceBuilder().substrate().system().accountEvmTo32(),
49
- // contract: ContractBuilder().Xtokens().transferMultiCurrencies(),
50
- // destination: moonbaseAlpha,
51
- // destinationFee: {
52
- // amount: 0.01,
53
- // asset: dev,
54
- // balance: BalanceBuilder().evm().erc20(),
55
- // },
56
- // fee: {
57
58
- // balance: BalanceBuilder().substrate().system().account(),
59
60
- // }),
61
],
62
chain: peaqEvmAlphanet,
63
});
0 commit comments