-
Notifications
You must be signed in to change notification settings - Fork 92
/
Copy pathcentrifuge.yml
150 lines (146 loc) · 4.33 KB
/
centrifuge.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
endpoint: wss://fullnode.centrifuge.io
mock-signature-host: true
block: ${env.CENTRIFUGE_BLOCK_NUMBER}
db: ./db.sqlite
runtime-log-level: 5
import-storage:
System:
# Fund addresses with native currency
Account:
-
-
- "5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY" # Alice
- providers: 1
data:
free: "1000000000000000000000000"
-
-
- "4eZq6YogeXHKvjLhHjNKoTzv6MLESn7MkBEQSvctxAnAT82t" # Bob
- providers: 1
data:
free: "1000000000000000000000000"
-
-
- "4eZq6YogeXHKvjLhHjNKoTzv6MLESn7MkBEQSvctxAnAT82t" # Charlie
- providers: 1
data:
free: "1000000000000000000000000"
-
-
- 14W74iMbQoRceoyogC9rjxTrig7raDKNevjot2UnZTqs5vZa # Ledger
- providers: 1
data:
free: '10000000000000000000'
Council:
# Set Alice as single council member
Members: [5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY]
Elections:
Members:
- who: 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
stake: "10000000000000000000000"
deposit: "10000000000000000000000"
OrmlTokens:
# Fund addresses with foreign currencies
Accounts:
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- ForeignAsset: 1 # Tether USDT
- free: "1000000000000000000000"
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- ForeignAsset: 2 # Axelar USDC
- free: "1000000000000000000000"
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- ForeignAsset: 3 # Acala dollar (AUSD)
- free: "1000000000000000000000"
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- ForeignAsset: 4 # GLMR
- free: "1000000000000000000000"
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- ForeignAsset: 5 # DOT
- free: "1000000000000000000000"
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- ForeignAsset: 6 # USD Coin USDC
- free: 1000000000000
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- ForeignAsset: 100001 # LP Ethereum Wrapped USDC
- free: "1000000000000000000000"
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- ForeignAsset: 100002 # LP Base Wrapped USDC
- free: "1000000000000000000000"
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- ForeignAsset: 100003 # LP Arbitrum Wrapped USDC
- free: "1000000000000000000000"
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- ForeignAsset: 100004 # LP Celo Wrapped Wormhole USDC
- free: "1000000000000000000000"
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- ForeignAsset: 100005 # LP Wrapped FRAX
- free: "1000000000000000000000"
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- ForeignAsset: 100006 # LP Celo Wrapped USDC
- free: "1000000000000000000000"
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- LocalAsset: 1 # Local USDC
- free: "10000000000000"
Proxy:
# Example to set proxy
Proxies:
-
-
- 4gJcbk2V9JLmYkMPDeeYZ2Kmtf6J6GqYfdNw4qdzzSzBppDW # The address which sets a proxy
-
-
- delegate: "5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY" # The proxy account address
- proxyType: "Any"
- delay: 0
- "350000000000000000"
Permissions:
# Example to set permissions
Permission:
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- Pool: 4139607887
-
poolAdmin:
bits: 59
currencyAdmin:
bits: 0
permissionedAssetHolder:
info: null
trancheInvestor:
info: []
OraclePriceCollection:
# Example to set oracle feeder
CollectionInfo:
-
-
- 4139607887
- feeders:
- system:
signed: 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY