Skip to content

Commit

Permalink
add integritee and encointer configs (#653)
Browse files Browse the repository at this point in the history
* add configs for integritee and encointer

* fix and comment encointer config
  • Loading branch information
brenzi authored Jan 29, 2024
1 parent f39fc8b commit e7f6a27
Show file tree
Hide file tree
Showing 4 changed files with 94 additions and 0 deletions.
25 changes: 25 additions & 0 deletions configs/encointer-kusama.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# using chopsticks with encointer will not allow to perform actions involving encointer custom types which are
# not supported by chopsticks: CommunityIdentifier, fixpoint balances
# also, encointer uses custom rpc methods which are not available on chopsticks
# still, basic chain functionality can be tested

endpoint:
- wss://kusama.api.encointer.org
mock-signature-host: true
block: ${env.ENCOINTER_KUSAMA_BLOCK_NUMBER}
db: ./encointer-kusama.db.sqlite
runtime-log-level: 5
# wasm-override: integritee_runtime.wasm

import-storage:
System:
Account:
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- providers: 1
data:
free: 1000000000000000
Membership:
Members:
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
23 changes: 23 additions & 0 deletions configs/integritee-kusama.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
endpoint:
- wss://kusama.api.integritee.network
mock-signature-host: true
block: ${env.INTEGRITEE_KUSAMA_BLOCK_NUMBER}
db: ./integritee-kusama.db.sqlite
runtime-log-level: 5
# wasm-override: integritee_runtime.wasm

import-storage:
System:
Account:
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- providers: 1
data:
free: 1000000000000000
Council:
Members:
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
TechnicalCommittee:
Members:
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
23 changes: 23 additions & 0 deletions configs/integritee-polkadot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
endpoint:
- wss://polkadot.api.integritee.network
mock-signature-host: true
block: ${env.INTEGRITEE_POLKADOT_BLOCK_NUMBER}
db: ./integritee-polkadot.db.sqlite
runtime-log-level: 5
# wasm-override: integritee_runtime.wasm

import-storage:
System:
Account:
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- providers: 1
data:
free: 1000000000000000
Council:
Members:
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
TechnicalCommittee:
Members:
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
23 changes: 23 additions & 0 deletions configs/integritee-rococo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
endpoint:
- wss://rococo.api.integritee.network
mock-signature-host: true
block: ${env.INTEGRITEE_ROCOCO_BLOCK_NUMBER}
db: ./integritee-rococo.db.sqlite
runtime-log-level: 5
# wasm-override: integritee_runtime.wasm

import-storage:
System:
Account:
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- providers: 1
data:
free: 1000000000000000
Council:
Members:
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
TechnicalCommittee:
Members:
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY

0 comments on commit e7f6a27

Please sign in to comment.