Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc committed Mar 5, 2023
1 parent a73a233 commit 10db5d3
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
7 changes: 6 additions & 1 deletion configs/acala.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
endpoint: wss://acala-rpc.dwellir.com
mock-signature-host: true
block: 2694000
block: 3000000
db: ./db.sqlite
# wasm-override: acala-2101.wasm

Expand All @@ -21,3 +21,8 @@ import-storage:
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- token: AUSD
- free: 1000000000000000
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- token: DOT
- free: 1000000000000000
25 changes: 25 additions & 0 deletions configs/polkadot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
endpoint: wss://rpc.polkadot.io
mock-signature-host: true
block: 14523000
db: ./db.sqlite
# wasm-override: polkadot_runtime-v9380.compact.compressed.wasm

import-storage:
System:
Account:
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- data:
free: '10000000000000000000'
Council:
Members: [5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY]
PhragmenElection:
Members:
- who: 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
stake: 1000000000000
deposit: 1000000000000
TechnicalCommittee:
Members: [5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY]
TechnicalMembership:
Members: [5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY]

0 comments on commit 10db5d3

Please sign in to comment.