Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: improve Centrifuge & Altair configs #805

Merged
merged 2 commits into from
Aug 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions configs/altair.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
endpoint: wss://fullnode.altair.centrifuge.io/
endpoint: wss://altair.api.onfinality.io/public-ws
mock-signature-host: true
block: ${env.ALTAIR_BLOCK_NUMBER}
db: ./db.sqlite
# wasm-override: altair1025-rc1.wasm
runtime-log-level: 5

import-storage:
Expand All @@ -15,12 +14,15 @@ import-storage:
- "5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY"
- providers: 1
data:
free: "1000000000000000000000000"
free: "100000000000000000000000000000000"
Council:
Members: [5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY]
Elections:
Members:
- who: 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
stake: "10000000000000000000000"
deposit: "10000000000000000000000"

stake: "1000000000000000000000000"
deposit: "1000000000000000000000000"
TechnicalCommittee:
Members: [5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY]
TechnicalCommitteeMembership:
Members: [5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY]
18 changes: 7 additions & 11 deletions configs/centrifuge.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
endpoint: wss://centrifuge-parachain.api.onfinality.io/public-ws/
endpoint: wss://fullnode.centrifuge.io
mock-signature-host: true
block: ${env.CENTRIFUGE_BLOCK_NUMBER}
db: ./db.sqlite
runtime-log-level: 5
# wasm-override: cfg-1028.wasm

import-storage:

Expand All @@ -28,6 +27,12 @@ import-storage:
- providers: 1
data:
free: "1000000000000000000000000"
-
-
- 14W74iMbQoRceoyogC9rjxTrig7raDKNevjot2UnZTqs5vZa # Ledger
- providers: 1
data:
free: '10000000000000000000'
Council:
# Set Alice as single council member
Members: [5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY]
Expand Down Expand Up @@ -116,15 +121,6 @@ import-storage:
- proxyType: "Any"
- delay: 0
- "350000000000000000"
-
-
- 4eEqmbQMbFfNUg6bQnqi9zgUvQvSpNbUgstEM64Xq9FW58Xv
-
-
- delegate: "5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY"
- proxyType: "Any"
- delay: 0
- "350000000000000000"
Permissions:
# Example to set permissions
Permission:
Expand Down