Skip to content

Commit 738e41c

Browse files
authored
a few config changes (#317)
* add some tokens in mangata config + update endpoint + create bifrost config + create imbu config * fix token entries * Update bifrost.yml
1 parent 8ca8efb commit 738e41c

File tree

3 files changed

+88
-2
lines changed

3 files changed

+88
-2
lines changed

configs/bifrost.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
endpoint: wss://bifrost-parachain.api.onfinality.io/public-ws
2+
mock-signature-host: true
3+
block: ${env.BIFROST_BLOCK_NUMBER}
4+
db: ./db.sqlite
5+
6+
import-storage:
7+
System:
8+
Account:
9+
-
10+
-
11+
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
12+
- providers: 1
13+
data:
14+
free: 1000000000000000

configs/imbu.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
endpoint: wss://imbue-kusama.imbue.network
2+
mock-signature-host: true
3+
block: ${env.IMBUE_BLOCK_NUMBER}
4+
db: ./db.sqlite
5+
6+
import-storage:
7+
Sudo:
8+
Key: 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY # Alice
9+
System:
10+
Account:
11+
-
12+
-
13+
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
14+
- data:
15+
free: 1000000000000000

configs/mangata.yml

+59-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
endpoint: wss://mangata-x.api.onfinality.io/public-ws
1+
endpoint: wss://kusama-archive.mangata.online
22
mock-signature-host: true
33
block: ${env.MANGATA_BLOCK_NUMBER}
44
db: ./mangata.db.sqlite
5+
runtime-log-level: 5
56

67
registered-types:
78
types:
@@ -26,6 +27,62 @@ import-storage:
2627
-
2728
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
2829
- token: 0
29-
- free: '1000000000000000000000000' # 1M MG
30+
- free: '1000000000000000000000000000000' # MGA
31+
-
32+
-
33+
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
34+
- token: 14
35+
- free: '1000000000000000000000000000000' # BNC
36+
-
37+
-
38+
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
39+
- token: 30
40+
- free: '1000000000000000000000000000000' # USDT
41+
-
42+
-
43+
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
44+
- token: 7
45+
- free: '1000000000000000000000000000000' # TUR
46+
-
47+
-
48+
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
49+
- token: 26
50+
- free: '1000000000000000000000000000000' # ZLK
51+
-
52+
-
53+
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
54+
- token: 16
55+
- free: '1000000000000000000000000000000' # vsKSM
56+
-
57+
-
58+
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
59+
- token: 31
60+
- free: '1000000000000000000000000000000' # RMRK
61+
-
62+
-
63+
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
64+
- token: 15
65+
- free: '1000000000000000000000000000000' # vKSM
66+
-
67+
-
68+
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
69+
- token: 6
70+
- free: '1000000000000000000000000000000' # KAR
71+
-
72+
-
73+
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
74+
- token: 11
75+
- free: '1000000000000000000000000000000' # IMBU
76+
-
77+
-
78+
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
79+
- token: 23
80+
- free: '1000000000000000000000000000000' # vBNC
81+
-
82+
-
83+
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
84+
- token: 4
85+
- free: '1000000000000000000000000000000' # KSM
86+
3087
Council:
3188
Members: [5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY]

0 commit comments

Comments
 (0)