Skip to content

Commit

Permalink
refactor: improve Centrifuge & Altair configs (#805)
Browse files Browse the repository at this point in the history
* chore: improve centrifuge config

* chore: improve altair config
  • Loading branch information
wischli authored Aug 18, 2024
1 parent 7c4a7a9 commit 5f10980
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 17 deletions.
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

0 comments on commit 5f10980

Please sign in to comment.