We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baa6347 commit 37300c6Copy full SHA for 37300c6
utils/e2e-tests/ts/lib/abis/evmSwap.ts
@@ -1,22 +1,3 @@
1
-// /**
2
-// * @title Evm Swap Interface
3
-// *
4
-// * An interface enabling swapping the funds from EVM accounts to
5
-// * native Substrate accounts.
6
7
-// * Address: 0x0000000000000000000000000000000000000901
8
-// */
9
-// interface EvmSwap {
10
11
-// * Transfer the funds from an EVM account to native substrate account.
12
-// * Selector: 76467cbd
13
14
-// * @param nativeAddress The native address to send the funds to.
15
-// * @return success Whether or not the swap was successful.
16
17
-// function swap(bytes32 nativeAddress) external payable returns (bool success);
18
-// }
19
-
20
export default {
21
abi: [
22
{
0 commit comments