Skip to content

Commit 37300c6

Browse files
Remove description of the interface from abi
1 parent baa6347 commit 37300c6

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

utils/e2e-tests/ts/lib/abis/evmSwap.ts

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
201
export default {
212
abi: [
223
{

0 commit comments

Comments
 (0)