@dydxprotocol/v4-client-js 1.15.1 → 1.16.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -3
- package/build/examples/constants.d.ts +1 -0
- package/build/examples/constants.js +3 -2
- package/build/examples/permissioned_keys_example.d.ts +1 -0
- package/build/examples/permissioned_keys_example.js +85 -0
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/cosmos/bundle.d.ts +158 -158
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/cosmos/bundle.js +126 -126
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/affiliates/query.lcd.d.ts +12 -0
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/affiliates/query.lcd.js +34 -0
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/blocktime/params.d.ts +21 -0
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/blocktime/params.js +37 -2
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/blocktime/tx.d.ts +34 -1
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/blocktime/tx.js +72 -2
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/blocktime/tx.rpc.msg.d.ts +4 -1
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/blocktime/tx.rpc.msg.js +7 -1
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/bundle.d.ts +2021 -1711
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/bundle.js +272 -266
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/clob/finalize_block.d.ts +23 -0
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/clob/finalize_block.js +64 -0
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/clob/order_removals.d.ts +5 -0
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/clob/order_removals.js +11 -1
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/clob/query.d.ts +31 -0
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/clob/query.js +94 -5
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/clob/query.lcd.d.ts +2 -1
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/clob/query.lcd.js +7 -1
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/clob/query.rpc.Query.d.ts +5 -1
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/clob/query.rpc.Query.js +10 -1
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/clob/streaming.d.ts +6 -1
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/clob/streaming.js +19 -2
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/indexer/events/events.d.ts +79 -6
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/indexer/events/events.js +78 -2
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/lcd.d.ts +1 -0
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/lcd.js +4 -1
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/listing/genesis.d.ts +4 -0
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/listing/genesis.js +11 -2
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/listing/query.lcd.d.ts +2 -1
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/listing/query.lcd.js +7 -1
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/listing/tx.d.ts +39 -0
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/listing/tx.js +72 -2
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/listing/tx.rpc.msg.d.ts +7 -1
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/listing/tx.rpc.msg.js +7 -1
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/perpetuals/query.d.ts +25 -0
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/perpetuals/query.js +64 -2
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/perpetuals/query.lcd.d.ts +2 -1
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/perpetuals/query.lcd.js +7 -1
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/perpetuals/query.rpc.Query.d.ts +5 -1
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/perpetuals/query.rpc.Query.js +10 -1
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/prices/market_param.d.ts +8 -0
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/prices/market_param.js +1 -1
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/prices/market_price.d.ts +3 -0
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/prices/market_price.js +1 -1
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/prices/query.d.ts +34 -0
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/prices/query.js +64 -2
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/prices/query.lcd.d.ts +2 -1
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/prices/query.lcd.js +7 -1
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/prices/query.rpc.Query.d.ts +5 -1
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/prices/query.rpc.Query.js +10 -1
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/prices/streaming.d.ts +23 -0
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/prices/streaming.js +81 -0
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/revshare/query.d.ts +25 -1
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/revshare/query.js +63 -2
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/revshare/query.lcd.d.ts +2 -1
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/revshare/query.lcd.js +7 -1
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/revshare/query.rpc.Query.d.ts +5 -1
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/revshare/query.rpc.Query.js +10 -1
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/revshare/tx.rpc.msg.d.ts +1 -1
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/rpc.query.d.ts +4 -0
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/subaccounts/streaming.d.ts +1 -1
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/subaccounts/streaming.js +5 -5
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/vault/params.d.ts +21 -0
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/vault/params.js +55 -3
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/vault/query.d.ts +1 -6
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/vault/query.js +4 -12
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/vault/query.lcd.d.ts +1 -2
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/vault/query.lcd.js +1 -13
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/vault/tx.d.ts +51 -24
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/vault/tx.js +98 -46
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/gogoproto/bundle.js +2 -2
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/google/bundle.d.ts +174 -174
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/google/bundle.js +12 -12
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/tendermint/bundle.d.ts +365 -365
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/tendermint/bundle.js +21 -21
- package/build/src/clients/composite-client.d.ts +12 -3
- package/build/src/clients/composite-client.js +22 -8
- package/build/src/clients/constants.d.ts +10 -0
- package/build/src/clients/constants.js +17 -4
- package/build/src/clients/lib/registry.js +26 -22
- package/build/src/clients/modules/composer.d.ts +3 -0
- package/build/src/clients/modules/composer.js +23 -1
- package/build/src/clients/modules/get.d.ts +2 -0
- package/build/src/clients/modules/get.js +9 -1
- package/build/src/clients/modules/local-wallet.d.ts +4 -4
- package/build/src/clients/modules/local-wallet.js +3 -3
- package/build/src/clients/modules/post.d.ts +4 -2
- package/build/src/clients/modules/post.js +15 -6
- package/build/src/clients/modules/signer.d.ts +5 -3
- package/build/src/clients/modules/signer.js +53 -14
- package/build/src/clients/types.d.ts +1 -0
- package/build/src/clients/types.js +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/examples/constants.ts +2 -0
- package/examples/permissioned_keys_example.ts +110 -0
- package/package.json +2 -2
- package/src/clients/composite-client.ts +40 -3
- package/src/clients/constants.ts +16 -1
- package/src/clients/lib/registry.ts +8 -0
- package/src/clients/modules/composer.ts +39 -0
- package/src/clients/modules/get.ts +16 -0
- package/src/clients/modules/local-wallet.ts +6 -6
- package/src/clients/modules/post.ts +44 -1
- package/src/clients/modules/signer.ts +79 -13
- package/src/clients/types.ts +1 -0
|
@@ -52,161 +52,164 @@ const _152 = __importStar(require("./bridge/tx"));
|
|
|
52
52
|
const _153 = __importStar(require("./clob/block_rate_limit_config"));
|
|
53
53
|
const _154 = __importStar(require("./clob/clob_pair"));
|
|
54
54
|
const _155 = __importStar(require("./clob/equity_tier_limit_config"));
|
|
55
|
-
const _156 = __importStar(require("./clob/
|
|
56
|
-
const _157 = __importStar(require("./clob/
|
|
57
|
-
const _158 = __importStar(require("./clob/
|
|
58
|
-
const _159 = __importStar(require("./clob/
|
|
59
|
-
const _160 = __importStar(require("./clob/
|
|
60
|
-
const _161 = __importStar(require("./clob/
|
|
61
|
-
const _162 = __importStar(require("./clob/
|
|
62
|
-
const _163 = __importStar(require("./clob/
|
|
63
|
-
const _164 = __importStar(require("./clob/
|
|
64
|
-
const _165 = __importStar(require("./clob/
|
|
65
|
-
const _166 = __importStar(require("./clob/
|
|
66
|
-
const _167 = __importStar(require("./clob/
|
|
67
|
-
const _168 = __importStar(require("./
|
|
68
|
-
const _169 = __importStar(require("./daemons/
|
|
69
|
-
const _170 = __importStar(require("./daemons/
|
|
70
|
-
const _171 = __importStar(require("./
|
|
71
|
-
const _172 = __importStar(require("./delaymsg/
|
|
72
|
-
const _173 = __importStar(require("./delaymsg/
|
|
73
|
-
const _174 = __importStar(require("./delaymsg/
|
|
74
|
-
const _175 = __importStar(require("./delaymsg/
|
|
75
|
-
const _176 = __importStar(require("./
|
|
76
|
-
const _177 = __importStar(require("./epochs/
|
|
77
|
-
const _178 = __importStar(require("./epochs/
|
|
78
|
-
const _179 = __importStar(require("./
|
|
79
|
-
const _180 = __importStar(require("./feetiers/
|
|
80
|
-
const _181 = __importStar(require("./feetiers/
|
|
81
|
-
const _182 = __importStar(require("./feetiers/
|
|
82
|
-
const _183 = __importStar(require("./
|
|
83
|
-
const _184 = __importStar(require("./govplus/
|
|
84
|
-
const _185 = __importStar(require("./govplus/
|
|
85
|
-
const _186 = __importStar(require("./
|
|
86
|
-
const _187 = __importStar(require("./indexer/
|
|
87
|
-
const _188 = __importStar(require("./indexer/
|
|
88
|
-
const _189 = __importStar(require("./indexer/
|
|
89
|
-
const _190 = __importStar(require("./indexer/protocol/v1/
|
|
90
|
-
const _191 = __importStar(require("./indexer/protocol/v1/
|
|
91
|
-
const _192 = __importStar(require("./indexer/protocol/v1/
|
|
92
|
-
const _193 = __importStar(require("./indexer/
|
|
93
|
-
const _194 = __importStar(require("./indexer/
|
|
94
|
-
const _195 = __importStar(require("./indexer/
|
|
95
|
-
const _196 = __importStar(require("./
|
|
96
|
-
const _197 = __importStar(require("./listing/
|
|
97
|
-
const _198 = __importStar(require("./listing/
|
|
98
|
-
const _199 = __importStar(require("./listing/
|
|
99
|
-
const _200 = __importStar(require("./
|
|
100
|
-
const _201 = __importStar(require("./perpetuals/
|
|
101
|
-
const _202 = __importStar(require("./perpetuals/
|
|
102
|
-
const _203 = __importStar(require("./perpetuals/
|
|
103
|
-
const _204 = __importStar(require("./perpetuals/
|
|
104
|
-
const _205 = __importStar(require("./
|
|
105
|
-
const _206 = __importStar(require("./prices/
|
|
106
|
-
const _207 = __importStar(require("./prices/
|
|
107
|
-
const _208 = __importStar(require("./prices/
|
|
108
|
-
const _209 = __importStar(require("./prices/
|
|
109
|
-
const _210 = __importStar(require("./
|
|
110
|
-
const _211 = __importStar(require("./
|
|
111
|
-
const _212 = __importStar(require("./ratelimit/
|
|
112
|
-
const _213 = __importStar(require("./ratelimit/
|
|
113
|
-
const _214 = __importStar(require("./ratelimit/
|
|
114
|
-
const _215 = __importStar(require("./ratelimit/
|
|
115
|
-
const _216 = __importStar(require("./
|
|
116
|
-
const _217 = __importStar(require("./
|
|
117
|
-
const _218 = __importStar(require("./revshare/
|
|
118
|
-
const _219 = __importStar(require("./revshare/
|
|
119
|
-
const _220 = __importStar(require("./revshare/
|
|
120
|
-
const _221 = __importStar(require("./
|
|
121
|
-
const _222 = __importStar(require("./
|
|
122
|
-
const _223 = __importStar(require("./rewards/
|
|
123
|
-
const _224 = __importStar(require("./rewards/
|
|
124
|
-
const _225 = __importStar(require("./rewards/
|
|
125
|
-
const _226 = __importStar(require("./
|
|
126
|
-
const _227 = __importStar(require("./
|
|
127
|
-
const _228 = __importStar(require("./sending/
|
|
128
|
-
const _229 = __importStar(require("./sending/
|
|
129
|
-
const _230 = __importStar(require("./
|
|
130
|
-
const _231 = __importStar(require("./
|
|
131
|
-
const _232 = __importStar(require("./stats/
|
|
132
|
-
const _233 = __importStar(require("./stats/
|
|
133
|
-
const _234 = __importStar(require("./stats/
|
|
134
|
-
const _235 = __importStar(require("./
|
|
135
|
-
const _236 = __importStar(require("./
|
|
136
|
-
const _237 = __importStar(require("./subaccounts/
|
|
137
|
-
const _238 = __importStar(require("./subaccounts/
|
|
138
|
-
const _239 = __importStar(require("./subaccounts/
|
|
139
|
-
const _240 = __importStar(require("./subaccounts/
|
|
140
|
-
const _241 = __importStar(require("./
|
|
141
|
-
const _242 = __importStar(require("./
|
|
142
|
-
const _243 = __importStar(require("./vault/
|
|
143
|
-
const _244 = __importStar(require("./vault/
|
|
144
|
-
const _245 = __importStar(require("./vault/
|
|
145
|
-
const _246 = __importStar(require("./vault/
|
|
146
|
-
const _247 = __importStar(require("./
|
|
147
|
-
const _248 = __importStar(require("./
|
|
148
|
-
const _249 = __importStar(require("./vest/
|
|
149
|
-
const _250 = __importStar(require("./vest/
|
|
150
|
-
const
|
|
151
|
-
const
|
|
152
|
-
const _331 = __importStar(require("./
|
|
153
|
-
const _332 = __importStar(require("./
|
|
154
|
-
const _333 = __importStar(require("./
|
|
155
|
-
const _334 = __importStar(require("./
|
|
156
|
-
const _335 = __importStar(require("./
|
|
157
|
-
const _336 = __importStar(require("./
|
|
158
|
-
const _337 = __importStar(require("./
|
|
159
|
-
const _338 = __importStar(require("./
|
|
160
|
-
const _339 = __importStar(require("./
|
|
161
|
-
const _340 = __importStar(require("./
|
|
162
|
-
const _341 = __importStar(require("./
|
|
163
|
-
const _342 = __importStar(require("./
|
|
164
|
-
const _343 = __importStar(require("./
|
|
165
|
-
const _344 = __importStar(require("./
|
|
166
|
-
const _345 = __importStar(require("./
|
|
167
|
-
const _346 = __importStar(require("./
|
|
168
|
-
const _347 = __importStar(require("./
|
|
169
|
-
const _348 = __importStar(require("./
|
|
170
|
-
const _349 = __importStar(require("./
|
|
171
|
-
const _350 = __importStar(require("./
|
|
172
|
-
const _351 = __importStar(require("./
|
|
173
|
-
const _352 = __importStar(require("./
|
|
174
|
-
const _353 = __importStar(require("./
|
|
175
|
-
const _354 = __importStar(require("./
|
|
176
|
-
const _355 = __importStar(require("./
|
|
177
|
-
const _356 = __importStar(require("./
|
|
178
|
-
const _357 = __importStar(require("./
|
|
179
|
-
const _358 = __importStar(require("./
|
|
180
|
-
const _359 = __importStar(require("./
|
|
181
|
-
const _360 = __importStar(require("./
|
|
182
|
-
const _361 = __importStar(require("./
|
|
183
|
-
const _362 = __importStar(require("./
|
|
184
|
-
const _363 = __importStar(require("./
|
|
185
|
-
const _364 = __importStar(require("./
|
|
186
|
-
const _365 = __importStar(require("./
|
|
187
|
-
const _366 = __importStar(require("./
|
|
188
|
-
const _367 = __importStar(require("./
|
|
189
|
-
const _368 = __importStar(require("./
|
|
190
|
-
const _369 = __importStar(require("./
|
|
191
|
-
const _370 = __importStar(require("./
|
|
192
|
-
const _371 = __importStar(require("./
|
|
193
|
-
const _372 = __importStar(require("./
|
|
194
|
-
const _373 = __importStar(require("./
|
|
195
|
-
const _374 = __importStar(require("./
|
|
196
|
-
const _375 = __importStar(require("./
|
|
197
|
-
const _376 = __importStar(require("./
|
|
198
|
-
const _377 = __importStar(require("./
|
|
199
|
-
const _378 = __importStar(require("./
|
|
200
|
-
const _379 = __importStar(require("./
|
|
201
|
-
const _380 = __importStar(require("./
|
|
202
|
-
const _381 = __importStar(require("./
|
|
203
|
-
const _382 = __importStar(require("./
|
|
204
|
-
const _383 = __importStar(require("./
|
|
205
|
-
const _384 = __importStar(require("./
|
|
206
|
-
const _385 = __importStar(require("./
|
|
207
|
-
const
|
|
208
|
-
const
|
|
209
|
-
const
|
|
55
|
+
const _156 = __importStar(require("./clob/finalize_block"));
|
|
56
|
+
const _157 = __importStar(require("./clob/genesis"));
|
|
57
|
+
const _158 = __importStar(require("./clob/liquidations_config"));
|
|
58
|
+
const _159 = __importStar(require("./clob/liquidations"));
|
|
59
|
+
const _160 = __importStar(require("./clob/matches"));
|
|
60
|
+
const _161 = __importStar(require("./clob/mev"));
|
|
61
|
+
const _162 = __importStar(require("./clob/operation"));
|
|
62
|
+
const _163 = __importStar(require("./clob/order_removals"));
|
|
63
|
+
const _164 = __importStar(require("./clob/order"));
|
|
64
|
+
const _165 = __importStar(require("./clob/process_proposer_matches_events"));
|
|
65
|
+
const _166 = __importStar(require("./clob/query"));
|
|
66
|
+
const _167 = __importStar(require("./clob/streaming"));
|
|
67
|
+
const _168 = __importStar(require("./clob/tx"));
|
|
68
|
+
const _169 = __importStar(require("./daemons/bridge/bridge"));
|
|
69
|
+
const _170 = __importStar(require("./daemons/liquidation/liquidation"));
|
|
70
|
+
const _171 = __importStar(require("./daemons/pricefeed/price_feed"));
|
|
71
|
+
const _172 = __importStar(require("./delaymsg/block_message_ids"));
|
|
72
|
+
const _173 = __importStar(require("./delaymsg/delayed_message"));
|
|
73
|
+
const _174 = __importStar(require("./delaymsg/genesis"));
|
|
74
|
+
const _175 = __importStar(require("./delaymsg/query"));
|
|
75
|
+
const _176 = __importStar(require("./delaymsg/tx"));
|
|
76
|
+
const _177 = __importStar(require("./epochs/epoch_info"));
|
|
77
|
+
const _178 = __importStar(require("./epochs/genesis"));
|
|
78
|
+
const _179 = __importStar(require("./epochs/query"));
|
|
79
|
+
const _180 = __importStar(require("./feetiers/genesis"));
|
|
80
|
+
const _181 = __importStar(require("./feetiers/params"));
|
|
81
|
+
const _182 = __importStar(require("./feetiers/query"));
|
|
82
|
+
const _183 = __importStar(require("./feetiers/tx"));
|
|
83
|
+
const _184 = __importStar(require("./govplus/genesis"));
|
|
84
|
+
const _185 = __importStar(require("./govplus/query"));
|
|
85
|
+
const _186 = __importStar(require("./govplus/tx"));
|
|
86
|
+
const _187 = __importStar(require("./indexer/events/events"));
|
|
87
|
+
const _188 = __importStar(require("./indexer/indexer_manager/event"));
|
|
88
|
+
const _189 = __importStar(require("./indexer/off_chain_updates/off_chain_updates"));
|
|
89
|
+
const _190 = __importStar(require("./indexer/protocol/v1/clob"));
|
|
90
|
+
const _191 = __importStar(require("./indexer/protocol/v1/perpetual"));
|
|
91
|
+
const _192 = __importStar(require("./indexer/protocol/v1/subaccount"));
|
|
92
|
+
const _193 = __importStar(require("./indexer/protocol/v1/vault"));
|
|
93
|
+
const _194 = __importStar(require("./indexer/redis/redis_order"));
|
|
94
|
+
const _195 = __importStar(require("./indexer/shared/removal_reason"));
|
|
95
|
+
const _196 = __importStar(require("./indexer/socks/messages"));
|
|
96
|
+
const _197 = __importStar(require("./listing/genesis"));
|
|
97
|
+
const _198 = __importStar(require("./listing/params"));
|
|
98
|
+
const _199 = __importStar(require("./listing/query"));
|
|
99
|
+
const _200 = __importStar(require("./listing/tx"));
|
|
100
|
+
const _201 = __importStar(require("./perpetuals/genesis"));
|
|
101
|
+
const _202 = __importStar(require("./perpetuals/params"));
|
|
102
|
+
const _203 = __importStar(require("./perpetuals/perpetual"));
|
|
103
|
+
const _204 = __importStar(require("./perpetuals/query"));
|
|
104
|
+
const _205 = __importStar(require("./perpetuals/tx"));
|
|
105
|
+
const _206 = __importStar(require("./prices/genesis"));
|
|
106
|
+
const _207 = __importStar(require("./prices/market_param"));
|
|
107
|
+
const _208 = __importStar(require("./prices/market_price"));
|
|
108
|
+
const _209 = __importStar(require("./prices/query"));
|
|
109
|
+
const _210 = __importStar(require("./prices/streaming"));
|
|
110
|
+
const _211 = __importStar(require("./prices/tx"));
|
|
111
|
+
const _212 = __importStar(require("./ratelimit/capacity"));
|
|
112
|
+
const _213 = __importStar(require("./ratelimit/genesis"));
|
|
113
|
+
const _214 = __importStar(require("./ratelimit/limit_params"));
|
|
114
|
+
const _215 = __importStar(require("./ratelimit/pending_send_packet"));
|
|
115
|
+
const _216 = __importStar(require("./ratelimit/query"));
|
|
116
|
+
const _217 = __importStar(require("./ratelimit/tx"));
|
|
117
|
+
const _218 = __importStar(require("./revshare/genesis"));
|
|
118
|
+
const _219 = __importStar(require("./revshare/params"));
|
|
119
|
+
const _220 = __importStar(require("./revshare/query"));
|
|
120
|
+
const _221 = __importStar(require("./revshare/revshare"));
|
|
121
|
+
const _222 = __importStar(require("./revshare/tx"));
|
|
122
|
+
const _223 = __importStar(require("./rewards/genesis"));
|
|
123
|
+
const _224 = __importStar(require("./rewards/params"));
|
|
124
|
+
const _225 = __importStar(require("./rewards/query"));
|
|
125
|
+
const _226 = __importStar(require("./rewards/reward_share"));
|
|
126
|
+
const _227 = __importStar(require("./rewards/tx"));
|
|
127
|
+
const _228 = __importStar(require("./sending/genesis"));
|
|
128
|
+
const _229 = __importStar(require("./sending/query"));
|
|
129
|
+
const _230 = __importStar(require("./sending/transfer"));
|
|
130
|
+
const _231 = __importStar(require("./sending/tx"));
|
|
131
|
+
const _232 = __importStar(require("./stats/genesis"));
|
|
132
|
+
const _233 = __importStar(require("./stats/params"));
|
|
133
|
+
const _234 = __importStar(require("./stats/query"));
|
|
134
|
+
const _235 = __importStar(require("./stats/stats"));
|
|
135
|
+
const _236 = __importStar(require("./stats/tx"));
|
|
136
|
+
const _237 = __importStar(require("./subaccounts/asset_position"));
|
|
137
|
+
const _238 = __importStar(require("./subaccounts/genesis"));
|
|
138
|
+
const _239 = __importStar(require("./subaccounts/perpetual_position"));
|
|
139
|
+
const _240 = __importStar(require("./subaccounts/query"));
|
|
140
|
+
const _241 = __importStar(require("./subaccounts/streaming"));
|
|
141
|
+
const _242 = __importStar(require("./subaccounts/subaccount"));
|
|
142
|
+
const _243 = __importStar(require("./vault/genesis"));
|
|
143
|
+
const _244 = __importStar(require("./vault/params"));
|
|
144
|
+
const _245 = __importStar(require("./vault/query"));
|
|
145
|
+
const _246 = __importStar(require("./vault/share"));
|
|
146
|
+
const _247 = __importStar(require("./vault/tx"));
|
|
147
|
+
const _248 = __importStar(require("./vault/vault"));
|
|
148
|
+
const _249 = __importStar(require("./vest/genesis"));
|
|
149
|
+
const _250 = __importStar(require("./vest/query"));
|
|
150
|
+
const _251 = __importStar(require("./vest/tx"));
|
|
151
|
+
const _252 = __importStar(require("./vest/vest_entry"));
|
|
152
|
+
const _331 = __importStar(require("./accountplus/query.lcd"));
|
|
153
|
+
const _332 = __importStar(require("./affiliates/query.lcd"));
|
|
154
|
+
const _333 = __importStar(require("./assets/query.lcd"));
|
|
155
|
+
const _334 = __importStar(require("./blocktime/query.lcd"));
|
|
156
|
+
const _335 = __importStar(require("./bridge/query.lcd"));
|
|
157
|
+
const _336 = __importStar(require("./clob/query.lcd"));
|
|
158
|
+
const _337 = __importStar(require("./delaymsg/query.lcd"));
|
|
159
|
+
const _338 = __importStar(require("./epochs/query.lcd"));
|
|
160
|
+
const _339 = __importStar(require("./feetiers/query.lcd"));
|
|
161
|
+
const _340 = __importStar(require("./listing/query.lcd"));
|
|
162
|
+
const _341 = __importStar(require("./perpetuals/query.lcd"));
|
|
163
|
+
const _342 = __importStar(require("./prices/query.lcd"));
|
|
164
|
+
const _343 = __importStar(require("./ratelimit/query.lcd"));
|
|
165
|
+
const _344 = __importStar(require("./revshare/query.lcd"));
|
|
166
|
+
const _345 = __importStar(require("./rewards/query.lcd"));
|
|
167
|
+
const _346 = __importStar(require("./stats/query.lcd"));
|
|
168
|
+
const _347 = __importStar(require("./subaccounts/query.lcd"));
|
|
169
|
+
const _348 = __importStar(require("./vault/query.lcd"));
|
|
170
|
+
const _349 = __importStar(require("./vest/query.lcd"));
|
|
171
|
+
const _350 = __importStar(require("./accountplus/query.rpc.Query"));
|
|
172
|
+
const _351 = __importStar(require("./affiliates/query.rpc.Query"));
|
|
173
|
+
const _352 = __importStar(require("./assets/query.rpc.Query"));
|
|
174
|
+
const _353 = __importStar(require("./blocktime/query.rpc.Query"));
|
|
175
|
+
const _354 = __importStar(require("./bridge/query.rpc.Query"));
|
|
176
|
+
const _355 = __importStar(require("./clob/query.rpc.Query"));
|
|
177
|
+
const _356 = __importStar(require("./delaymsg/query.rpc.Query"));
|
|
178
|
+
const _357 = __importStar(require("./epochs/query.rpc.Query"));
|
|
179
|
+
const _358 = __importStar(require("./feetiers/query.rpc.Query"));
|
|
180
|
+
const _359 = __importStar(require("./govplus/query.rpc.Query"));
|
|
181
|
+
const _360 = __importStar(require("./listing/query.rpc.Query"));
|
|
182
|
+
const _361 = __importStar(require("./perpetuals/query.rpc.Query"));
|
|
183
|
+
const _362 = __importStar(require("./prices/query.rpc.Query"));
|
|
184
|
+
const _363 = __importStar(require("./ratelimit/query.rpc.Query"));
|
|
185
|
+
const _364 = __importStar(require("./revshare/query.rpc.Query"));
|
|
186
|
+
const _365 = __importStar(require("./rewards/query.rpc.Query"));
|
|
187
|
+
const _366 = __importStar(require("./sending/query.rpc.Query"));
|
|
188
|
+
const _367 = __importStar(require("./stats/query.rpc.Query"));
|
|
189
|
+
const _368 = __importStar(require("./subaccounts/query.rpc.Query"));
|
|
190
|
+
const _369 = __importStar(require("./vault/query.rpc.Query"));
|
|
191
|
+
const _370 = __importStar(require("./vest/query.rpc.Query"));
|
|
192
|
+
const _371 = __importStar(require("./accountplus/tx.rpc.msg"));
|
|
193
|
+
const _372 = __importStar(require("./affiliates/tx.rpc.msg"));
|
|
194
|
+
const _373 = __importStar(require("./blocktime/tx.rpc.msg"));
|
|
195
|
+
const _374 = __importStar(require("./bridge/tx.rpc.msg"));
|
|
196
|
+
const _375 = __importStar(require("./clob/tx.rpc.msg"));
|
|
197
|
+
const _376 = __importStar(require("./delaymsg/tx.rpc.msg"));
|
|
198
|
+
const _377 = __importStar(require("./feetiers/tx.rpc.msg"));
|
|
199
|
+
const _378 = __importStar(require("./govplus/tx.rpc.msg"));
|
|
200
|
+
const _379 = __importStar(require("./listing/tx.rpc.msg"));
|
|
201
|
+
const _380 = __importStar(require("./perpetuals/tx.rpc.msg"));
|
|
202
|
+
const _381 = __importStar(require("./prices/tx.rpc.msg"));
|
|
203
|
+
const _382 = __importStar(require("./ratelimit/tx.rpc.msg"));
|
|
204
|
+
const _383 = __importStar(require("./revshare/tx.rpc.msg"));
|
|
205
|
+
const _384 = __importStar(require("./rewards/tx.rpc.msg"));
|
|
206
|
+
const _385 = __importStar(require("./sending/tx.rpc.msg"));
|
|
207
|
+
const _386 = __importStar(require("./stats/tx.rpc.msg"));
|
|
208
|
+
const _387 = __importStar(require("./vault/tx.rpc.msg"));
|
|
209
|
+
const _388 = __importStar(require("./vest/tx.rpc.msg"));
|
|
210
|
+
const _392 = __importStar(require("./lcd"));
|
|
211
|
+
const _393 = __importStar(require("./rpc.query"));
|
|
212
|
+
const _394 = __importStar(require("./rpc.tx"));
|
|
210
213
|
var dydxprotocol;
|
|
211
214
|
(function (dydxprotocol) {
|
|
212
215
|
dydxprotocol.accountplus = { ..._128,
|
|
@@ -215,32 +218,33 @@ var dydxprotocol;
|
|
|
215
218
|
..._131,
|
|
216
219
|
..._132,
|
|
217
220
|
..._133,
|
|
218
|
-
...
|
|
219
|
-
...
|
|
220
|
-
...
|
|
221
|
+
..._331,
|
|
222
|
+
..._350,
|
|
223
|
+
..._371
|
|
221
224
|
};
|
|
222
225
|
dydxprotocol.affiliates = { ..._134,
|
|
223
226
|
..._135,
|
|
224
227
|
..._136,
|
|
225
228
|
..._137,
|
|
226
|
-
...
|
|
227
|
-
...
|
|
229
|
+
..._332,
|
|
230
|
+
..._351,
|
|
231
|
+
..._372
|
|
228
232
|
};
|
|
229
233
|
dydxprotocol.assets = { ..._138,
|
|
230
234
|
..._139,
|
|
231
235
|
..._140,
|
|
232
236
|
..._141,
|
|
233
|
-
...
|
|
234
|
-
...
|
|
237
|
+
..._333,
|
|
238
|
+
..._352
|
|
235
239
|
};
|
|
236
240
|
dydxprotocol.blocktime = { ..._142,
|
|
237
241
|
..._143,
|
|
238
242
|
..._144,
|
|
239
243
|
..._145,
|
|
240
244
|
..._146,
|
|
241
|
-
...
|
|
242
|
-
...
|
|
243
|
-
...
|
|
245
|
+
..._334,
|
|
246
|
+
..._353,
|
|
247
|
+
..._373
|
|
244
248
|
};
|
|
245
249
|
dydxprotocol.bridge = { ..._147,
|
|
246
250
|
..._148,
|
|
@@ -248,9 +252,9 @@ var dydxprotocol;
|
|
|
248
252
|
..._150,
|
|
249
253
|
..._151,
|
|
250
254
|
..._152,
|
|
251
|
-
...
|
|
252
|
-
...
|
|
253
|
-
...
|
|
255
|
+
..._335,
|
|
256
|
+
..._354,
|
|
257
|
+
..._374
|
|
254
258
|
};
|
|
255
259
|
dydxprotocol.clob = { ..._153,
|
|
256
260
|
..._154,
|
|
@@ -267,171 +271,173 @@ var dydxprotocol;
|
|
|
267
271
|
..._165,
|
|
268
272
|
..._166,
|
|
269
273
|
..._167,
|
|
270
|
-
...
|
|
271
|
-
...
|
|
272
|
-
...
|
|
274
|
+
..._168,
|
|
275
|
+
..._336,
|
|
276
|
+
..._355,
|
|
277
|
+
..._375
|
|
273
278
|
};
|
|
274
279
|
let daemons;
|
|
275
280
|
(function (daemons) {
|
|
276
|
-
daemons.bridge = { ...
|
|
281
|
+
daemons.bridge = { ..._169
|
|
277
282
|
};
|
|
278
|
-
daemons.liquidation = { ...
|
|
283
|
+
daemons.liquidation = { ..._170
|
|
279
284
|
};
|
|
280
|
-
daemons.pricefeed = { ...
|
|
285
|
+
daemons.pricefeed = { ..._171
|
|
281
286
|
};
|
|
282
287
|
})(daemons = dydxprotocol.daemons || (dydxprotocol.daemons = {}));
|
|
283
|
-
dydxprotocol.delaymsg = { ...
|
|
284
|
-
..._172,
|
|
288
|
+
dydxprotocol.delaymsg = { ..._172,
|
|
285
289
|
..._173,
|
|
286
290
|
..._174,
|
|
287
291
|
..._175,
|
|
288
|
-
...
|
|
289
|
-
...
|
|
290
|
-
...
|
|
292
|
+
..._176,
|
|
293
|
+
..._337,
|
|
294
|
+
..._356,
|
|
295
|
+
..._376
|
|
291
296
|
};
|
|
292
|
-
dydxprotocol.epochs = { ...
|
|
293
|
-
..._177,
|
|
297
|
+
dydxprotocol.epochs = { ..._177,
|
|
294
298
|
..._178,
|
|
295
|
-
...
|
|
296
|
-
...
|
|
299
|
+
..._179,
|
|
300
|
+
..._338,
|
|
301
|
+
..._357
|
|
297
302
|
};
|
|
298
|
-
dydxprotocol.feetiers = { ...
|
|
299
|
-
..._180,
|
|
303
|
+
dydxprotocol.feetiers = { ..._180,
|
|
300
304
|
..._181,
|
|
301
305
|
..._182,
|
|
302
|
-
...
|
|
303
|
-
...
|
|
304
|
-
...
|
|
306
|
+
..._183,
|
|
307
|
+
..._339,
|
|
308
|
+
..._358,
|
|
309
|
+
..._377
|
|
305
310
|
};
|
|
306
|
-
dydxprotocol.govplus = { ...
|
|
307
|
-
..._184,
|
|
311
|
+
dydxprotocol.govplus = { ..._184,
|
|
308
312
|
..._185,
|
|
309
|
-
...
|
|
310
|
-
...
|
|
313
|
+
..._186,
|
|
314
|
+
..._359,
|
|
315
|
+
..._378
|
|
311
316
|
};
|
|
312
317
|
let indexer;
|
|
313
318
|
(function (indexer) {
|
|
314
|
-
indexer.events = { ...
|
|
319
|
+
indexer.events = { ..._187
|
|
315
320
|
};
|
|
316
|
-
indexer.indexer_manager = { ...
|
|
321
|
+
indexer.indexer_manager = { ..._188
|
|
317
322
|
};
|
|
318
|
-
indexer.off_chain_updates = { ...
|
|
323
|
+
indexer.off_chain_updates = { ..._189
|
|
319
324
|
};
|
|
320
325
|
let protocol;
|
|
321
326
|
(function (protocol) {
|
|
322
|
-
protocol.v1 = { ...
|
|
323
|
-
..._190,
|
|
327
|
+
protocol.v1 = { ..._190,
|
|
324
328
|
..._191,
|
|
325
|
-
..._192
|
|
329
|
+
..._192,
|
|
330
|
+
..._193
|
|
326
331
|
};
|
|
327
332
|
})(protocol = indexer.protocol || (indexer.protocol = {}));
|
|
328
|
-
indexer.redis = { ...
|
|
333
|
+
indexer.redis = { ..._194
|
|
329
334
|
};
|
|
330
|
-
indexer.shared = { ...
|
|
335
|
+
indexer.shared = { ..._195
|
|
331
336
|
};
|
|
332
|
-
indexer.socks = { ...
|
|
337
|
+
indexer.socks = { ..._196
|
|
333
338
|
};
|
|
334
339
|
})(indexer = dydxprotocol.indexer || (dydxprotocol.indexer = {}));
|
|
335
|
-
dydxprotocol.listing = { ...
|
|
336
|
-
..._197,
|
|
340
|
+
dydxprotocol.listing = { ..._197,
|
|
337
341
|
..._198,
|
|
338
342
|
..._199,
|
|
339
|
-
...
|
|
340
|
-
...
|
|
341
|
-
...
|
|
343
|
+
..._200,
|
|
344
|
+
..._340,
|
|
345
|
+
..._360,
|
|
346
|
+
..._379
|
|
342
347
|
};
|
|
343
|
-
dydxprotocol.perpetuals = { ...
|
|
344
|
-
..._201,
|
|
348
|
+
dydxprotocol.perpetuals = { ..._201,
|
|
345
349
|
..._202,
|
|
346
350
|
..._203,
|
|
347
351
|
..._204,
|
|
348
|
-
...
|
|
349
|
-
...
|
|
350
|
-
...
|
|
352
|
+
..._205,
|
|
353
|
+
..._341,
|
|
354
|
+
..._361,
|
|
355
|
+
..._380
|
|
351
356
|
};
|
|
352
|
-
dydxprotocol.prices = { ...
|
|
353
|
-
..._206,
|
|
357
|
+
dydxprotocol.prices = { ..._206,
|
|
354
358
|
..._207,
|
|
355
359
|
..._208,
|
|
356
360
|
..._209,
|
|
357
|
-
...
|
|
358
|
-
..._359,
|
|
359
|
-
..._378
|
|
360
|
-
};
|
|
361
|
-
dydxprotocol.ratelimit = { ..._210,
|
|
361
|
+
..._210,
|
|
362
362
|
..._211,
|
|
363
|
-
...
|
|
363
|
+
..._342,
|
|
364
|
+
..._362,
|
|
365
|
+
..._381
|
|
366
|
+
};
|
|
367
|
+
dydxprotocol.ratelimit = { ..._212,
|
|
364
368
|
..._213,
|
|
365
369
|
..._214,
|
|
366
370
|
..._215,
|
|
367
|
-
...
|
|
368
|
-
..._360,
|
|
369
|
-
..._379
|
|
370
|
-
};
|
|
371
|
-
dydxprotocol.revshare = { ..._216,
|
|
371
|
+
..._216,
|
|
372
372
|
..._217,
|
|
373
|
-
...
|
|
373
|
+
..._343,
|
|
374
|
+
..._363,
|
|
375
|
+
..._382
|
|
376
|
+
};
|
|
377
|
+
dydxprotocol.revshare = { ..._218,
|
|
374
378
|
..._219,
|
|
375
379
|
..._220,
|
|
376
|
-
...
|
|
377
|
-
..._361,
|
|
378
|
-
..._380
|
|
379
|
-
};
|
|
380
|
-
dydxprotocol.rewards = { ..._221,
|
|
380
|
+
..._221,
|
|
381
381
|
..._222,
|
|
382
|
-
...
|
|
382
|
+
..._344,
|
|
383
|
+
..._364,
|
|
384
|
+
..._383
|
|
385
|
+
};
|
|
386
|
+
dydxprotocol.rewards = { ..._223,
|
|
383
387
|
..._224,
|
|
384
388
|
..._225,
|
|
385
|
-
...
|
|
386
|
-
..._362,
|
|
387
|
-
..._381
|
|
388
|
-
};
|
|
389
|
-
dydxprotocol.sending = { ..._226,
|
|
389
|
+
..._226,
|
|
390
390
|
..._227,
|
|
391
|
-
...
|
|
392
|
-
...
|
|
393
|
-
...
|
|
394
|
-
..._382
|
|
391
|
+
..._345,
|
|
392
|
+
..._365,
|
|
393
|
+
..._384
|
|
395
394
|
};
|
|
396
|
-
dydxprotocol.
|
|
395
|
+
dydxprotocol.sending = { ..._228,
|
|
396
|
+
..._229,
|
|
397
|
+
..._230,
|
|
397
398
|
..._231,
|
|
398
|
-
...
|
|
399
|
+
..._366,
|
|
400
|
+
..._385
|
|
401
|
+
};
|
|
402
|
+
dydxprotocol.stats = { ..._232,
|
|
399
403
|
..._233,
|
|
400
404
|
..._234,
|
|
401
|
-
...
|
|
402
|
-
..._364,
|
|
403
|
-
..._383
|
|
404
|
-
};
|
|
405
|
-
dydxprotocol.subaccounts = { ..._235,
|
|
405
|
+
..._235,
|
|
406
406
|
..._236,
|
|
407
|
-
...
|
|
407
|
+
..._346,
|
|
408
|
+
..._367,
|
|
409
|
+
..._386
|
|
410
|
+
};
|
|
411
|
+
dydxprotocol.subaccounts = { ..._237,
|
|
408
412
|
..._238,
|
|
409
413
|
..._239,
|
|
410
414
|
..._240,
|
|
411
|
-
...
|
|
412
|
-
..._365
|
|
413
|
-
};
|
|
414
|
-
dydxprotocol.vault = { ..._241,
|
|
415
|
+
..._241,
|
|
415
416
|
..._242,
|
|
416
|
-
...
|
|
417
|
+
..._347,
|
|
418
|
+
..._368
|
|
419
|
+
};
|
|
420
|
+
dydxprotocol.vault = { ..._243,
|
|
417
421
|
..._244,
|
|
418
422
|
..._245,
|
|
419
423
|
..._246,
|
|
420
|
-
...
|
|
421
|
-
..._366,
|
|
422
|
-
..._384
|
|
423
|
-
};
|
|
424
|
-
dydxprotocol.vest = { ..._247,
|
|
424
|
+
..._247,
|
|
425
425
|
..._248,
|
|
426
|
-
...
|
|
426
|
+
..._348,
|
|
427
|
+
..._369,
|
|
428
|
+
..._387
|
|
429
|
+
};
|
|
430
|
+
dydxprotocol.vest = { ..._249,
|
|
427
431
|
..._250,
|
|
428
|
-
...
|
|
429
|
-
...
|
|
430
|
-
...
|
|
432
|
+
..._251,
|
|
433
|
+
..._252,
|
|
434
|
+
..._349,
|
|
435
|
+
..._370,
|
|
436
|
+
..._388
|
|
431
437
|
};
|
|
432
|
-
dydxprotocol.ClientFactory = { ...
|
|
433
|
-
...
|
|
434
|
-
...
|
|
438
|
+
dydxprotocol.ClientFactory = { ..._392,
|
|
439
|
+
..._393,
|
|
440
|
+
..._394
|
|
435
441
|
};
|
|
436
442
|
})(dydxprotocol = exports.dydxprotocol || (exports.dydxprotocol = {}));
|
|
437
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
443
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnVuZGxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vbm9kZV9tb2R1bGVzL0BkeWR4cHJvdG9jb2wvdjQtcHJvdG8vc3JjL2NvZGVnZW4vZHlkeHByb3RvY29sL2J1bmRsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztBQUFBLGdFQUFrRDtBQUNsRCw0REFBOEM7QUFDOUMsMkRBQTZDO0FBQzdDLDJEQUE2QztBQUM3QywwREFBNEM7QUFDNUMsdURBQXlDO0FBQ3pDLDhEQUFnRDtBQUNoRCwyREFBNkM7QUFDN0MseURBQTJDO0FBQzNDLHNEQUF3QztBQUN4QyxxREFBdUM7QUFDdkMsdURBQXlDO0FBQ3pDLHFEQUF1QztBQUN2QyxrREFBb0M7QUFDcEMsNERBQThDO0FBQzlDLDBEQUE0QztBQUM1Qyx5REFBMkM7QUFDM0Msd0RBQTBDO0FBQzFDLHFEQUF1QztBQUN2QyxpRUFBbUQ7QUFDbkQsNERBQThDO0FBQzlDLHVEQUF5QztBQUN6QyxzREFBd0M7QUFDeEMscURBQXVDO0FBQ3ZDLGtEQUFvQztBQUNwQyxxRUFBdUQ7QUFDdkQsdURBQXlDO0FBQ3pDLHNFQUF3RDtBQUN4RCw0REFBOEM7QUFDOUMscURBQXVDO0FBQ3ZDLGlFQUFtRDtBQUNuRCwwREFBNEM7QUFDNUMscURBQXVDO0FBQ3ZDLGlEQUFtQztBQUNuQyx1REFBeUM7QUFDekMsNERBQThDO0FBQzlDLG1EQUFxQztBQUNyQyw2RUFBK0Q7QUFDL0QsbURBQXFDO0FBQ3JDLHVEQUF5QztBQUN6QyxnREFBa0M7QUFDbEMsOERBQWdEO0FBQ2hELHdFQUEwRDtBQUMxRCxxRUFBdUQ7QUFDdkQsbUVBQXFEO0FBQ3JELGlFQUFtRDtBQUNuRCx5REFBMkM7QUFDM0MsdURBQXlDO0FBQ3pDLG9EQUFzQztBQUN0QywwREFBNEM7QUFDNUMsdURBQXlDO0FBQ3pDLHFEQUF1QztBQUN2Qyx5REFBMkM7QUFDM0Msd0RBQTBDO0FBQzFDLHVEQUF5QztBQUN6QyxvREFBc0M7QUFDdEMsd0RBQTBDO0FBQzFDLHNEQUF3QztBQUN4QyxtREFBcUM7QUFDckMsOERBQWdEO0FBQ2hELHNFQUF3RDtBQUN4RCxvRkFBc0U7QUFDdEUsaUVBQW1EO0FBQ25ELHNFQUF3RDtBQUN4RCx1RUFBeUQ7QUFDekQsa0VBQW9EO0FBQ3BELGtFQUFvRDtBQUNwRCxzRUFBd0Q7QUFDeEQsK0RBQWlEO0FBQ2pELHdEQUEwQztBQUMxQyx1REFBeUM7QUFDekMsc0RBQXdDO0FBQ3hDLG1EQUFxQztBQUNyQywyREFBNkM7QUFDN0MsMERBQTRDO0FBQzVDLDZEQUErQztBQUMvQyx5REFBMkM7QUFDM0Msc0RBQXdDO0FBQ3hDLHVEQUF5QztBQUN6Qyw0REFBOEM7QUFDOUMsNERBQThDO0FBQzlDLHFEQUF1QztBQUN2Qyx5REFBMkM7QUFDM0Msa0RBQW9DO0FBQ3BDLDJEQUE2QztBQUM3QywwREFBNEM7QUFDNUMsK0RBQWlEO0FBQ2pELHNFQUF3RDtBQUN4RCx3REFBMEM7QUFDMUMscURBQXVDO0FBQ3ZDLHlEQUEyQztBQUMzQyx3REFBMEM7QUFDMUMsdURBQXlDO0FBQ3pDLDBEQUE0QztBQUM1QyxvREFBc0M7QUFDdEMsd0RBQTBDO0FBQzFDLHVEQUF5QztBQUN6QyxzREFBd0M7QUFDeEMsNkRBQStDO0FBQy9DLG1EQUFxQztBQUNyQyx3REFBMEM7QUFDMUMsc0RBQXdDO0FBQ3hDLHlEQUEyQztBQUMzQyxtREFBcUM7QUFDckMsc0RBQXdDO0FBQ3hDLHFEQUF1QztBQUN2QyxvREFBc0M7QUFDdEMsb0RBQXNDO0FBQ3RDLGlEQUFtQztBQUNuQyxtRUFBcUQ7QUFDckQsNERBQThDO0FBQzlDLHVFQUF5RDtBQUN6RCwwREFBNEM7QUFDNUMsOERBQWdEO0FBQ2hELCtEQUFpRDtBQUNqRCxzREFBd0M7QUFDeEMscURBQXVDO0FBQ3ZDLG9EQUFzQztBQUN0QyxvREFBc0M7QUFDdEMsaURBQW1DO0FBQ25DLG9EQUFzQztBQUN0QyxxREFBdUM7QUFDdkMsbURBQXFDO0FBQ3JDLGdEQUFrQztBQUNsQyx3REFBMEM7QUFDMUMsOERBQWdEO0FBQ2hELDZEQUErQztBQUMvQyx5REFBMkM7QUFDM0MsNERBQThDO0FBQzlDLHlEQUEyQztBQUMzQyx1REFBeUM7QUFDekMsMkRBQTZDO0FBQzdDLHlEQUEyQztBQUMzQywyREFBNkM7QUFDN0MsMERBQTRDO0FBQzVDLDZEQUErQztBQUMvQyx5REFBMkM7QUFDM0MsNERBQThDO0FBQzlDLDJEQUE2QztBQUM3QywwREFBNEM7QUFDNUMsd0RBQTBDO0FBQzFDLDhEQUFnRDtBQUNoRCx3REFBMEM7QUFDMUMsdURBQXlDO0FBQ3pDLG9FQUFzRDtBQUN0RCxtRUFBcUQ7QUFDckQsK0RBQWlEO0FBQ2pELGtFQUFvRDtBQUNwRCwrREFBaUQ7QUFDakQsNkRBQStDO0FBQy9DLGlFQUFtRDtBQUNuRCwrREFBaUQ7QUFDakQsaUVBQW1EO0FBQ25ELGdFQUFrRDtBQUNsRCxnRUFBa0Q7QUFDbEQsbUVBQXFEO0FBQ3JELCtEQUFpRDtBQUNqRCxrRUFBb0Q7QUFDcEQsaUVBQW1EO0FBQ25ELGdFQUFrRDtBQUNsRCxnRUFBa0Q7QUFDbEQsOERBQWdEO0FBQ2hELG9FQUFzRDtBQUN0RCw4REFBZ0Q7QUFDaEQsNkRBQStDO0FBQy9DLCtEQUFpRDtBQUNqRCw4REFBZ0Q7QUFDaEQsNkRBQStDO0FBQy9DLDBEQUE0QztBQUM1Qyx3REFBMEM7QUFDMUMsNERBQThDO0FBQzlDLDREQUE4QztBQUM5QywyREFBNkM7QUFDN0MsMkRBQTZDO0FBQzdDLDhEQUFnRDtBQUNoRCwwREFBNEM7QUFDNUMsNkRBQStDO0FBQy9DLDREQUE4QztBQUM5QywyREFBNkM7QUFDN0MsMkRBQTZDO0FBQzdDLHlEQUEyQztBQUMzQyx5REFBMkM7QUFDM0Msd0RBQTBDO0FBQzFDLDRDQUE4QjtBQUM5QixrREFBb0M7QUFDcEMsK0NBQWlDO0FBQ2pDLElBQWlCLFlBQVksQ0FpTzVCO0FBak9ELFdBQWlCLFlBQVk7SUFDZCx3QkFBVyxHQUFHLEVBQUUsR0FBRyxJQUFJO1FBQ2xDLEdBQUcsSUFBSTtRQUNQLEdBQUcsSUFBSTtRQUNQLEdBQUcsSUFBSTtRQUNQLEdBQUcsSUFBSTtRQUNQLEdBQUcsSUFBSTtRQUNQLEdBQUcsSUFBSTtRQUNQLEdBQUcsSUFBSTtRQUNQLEdBQUcsSUFBSTtLQUNSLENBQUM7SUFDVyx1QkFBVSxHQUFHLEVBQUUsR0FBRyxJQUFJO1FBQ2pDLEdBQUcsSUFBSTtRQUNQLEdBQUcsSUFBSTtRQUNQLEdBQUcsSUFBSTtRQUNQLEdBQUcsSUFBSTtRQUNQLEdBQUcsSUFBSTtRQUNQLEdBQUcsSUFBSTtLQUNSLENBQUM7SUFDVyxtQkFBTSxHQUFHLEVBQUUsR0FBRyxJQUFJO1FBQzdCLEdBQUcsSUFBSTtRQUNQLEdBQUcsSUFBSTtRQUNQLEdBQUcsSUFBSTtRQUNQLEdBQUcsSUFBSTtRQUNQLEdBQUcsSUFBSTtLQUNSLENBQUM7SUFDVyxzQkFBUyxHQUFHLEVBQUUsR0FBRyxJQUFJO1FBQ2hDLEdBQUcsSUFBSTtRQUNQLEdBQUcsSUFBSTtRQUNQLEdBQUcsSUFBSTtRQUNQLEdBQUcsSUFBSTtRQUNQLEdBQUcsSUFBSTtRQUNQLEdBQUcsSUFBSTtRQUNQLEdBQUcsSUFBSTtLQUNSLENBQUM7SUFDVyxtQkFBTSxHQUFHLEVBQUUsR0FBRyxJQUFJO1FBQzdCLEdBQUcsSUFBSTtRQUNQLEdBQUcsSUFBSTtRQUNQLEdBQUcsSUFBSTtRQUNQLEdBQUcsSUFBSTtRQUNQLEdBQUcsSUFBSTtRQUNQLEdBQUcsSUFBSTtRQUNQLEdBQUcsSUFBSTtRQUNQLEdBQUcsSUFBSTtLQUNSLENBQUM7SUFDVyxpQkFBSSxHQUFHLEVBQUUsR0FBRyxJQUFJO1FBQzNCLEdBQUcsSUFBSTtRQUNQLEdBQUcsSUFBSTtRQUNQLEdBQUcsSUFBSTtRQUNQLEdBQUcsSUFBSTtRQUNQLEdBQUcsSUFBSTtRQUNQLEdBQUcsSUFBSTtRQUNQLEdBQUcsSUFBSTtRQUNQLEdBQUcsSUFBSTtRQUNQLEdBQUcsSUFBSTtRQUNQLEdBQUcsSUFBSTtRQUNQLEdBQUcsSUFBSTtRQUNQLEdBQUcsSUFBSTtRQUNQLEdB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
|