Skip to content

Commit 34855a5

Browse files
committed
Last cleanups
1 parent 4451c54 commit 34855a5

File tree

5 files changed

+5
-2
lines changed

5 files changed

+5
-2
lines changed

chopsticks/config.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
endpoint:
2-
- wss://peregrine.kilt.io
2+
# We fetch relevant storage elements from Spiritnet even tho we are running Peregrine (with sudo).
3+
- wss://spiritnet.kilt.io
34
db: db/peregrine.sqlite
45
runtime-log-level: 5
56
port: 50002
@@ -12,3 +13,5 @@ import-storage:
1213
- providers: 1
1314
data:
1415
free: "100000000000000000000000"
16+
Sudo:
17+
Key: 4seWojfEHrk5YKPahdErazQ3CWEHZYi6NV4gKz5AaejWbRPJ

chopsticks/db/peregrine.sqlite

-16.7 MB
Binary file not shown.

chopsticks/db/peregrine.sqlite-shm

-32 KB
Binary file not shown.

chopsticks/db/peregrine.sqlite-wal

-6.15 MB
Binary file not shown.

pallets/parachain-staking/src/benchmarking.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ benchmarks! {
196196
Perquintill::from_percent(10),
197197
Perquintill::from_percent(15),
198198
Perquintill::from_percent(40),
199-
Perquintill::from_percent(10),
199+
Perquintill::from_percent(10)
200200
);
201201

202202
let candidate_pool_size = candidates.len() as u32;

0 commit comments

Comments
 (0)