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: integration-tests/chopsticks/README.md
+13
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,13 @@ bun install
10
10
bun papi
11
11
```
12
12
13
+
> [!NOTE]
14
+
> Sometimes you need to regenerate the Polimec descriptors. To do that, run:
15
+
>
16
+
> ```bash
17
+
> bun papi add polimec --wasm ../../target/release/wbuild/polimec-runtime/polimec_runtime.compact.compressed.wasm
18
+
>```
19
+
13
20
To start the chains:
14
21
15
22
```bash
@@ -22,3 +29,9 @@ To run the tests:
22
29
bun run test
23
30
```
24
31
32
+
33
+
> [!IMPORTANT]
34
+
> TODO: Add:
35
+
> -[ ] Polimec SA on AH: Add WETH balance to it in the Chopstick ovveride
36
+
> -[ ] Polimec to Asset Hub: WETH transfer. This is a "normal" transfer_asset call.
37
+
> -[ ] Polimec to Ethereum: WETH transfer. This is a bit more complex, example extrinsic: https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Fhydration.ibp.network#/extrinsics/decode/0x6b0d04010100a10f040801000007464a69c7e002020907040300c02aaa39b223fe8d0a0e5c4f27ead9083c756cc200130000e8890423c78a0204010002040816040d01000001010088ca48e3e1d0f1c50bd6b504e1312d21f5bd45ed147e3c30c77eb5e4d63bdc6310010102020907040300c02aaa39b223fe8d0a0e5c4f27ead9083c756cc2000201090704081300010300c02aaa39b223fe8d0a0e5c4f27ead9083c756cc20004000d010204000103001501c1413e4178c38567ada8945a80351f7b849600
0 commit comments