Skip to content

Commit

Permalink
composable polkadot config (#263)
Browse files Browse the repository at this point in the history
* composable polkadot

* on finality timeouts
  • Loading branch information
dzmitry-lahoda authored Apr 15, 2023
1 parent f9869f4 commit 82eecc4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions configs/composable-polkadot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
endpoint: wss://rpc.composable.finance
mock-signature-host: true
block: ${env.COMPOSABLE_BLOCK_NUMBER}
db: ./composable.polkadot.db.sqlite
# wasm-override: ../../ComposableFi/composable/result/lib/runtime.optimized.wasm

import-storage:
Sudo:
Key: 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY # Alice
System:
Account:
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- data:
free: "100000000000000000000000"

0 comments on commit 82eecc4

Please sign in to comment.