You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xtokens/README.md
+2-3
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,7 @@
2
2
3
3
## Overview
4
4
5
-
The xtokens module provides cross-chain token transfer functionality, by cross-consensus
6
-
messages(XCM).
5
+
The xtokens module provides cross-chain token transfer functionality, by cross-consensus messages(XCM).
7
6
8
7
The xtokens module provides functions for
9
8
- Token transfer from parachains to relay chain.
@@ -14,7 +13,7 @@ The xtokens module provides functions for
14
13
15
14
#### Integration tests
16
15
17
-
Integration tests could be done manually after integrating xtokens into runtime. To cover the full features, set up at least 4 relay chain validators and 3 collators of different parachains, and use dispatchable calls to include all these scenarios:
16
+
Integration tests could be done manually after integrating orml-xtokens into runtime. To cover the full features, set up at least 4 relay chain validators and 3 collators of different parachains, and use dispatchable calls to include all these scenarios:
18
17
19
18
- Transfer relay chain tokens to relay chain.
20
19
- Transfer tokens issued by parachain A, from parachain A to parachain B.
0 commit comments