Skip to content

Commit

Permalink
chore: add bifrost polkadot config, add vdot balances for alice and s…
Browse files Browse the repository at this point in the history
…ov account
  • Loading branch information
bvotteler committed Sep 15, 2023
1 parent 8492d3b commit 1876da4
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
27 changes: 27 additions & 0 deletions configs/bifrost-polkadot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
endpoint: wss://hk.p.bifrost-rpc.liebi.com/ws
# endpoint: wss://bifrost-polkadot.api.onfinality.io/public-ws
mock-signature-host: true

import-storage:
# Sudo:
# Key: 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY # Alice
System:
Account:
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- providers: 1
data:
free: '1000000000000000'
Tokens:
Accounts:
-
-
- 5Eg2fntQS1bgCgPtXQ9Ysip6RUQkQJEMZqZ9u9qX6fcnhB4H # sibl 2032 (interlay sov)
- vtoken2: 0 #VDOT
- free: '100000000000'
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY # Alice
- vtoken2: 0 # VDOT
- free: '100000000000000000'
5 changes: 5 additions & 0 deletions configs/interlay.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,8 @@ import-storage:
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY # Alice, usdt
- foreignAsset: 2
- free: '500000000000000'
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY # Alice, vdot
- foreignAsset: 3
- free: '100000000000000000'

0 comments on commit 1876da4

Please sign in to comment.