@snowbridge/registry 1.0.5-alpha.1 → 1.0.6
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/.prettierrc +23 -0
- package/.turbo/turbo-build.log +4 -0
- package/README.md +1 -3
- package/dist/index.d.ts +7 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +30 -47
- package/dist/local_e2e_bridge_info.g.d.ts +158 -0
- package/dist/local_e2e_bridge_info.g.d.ts.map +1 -0
- package/dist/local_e2e_bridge_info.g.js +159 -0
- package/dist/paseo_sepolia_bridge_info.g.d.ts +353 -0
- package/dist/paseo_sepolia_bridge_info.g.d.ts.map +1 -0
- package/dist/paseo_sepolia_bridge_info.g.js +373 -0
- package/dist/polkadot_mainnet_bridge_info.g.d.ts +2249 -0
- package/dist/polkadot_mainnet_bridge_info.g.d.ts.map +1 -0
- package/dist/polkadot_mainnet_bridge_info.g.js +2573 -0
- package/dist/transfers.d.ts +4 -0
- package/dist/transfers.d.ts.map +1 -0
- package/dist/transfers.js +96 -0
- package/dist/westend_sepolia_bridge_info.g.d.ts +469 -0
- package/dist/westend_sepolia_bridge_info.g.d.ts.map +1 -0
- package/dist/westend_sepolia_bridge_info.g.js +526 -0
- package/package.json +21 -15
- package/scripts/buildRegistry.ts +1258 -0
- package/scripts/friendlyChains.ts +74 -0
- package/src/index.ts +22 -57
- package/src/local_e2e_bridge_info.g.ts +157 -0
- package/src/paseo_sepolia_bridge_info.g.ts +372 -0
- package/src/polkadot_mainnet_bridge_info.g.ts +2597 -0
- package/src/transfers.ts +97 -0
- package/src/westend_sepolia_bridge_info.g.ts +534 -0
- package/tsconfig.json +1 -1
- package/tsconfig.scripts.json +23 -0
- package/build.ts +0 -35
- package/dist/local_e2e.registry.json +0 -347
- package/dist/paseo_sepolia.registry.json +0 -150
- package/dist/polkadot_mainnet.registry.json +0 -1484
- package/dist/westend_sepolia.registry.json +0 -227
- package/src/local_e2e.registry.json +0 -347
- package/src/paseo_sepolia.registry.json +0 -150
- package/src/polkadot_mainnet.registry.json +0 -1484
- package/src/westend_sepolia.registry.json +0 -227
|
@@ -0,0 +1,353 @@
|
|
|
1
|
+
declare const registry: {
|
|
2
|
+
readonly environment: {
|
|
3
|
+
readonly name: "paseo_sepolia";
|
|
4
|
+
readonly ethChainId: 11155111;
|
|
5
|
+
readonly beaconApiUrl: "https://lodestar-sepolia.chainsafe.io";
|
|
6
|
+
readonly ethereumChains: {
|
|
7
|
+
readonly "11155111": "https://ethereum-sepolia-rpc.publicnode.com";
|
|
8
|
+
};
|
|
9
|
+
readonly relaychainUrl: "wss://paseo-rpc.n.dwellir.com";
|
|
10
|
+
readonly parachains: {
|
|
11
|
+
readonly "1000": "wss://asset-hub-paseo-rpc.n.dwellir.com";
|
|
12
|
+
readonly "1002": "wss://bridge-hub-paseo.dotters.network";
|
|
13
|
+
readonly "2043": "wss://parachain-testnet-rpc.origin-trail.network";
|
|
14
|
+
readonly "3369": "wss://paseo-muse-rpc.polkadot.io";
|
|
15
|
+
};
|
|
16
|
+
readonly gatewayContract: "0x1607c1368bc943130258318c91bbd8cff3d063e6";
|
|
17
|
+
readonly beefyContract: "0x2c780945beb1241fe9c645800110cb9c4bbbb639";
|
|
18
|
+
readonly assetHubParaId: 1000;
|
|
19
|
+
readonly bridgeHubParaId: 1002;
|
|
20
|
+
readonly v2_parachains: readonly [1000];
|
|
21
|
+
readonly indexerGraphQlUrl: "https://snowbridge.squids.live/snowbridge-subsquid-paseo@v1/api/graphql";
|
|
22
|
+
readonly metadataOverrides: {
|
|
23
|
+
readonly "0xef32abea56beff54f61da319a7311098d6fbcea9": {
|
|
24
|
+
readonly name: "OriginTrail TRAC";
|
|
25
|
+
readonly symbol: "TRAC";
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
readonly routes: readonly [{
|
|
30
|
+
readonly from: {
|
|
31
|
+
readonly kind: "ethereum";
|
|
32
|
+
readonly id: 11155111;
|
|
33
|
+
};
|
|
34
|
+
readonly to: {
|
|
35
|
+
readonly kind: "polkadot";
|
|
36
|
+
readonly id: 1000;
|
|
37
|
+
};
|
|
38
|
+
readonly assets: readonly ["0x0000000000000000000000000000000000000000", "0x22e12ed4e6bcde652a73552dde340fcb972eef89", "0xef32abea56beff54f61da319a7311098d6fbcea9", "0x99e743964c036bc28931fb564817db428aa7f752", "0xfff9976782d46cc05630d1f6ebab18b2324d6b14"];
|
|
39
|
+
}, {
|
|
40
|
+
readonly from: {
|
|
41
|
+
readonly kind: "polkadot";
|
|
42
|
+
readonly id: 1000;
|
|
43
|
+
};
|
|
44
|
+
readonly to: {
|
|
45
|
+
readonly kind: "ethereum";
|
|
46
|
+
readonly id: 11155111;
|
|
47
|
+
};
|
|
48
|
+
readonly assets: readonly ["0x0000000000000000000000000000000000000000", "0x22e12ed4e6bcde652a73552dde340fcb972eef89", "0xef32abea56beff54f61da319a7311098d6fbcea9", "0x99e743964c036bc28931fb564817db428aa7f752", "0xfff9976782d46cc05630d1f6ebab18b2324d6b14"];
|
|
49
|
+
}, {
|
|
50
|
+
readonly from: {
|
|
51
|
+
readonly kind: "ethereum";
|
|
52
|
+
readonly id: 11155111;
|
|
53
|
+
};
|
|
54
|
+
readonly to: {
|
|
55
|
+
readonly kind: "polkadot";
|
|
56
|
+
readonly id: 2043;
|
|
57
|
+
};
|
|
58
|
+
readonly assets: readonly ["0xef32abea56beff54f61da319a7311098d6fbcea9"];
|
|
59
|
+
}, {
|
|
60
|
+
readonly from: {
|
|
61
|
+
readonly kind: "polkadot";
|
|
62
|
+
readonly id: 2043;
|
|
63
|
+
};
|
|
64
|
+
readonly to: {
|
|
65
|
+
readonly kind: "ethereum";
|
|
66
|
+
readonly id: 11155111;
|
|
67
|
+
};
|
|
68
|
+
readonly assets: readonly ["0xef32abea56beff54f61da319a7311098d6fbcea9"];
|
|
69
|
+
}, {
|
|
70
|
+
readonly from: {
|
|
71
|
+
readonly kind: "ethereum";
|
|
72
|
+
readonly id: 11155111;
|
|
73
|
+
};
|
|
74
|
+
readonly to: {
|
|
75
|
+
readonly kind: "polkadot";
|
|
76
|
+
readonly id: 3369;
|
|
77
|
+
};
|
|
78
|
+
readonly assets: readonly ["0xb34a6924a02100ba6ef12af1c798285e8f7a16ee"];
|
|
79
|
+
}, {
|
|
80
|
+
readonly from: {
|
|
81
|
+
readonly kind: "polkadot";
|
|
82
|
+
readonly id: 3369;
|
|
83
|
+
};
|
|
84
|
+
readonly to: {
|
|
85
|
+
readonly kind: "ethereum";
|
|
86
|
+
readonly id: 11155111;
|
|
87
|
+
};
|
|
88
|
+
readonly assets: readonly ["0xb34a6924a02100ba6ef12af1c798285e8f7a16ee"];
|
|
89
|
+
}];
|
|
90
|
+
readonly registry: {
|
|
91
|
+
readonly timestamp: "2026-03-19T10:22:34.627Z";
|
|
92
|
+
readonly environment: "paseo_sepolia";
|
|
93
|
+
readonly ethChainId: 11155111;
|
|
94
|
+
readonly gatewayAddress: "0x1607c1368bc943130258318c91bbd8cff3d063e6";
|
|
95
|
+
readonly assetHubParaId: 1000;
|
|
96
|
+
readonly bridgeHubParaId: 1002;
|
|
97
|
+
readonly relaychain: {
|
|
98
|
+
readonly tokenSymbols: "PAS";
|
|
99
|
+
readonly tokenDecimals: 10;
|
|
100
|
+
readonly ss58Format: 0;
|
|
101
|
+
readonly isEthereum: false;
|
|
102
|
+
readonly accountType: "AccountId32";
|
|
103
|
+
readonly name: "Paseo Testnet";
|
|
104
|
+
readonly specName: "paseo";
|
|
105
|
+
readonly specVersion: 2000006;
|
|
106
|
+
};
|
|
107
|
+
readonly bridgeHub: {
|
|
108
|
+
readonly tokenSymbols: "PAS";
|
|
109
|
+
readonly tokenDecimals: 10;
|
|
110
|
+
readonly ss58Format: 0;
|
|
111
|
+
readonly isEthereum: false;
|
|
112
|
+
readonly accountType: "AccountId32";
|
|
113
|
+
readonly name: "Paseo Bridge Hub";
|
|
114
|
+
readonly specName: "bridge-hub-paseo";
|
|
115
|
+
readonly specVersion: 2000006;
|
|
116
|
+
};
|
|
117
|
+
readonly ethereumChains: {
|
|
118
|
+
readonly ethereum_11155111: {
|
|
119
|
+
readonly kind: "ethereum";
|
|
120
|
+
readonly id: 11155111;
|
|
121
|
+
readonly name: "sepolia";
|
|
122
|
+
readonly assets: {
|
|
123
|
+
readonly "0x0000000000000000000000000000000000000000": {
|
|
124
|
+
readonly token: "0x0000000000000000000000000000000000000000";
|
|
125
|
+
readonly name: "Ether";
|
|
126
|
+
readonly symbol: "ETH";
|
|
127
|
+
readonly decimals: 18;
|
|
128
|
+
};
|
|
129
|
+
readonly "0xb34a6924a02100ba6ef12af1c798285e8f7a16ee": {
|
|
130
|
+
readonly token: "0xb34a6924a02100ba6ef12af1c798285e8f7a16ee";
|
|
131
|
+
readonly name: "Muse";
|
|
132
|
+
readonly symbol: "MUSE";
|
|
133
|
+
readonly decimals: 18;
|
|
134
|
+
readonly deliveryGas: 80000n;
|
|
135
|
+
};
|
|
136
|
+
readonly "0x22e12ed4e6bcde652a73552dde340fcb972eef89": {
|
|
137
|
+
readonly token: "0x22e12ed4e6bcde652a73552dde340fcb972eef89";
|
|
138
|
+
readonly name: "Wrapped PILT";
|
|
139
|
+
readonly symbol: "wPILT";
|
|
140
|
+
readonly decimals: 15;
|
|
141
|
+
readonly deliveryGas: 80000n;
|
|
142
|
+
};
|
|
143
|
+
readonly "0xef32abea56beff54f61da319a7311098d6fbcea9": {
|
|
144
|
+
readonly token: "0xef32abea56beff54f61da319a7311098d6fbcea9";
|
|
145
|
+
readonly name: "OriginTrail TRAC";
|
|
146
|
+
readonly symbol: "TRAC";
|
|
147
|
+
readonly decimals: 18;
|
|
148
|
+
readonly deliveryGas: 80000n;
|
|
149
|
+
};
|
|
150
|
+
readonly "0x99e743964c036bc28931fb564817db428aa7f752": {
|
|
151
|
+
readonly token: "0x99e743964c036bc28931fb564817db428aa7f752";
|
|
152
|
+
readonly name: "KILT";
|
|
153
|
+
readonly symbol: "KILT";
|
|
154
|
+
readonly decimals: 15;
|
|
155
|
+
readonly deliveryGas: 80000n;
|
|
156
|
+
};
|
|
157
|
+
readonly "0xfff9976782d46cc05630d1f6ebab18b2324d6b14": {
|
|
158
|
+
readonly token: "0xfff9976782d46cc05630d1f6ebab18b2324d6b14";
|
|
159
|
+
readonly name: "Wrapped Ether";
|
|
160
|
+
readonly symbol: "WETH";
|
|
161
|
+
readonly decimals: 18;
|
|
162
|
+
readonly deliveryGas: 80000n;
|
|
163
|
+
};
|
|
164
|
+
};
|
|
165
|
+
readonly key: "ethereum_11155111";
|
|
166
|
+
readonly baseDeliveryGas: 120000n;
|
|
167
|
+
};
|
|
168
|
+
};
|
|
169
|
+
readonly parachains: {
|
|
170
|
+
readonly polkadot_1000: {
|
|
171
|
+
readonly id: 1000;
|
|
172
|
+
readonly kind: "polkadot";
|
|
173
|
+
readonly key: "polkadot_1000";
|
|
174
|
+
readonly features: {
|
|
175
|
+
readonly hasPalletXcm: true;
|
|
176
|
+
readonly hasDryRunApi: true;
|
|
177
|
+
readonly hasTxPaymentApi: true;
|
|
178
|
+
readonly hasDryRunRpc: true;
|
|
179
|
+
readonly hasDotBalance: true;
|
|
180
|
+
readonly hasEthBalance: true;
|
|
181
|
+
readonly hasXcmPaymentApi: true;
|
|
182
|
+
readonly supportsAliasOrigin: true;
|
|
183
|
+
readonly xcmVersion: "v5";
|
|
184
|
+
readonly supportsV2: true;
|
|
185
|
+
};
|
|
186
|
+
readonly info: {
|
|
187
|
+
readonly tokenSymbols: "PAS";
|
|
188
|
+
readonly tokenDecimals: 10;
|
|
189
|
+
readonly ss58Format: 0;
|
|
190
|
+
readonly isEthereum: false;
|
|
191
|
+
readonly accountType: "AccountId32";
|
|
192
|
+
readonly name: "Paseo Asset Hub";
|
|
193
|
+
readonly specName: "asset-hub-paseo";
|
|
194
|
+
readonly specVersion: 2000006;
|
|
195
|
+
};
|
|
196
|
+
readonly assets: {
|
|
197
|
+
readonly "0x0000000000000000000000000000000000000000": {
|
|
198
|
+
readonly token: "0x0000000000000000000000000000000000000000";
|
|
199
|
+
readonly name: "Ether";
|
|
200
|
+
readonly minimumBalance: 15000000000000n;
|
|
201
|
+
readonly symbol: "ETH";
|
|
202
|
+
readonly decimals: 18;
|
|
203
|
+
readonly isSufficient: true;
|
|
204
|
+
};
|
|
205
|
+
readonly "0xb34a6924a02100ba6ef12af1c798285e8f7a16ee": {
|
|
206
|
+
readonly token: "0xb34a6924a02100ba6ef12af1c798285e8f7a16ee";
|
|
207
|
+
readonly name: "";
|
|
208
|
+
readonly minimumBalance: 1n;
|
|
209
|
+
readonly symbol: "";
|
|
210
|
+
readonly decimals: 0;
|
|
211
|
+
readonly isSufficient: false;
|
|
212
|
+
};
|
|
213
|
+
readonly "0x22e12ed4e6bcde652a73552dde340fcb972eef89": {
|
|
214
|
+
readonly token: "0x22e12ed4e6bcde652a73552dde340fcb972eef89";
|
|
215
|
+
readonly name: "";
|
|
216
|
+
readonly minimumBalance: 1n;
|
|
217
|
+
readonly symbol: "";
|
|
218
|
+
readonly decimals: 0;
|
|
219
|
+
readonly isSufficient: false;
|
|
220
|
+
};
|
|
221
|
+
readonly "0xef32abea56beff54f61da319a7311098d6fbcea9": {
|
|
222
|
+
readonly token: "0xef32abea56beff54f61da319a7311098d6fbcea9";
|
|
223
|
+
readonly name: "";
|
|
224
|
+
readonly minimumBalance: 1n;
|
|
225
|
+
readonly symbol: "";
|
|
226
|
+
readonly decimals: 0;
|
|
227
|
+
readonly isSufficient: false;
|
|
228
|
+
};
|
|
229
|
+
readonly "0x99e743964c036bc28931fb564817db428aa7f752": {
|
|
230
|
+
readonly token: "0x99e743964c036bc28931fb564817db428aa7f752";
|
|
231
|
+
readonly name: "";
|
|
232
|
+
readonly minimumBalance: 1n;
|
|
233
|
+
readonly symbol: "";
|
|
234
|
+
readonly decimals: 0;
|
|
235
|
+
readonly isSufficient: false;
|
|
236
|
+
};
|
|
237
|
+
readonly "0xfff9976782d46cc05630d1f6ebab18b2324d6b14": {
|
|
238
|
+
readonly token: "0xfff9976782d46cc05630d1f6ebab18b2324d6b14";
|
|
239
|
+
readonly name: "Wrapped Ether";
|
|
240
|
+
readonly minimumBalance: 15000000000000n;
|
|
241
|
+
readonly symbol: "WETH";
|
|
242
|
+
readonly decimals: 18;
|
|
243
|
+
readonly isSufficient: true;
|
|
244
|
+
};
|
|
245
|
+
};
|
|
246
|
+
readonly estimatedExecutionFeeDOT: 0n;
|
|
247
|
+
readonly estimatedDeliveryFeeDOT: 0n;
|
|
248
|
+
};
|
|
249
|
+
readonly polkadot_2043: {
|
|
250
|
+
readonly id: 2043;
|
|
251
|
+
readonly kind: "polkadot";
|
|
252
|
+
readonly key: "polkadot_2043";
|
|
253
|
+
readonly features: {
|
|
254
|
+
readonly hasPalletXcm: true;
|
|
255
|
+
readonly hasDryRunApi: true;
|
|
256
|
+
readonly hasTxPaymentApi: true;
|
|
257
|
+
readonly hasDryRunRpc: true;
|
|
258
|
+
readonly hasDotBalance: false;
|
|
259
|
+
readonly hasEthBalance: false;
|
|
260
|
+
readonly hasXcmPaymentApi: true;
|
|
261
|
+
readonly supportsAliasOrigin: false;
|
|
262
|
+
readonly xcmVersion: "v4";
|
|
263
|
+
readonly supportsV2: false;
|
|
264
|
+
};
|
|
265
|
+
readonly info: {
|
|
266
|
+
readonly tokenSymbols: "NEURO";
|
|
267
|
+
readonly tokenDecimals: 12;
|
|
268
|
+
readonly ss58Format: 101;
|
|
269
|
+
readonly isEthereum: false;
|
|
270
|
+
readonly accountType: "AccountId32";
|
|
271
|
+
readonly name: "NeuroWeb Testnet";
|
|
272
|
+
readonly specName: "origintrail-parachain";
|
|
273
|
+
readonly specVersion: 151;
|
|
274
|
+
};
|
|
275
|
+
readonly assets: {
|
|
276
|
+
readonly "0xef32abea56beff54f61da319a7311098d6fbcea9": {
|
|
277
|
+
readonly token: "0xef32abea56beff54f61da319a7311098d6fbcea9";
|
|
278
|
+
readonly name: "Trac";
|
|
279
|
+
readonly minimumBalance: 1000000000000000n;
|
|
280
|
+
readonly symbol: "TRAC";
|
|
281
|
+
readonly decimals: 18;
|
|
282
|
+
readonly isSufficient: true;
|
|
283
|
+
};
|
|
284
|
+
};
|
|
285
|
+
readonly estimatedExecutionFeeDOT: 306833n;
|
|
286
|
+
readonly estimatedDeliveryFeeDOT: 307250000n;
|
|
287
|
+
};
|
|
288
|
+
readonly polkadot_3369: {
|
|
289
|
+
readonly id: 3369;
|
|
290
|
+
readonly kind: "polkadot";
|
|
291
|
+
readonly key: "polkadot_3369";
|
|
292
|
+
readonly features: {
|
|
293
|
+
readonly hasPalletXcm: true;
|
|
294
|
+
readonly hasDryRunApi: true;
|
|
295
|
+
readonly hasTxPaymentApi: true;
|
|
296
|
+
readonly hasDryRunRpc: true;
|
|
297
|
+
readonly hasDotBalance: false;
|
|
298
|
+
readonly hasEthBalance: false;
|
|
299
|
+
readonly hasXcmPaymentApi: true;
|
|
300
|
+
readonly supportsAliasOrigin: true;
|
|
301
|
+
readonly xcmVersion: "v5";
|
|
302
|
+
readonly supportsV2: false;
|
|
303
|
+
};
|
|
304
|
+
readonly info: {
|
|
305
|
+
readonly tokenSymbols: "MUSE";
|
|
306
|
+
readonly tokenDecimals: 18;
|
|
307
|
+
readonly ss58Format: 29972;
|
|
308
|
+
readonly isEthereum: true;
|
|
309
|
+
readonly accountType: "AccountId20";
|
|
310
|
+
readonly name: "Muse Testnet";
|
|
311
|
+
readonly specName: "muse";
|
|
312
|
+
readonly specVersion: 1029;
|
|
313
|
+
};
|
|
314
|
+
readonly assets: {
|
|
315
|
+
readonly "0xb34a6924a02100ba6ef12af1c798285e8f7a16ee": {
|
|
316
|
+
readonly token: "0xb34a6924a02100ba6ef12af1c798285e8f7a16ee";
|
|
317
|
+
readonly name: "Muse";
|
|
318
|
+
readonly minimumBalance: 10000000000000000n;
|
|
319
|
+
readonly symbol: "MUSE";
|
|
320
|
+
readonly decimals: 18;
|
|
321
|
+
readonly isSufficient: true;
|
|
322
|
+
};
|
|
323
|
+
};
|
|
324
|
+
readonly estimatedExecutionFeeDOT: 1000000000n;
|
|
325
|
+
readonly estimatedDeliveryFeeDOT: 306650000n;
|
|
326
|
+
};
|
|
327
|
+
};
|
|
328
|
+
};
|
|
329
|
+
readonly chains: {
|
|
330
|
+
readonly sepolia: {
|
|
331
|
+
readonly key: "ethereum_11155111";
|
|
332
|
+
readonly kind: "ethereum";
|
|
333
|
+
readonly id: 11155111;
|
|
334
|
+
};
|
|
335
|
+
readonly assetHub: {
|
|
336
|
+
readonly key: "polkadot_1000";
|
|
337
|
+
readonly kind: "polkadot";
|
|
338
|
+
readonly id: 1000;
|
|
339
|
+
};
|
|
340
|
+
readonly neuroWebTestnet: {
|
|
341
|
+
readonly key: "polkadot_2043";
|
|
342
|
+
readonly kind: "polkadot";
|
|
343
|
+
readonly id: 2043;
|
|
344
|
+
};
|
|
345
|
+
readonly museTestnet: {
|
|
346
|
+
readonly key: "polkadot_3369";
|
|
347
|
+
readonly kind: "polkadot";
|
|
348
|
+
readonly id: 3369;
|
|
349
|
+
};
|
|
350
|
+
};
|
|
351
|
+
};
|
|
352
|
+
export default registry;
|
|
353
|
+
//# sourceMappingURL=paseo_sepolia_bridge_info.g.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"paseo_sepolia_bridge_info.g.d.ts","sourceRoot":"","sources":["../src/paseo_sepolia_bridge_info.g.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkXJ,CAAA;AACV,eAAe,QAAQ,CAAA"}
|