4 files changed +46
-0
lines changed Original file line number Diff line number Diff line change 1
1
db : ./db.sqlite
2
2
mock-signature-host : true
3
3
endpoint : wss://statemint-rpc.dwellir.com
4
+ wasm-override : ./scripts/chopsticks/assethub-transfers/assethub-1.4.compact.compressed.wasm
5
+ runtime-log-level : 5
4
6
import-storage :
5
7
System :
6
8
Account :
@@ -14,13 +16,22 @@ import-storage:
14
16
- providers : 1
15
17
data :
16
18
free : " 10000000000000000"
19
+ # ALICE
20
+ - - - "0x7c998d65e41ac13dcecfeddab93fd40869a69d79eea523b1f946f2731b30a11f"
21
+ - providers : 1
22
+ data :
23
+ free : " 10000000000000000"
17
24
Assets :
18
25
Account :
19
26
[
20
27
[
21
28
[1984, 15CyvMWHKwbAPQ3ekqRFWLyq3kcjU8ypMuuGfsMnxanW85WZ],
22
29
{ balance: 1000000000 },
23
30
],
31
+ [
32
+ [1984, "0x7c998d65e41ac13dcecfeddab93fd40869a69d79eea523b1f946f2731b30a11f" ],
33
+ { balance: 1000000000 },
34
+ ],
24
35
[
25
36
[1337, 15CyvMWHKwbAPQ3ekqRFWLyq3kcjU8ypMuuGfsMnxanW85WZ],
26
37
{ balance: 1000000000 },
Original file line number Diff line number Diff line change
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
+
Original file line number Diff line number Diff line change 1
1
db : ./db.sqlite
2
2
mock-signature-host : true
3
3
endpoint : wss://rpc.polimec.org
4
+ wasm-override : ./target/release/wbuild/polimec-runtime/polimec_runtime.compact.compressed.wasm
5
+ runtime-log-level : 5
4
6
import-storage :
5
7
System :
6
8
Account :
0 commit comments