Skip to content

Commit 37f2abe

Browse files
committed
using local configuration for laos in chopstick
1 parent 7e540d6 commit 37f2abe

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
run: |
173173
npx @acala-network/chopsticks xcm \
174174
-r polkadot \
175-
-p laos \
175+
-p chopsticks-configs/laos.yml \
176176
-p chopsticks-configs/asset_hub.yml \
177177
-p hydradx &&
178178
echo "Chopsticks started"
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
endpoint:
2+
- wss://rpc.laos.laosfoundation.io
3+
- wss://laos-rpc.dwellir.com
4+
db: ./db.sqlite
5+
runtime-log-level: 5
6+
7+
import-storage:
8+
System:
9+
Account:
10+
- - - "0xf24FF3a9CF04c71Dbc94D0b566f7A27B94566cac"
11+
- providers: 1
12+
data:
13+
free: "100000000000000000000000"

0 commit comments

Comments
 (0)