Skip to content

Commit 155e373

Browse files
committedFeb 24, 2025
hydration test
1 parent cb3703e commit 155e373

File tree

4 files changed

+46
-0
lines changed

4 files changed

+46
-0
lines changed
 
Binary file not shown.

‎scripts/chopsticks/assethub-transfers/polkadot-assethub.yml

+11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
db: ./db.sqlite
22
mock-signature-host: true
33
endpoint: wss://statemint-rpc.dwellir.com
4+
wasm-override: ./scripts/chopsticks/assethub-transfers/assethub-1.4.compact.compressed.wasm
5+
runtime-log-level: 5
46
import-storage:
57
System:
68
Account:
@@ -14,13 +16,22 @@ import-storage:
1416
- providers: 1
1517
data:
1618
free: "10000000000000000"
19+
# ALICE
20+
- - - "0x7c998d65e41ac13dcecfeddab93fd40869a69d79eea523b1f946f2731b30a11f"
21+
- providers: 1
22+
data:
23+
free: "10000000000000000"
1724
Assets:
1825
Account:
1926
[
2027
[
2128
[1984, 15CyvMWHKwbAPQ3ekqRFWLyq3kcjU8ypMuuGfsMnxanW85WZ],
2229
{ balance: 1000000000 },
2330
],
31+
[
32+
[1984, "0x7c998d65e41ac13dcecfeddab93fd40869a69d79eea523b1f946f2731b30a11f" ],
33+
{ balance: 1000000000 },
34+
],
2435
[
2536
[1337, 15CyvMWHKwbAPQ3ekqRFWLyq3kcjU8ypMuuGfsMnxanW85WZ],
2637
{ balance: 1000000000 },
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
db: ./db.sqlite
2+
mock-signature-host: true
3+
endpoint: wss://hydration.ibp.network
4+
runtime-log-level: 5
5+
import-storage:
6+
System:
7+
Account:
8+
# Alice 1000 HDX
9+
- - - "0xb4697e4552d829f9f2b70120085b0aee7ae891c2030bf88013bcf1c3b00ca364"
10+
- providers: 1
11+
data:
12+
free: "1000000000000000"
13+
14+
Tokens:
15+
Accounts:
16+
[
17+
[
18+
# 1000 USDT
19+
["0xb4697e4552d829f9f2b70120085b0aee7ae891c2030bf88013bcf1c3b00ca364", 10],
20+
{ free: 1000000000 },
21+
],
22+
[
23+
# 1000 USDC
24+
["0xb4697e4552d829f9f2b70120085b0aee7ae891c2030bf88013bcf1c3b00ca364", 22],
25+
{ free: 1000000000 },
26+
],
27+
[
28+
# 1000 DOT
29+
["0xb4697e4552d829f9f2b70120085b0aee7ae891c2030bf88013bcf1c3b00ca364", 5],
30+
{ free: 10000000000000 },
31+
],
32+
]
33+

‎scripts/chopsticks/assethub-transfers/polkadot-polimec.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
db: ./db.sqlite
22
mock-signature-host: true
33
endpoint: wss://rpc.polimec.org
4+
wasm-override: ./target/release/wbuild/polimec-runtime/polimec_runtime.compact.compressed.wasm
5+
runtime-log-level: 5
46
import-storage:
57
System:
68
Account:

0 commit comments

Comments
 (0)
Failed to load comments.