Skip to content

Commit

Permalink
a few config changes (#317)
Browse files Browse the repository at this point in the history
* add some tokens in mangata config + update endpoint + create bifrost config + create imbu config

* fix token entries

* Update bifrost.yml
  • Loading branch information
goncer authored Jun 9, 2023
1 parent 8ca8efb commit 738e41c
Show file tree
Hide file tree
Showing 3 changed files with 88 additions and 2 deletions.
14 changes: 14 additions & 0 deletions configs/bifrost.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
endpoint: wss://bifrost-parachain.api.onfinality.io/public-ws
mock-signature-host: true
block: ${env.BIFROST_BLOCK_NUMBER}
db: ./db.sqlite

import-storage:
System:
Account:
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- providers: 1
data:
free: 1000000000000000
15 changes: 15 additions & 0 deletions configs/imbu.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
endpoint: wss://imbue-kusama.imbue.network
mock-signature-host: true
block: ${env.IMBUE_BLOCK_NUMBER}
db: ./db.sqlite

import-storage:
Sudo:
Key: 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY # Alice
System:
Account:
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- data:
free: 1000000000000000
61 changes: 59 additions & 2 deletions configs/mangata.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
endpoint: wss://mangata-x.api.onfinality.io/public-ws
endpoint: wss://kusama-archive.mangata.online
mock-signature-host: true
block: ${env.MANGATA_BLOCK_NUMBER}
db: ./mangata.db.sqlite
runtime-log-level: 5

registered-types:
types:
Expand All @@ -26,6 +27,62 @@ import-storage:
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- token: 0
- free: '1000000000000000000000000' # 1M MG
- free: '1000000000000000000000000000000' # MGA
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- token: 14
- free: '1000000000000000000000000000000' # BNC
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- token: 30
- free: '1000000000000000000000000000000' # USDT
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- token: 7
- free: '1000000000000000000000000000000' # TUR
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- token: 26
- free: '1000000000000000000000000000000' # ZLK
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- token: 16
- free: '1000000000000000000000000000000' # vsKSM
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- token: 31
- free: '1000000000000000000000000000000' # RMRK
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- token: 15
- free: '1000000000000000000000000000000' # vKSM
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- token: 6
- free: '1000000000000000000000000000000' # KAR
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- token: 11
- free: '1000000000000000000000000000000' # IMBU
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- token: 23
- free: '1000000000000000000000000000000' # vBNC
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- token: 4
- free: '1000000000000000000000000000000' # KSM

Council:
Members: [5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY]

0 comments on commit 738e41c

Please sign in to comment.