Skip to content

Commit

Permalink
add config
Browse files Browse the repository at this point in the history
  • Loading branch information
BillyWooo committed Dec 12, 2024
1 parent a46a1ba commit 2689b19
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
21 changes: 21 additions & 0 deletions parachain/scripts/litentry.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
endpoint:
- wss://rpc.litentry-parachain.litentry.io:443
mock-signature-host: true
db: ./db.sqlite
runtime-log-level: 5

import-storage:
System:
Account:
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- providers: 1
data:
free: 1000000000000000 # Litentry metadata 18 decimals
Council:
Members:
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
TechnicalCommittee:
Members:
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
23 changes: 23 additions & 0 deletions parachain/scripts/paseo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
endpoint:
- wss://rpc.paseo-parachain.litentry.io:443
mock-signature-host: true
db: ./db.sqlite
runtime-log-level: 5

import-storage:
Sudo:
Key: 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY # Alice
System:
Account:
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- providers: 1
data:
free: 1000000000000000 # paseo metadata 18 decimals
Council:
Members:
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
TechnicalCommittee:
Members:
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY

0 comments on commit 2689b19

Please sign in to comment.