-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add integritee and encointer configs (#653)
* add configs for integritee and encointer * fix and comment encointer config
- Loading branch information
Showing
4 changed files
with
94 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |