@rhinestone/deposit-modal 0.12.2 → 0.14.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/README.md +73 -18
- package/bridge-transcript.json +653 -0
- package/dist/ClaimModal-IKTJU43Y.cjs +13 -0
- package/dist/ClaimModal-SEKNWRMA.mjs +13 -0
- package/dist/{DepositModalReown-VG66OTIU.cjs → DepositModalReown-46LPVFB6.cjs} +58 -35
- package/dist/{DepositModalReown-TEC3MEZ4.mjs → DepositModalReown-Q2JMLT47.mjs} +45 -22
- package/dist/{QRCode-WUC652SH.mjs → QRCode-5RGIZZHL.mjs} +1 -1
- package/dist/{QRCode-5DXFNKI2.cjs → QRCode-JKXG4RHN.cjs} +2 -2
- package/dist/WithdrawModal-5ICGD4HJ.mjs +12 -0
- package/dist/WithdrawModal-VP6PMIRO.cjs +12 -0
- package/dist/{chunk-O7BCVQ6L.cjs → chunk-4KCSH4T3.cjs} +157 -199
- package/dist/chunk-6KG642KH.cjs +31 -0
- package/dist/{chunk-PWLEBV5V.cjs → chunk-7ICSHJFE.cjs} +296 -220
- package/dist/{chunk-J46WDSRD.mjs → chunk-7SR7ENVJ.mjs} +165 -89
- package/dist/{chunk-2TPSF77V.mjs → chunk-CFKC77SV.mjs} +455 -261
- package/dist/{chunk-75DVGSAX.cjs → chunk-DW2EQA2U.cjs} +6 -3
- package/dist/{chunk-FXXUIK4E.mjs → chunk-IN77XSWO.mjs} +899 -153
- package/dist/chunk-K4H6TGBE.mjs +31 -0
- package/dist/{chunk-SDSKIJC7.mjs → chunk-KTUVSKR4.mjs} +2410 -1177
- package/dist/{chunk-HL5NUKZW.cjs → chunk-LZFRL2AL.cjs} +3 -3
- package/dist/{chunk-UQIJU6HV.cjs → chunk-MTFJSE52.cjs} +499 -191
- package/dist/{chunk-FLVLYO64.mjs → chunk-PKML3XVS.mjs} +430 -122
- package/dist/{chunk-4ZXQPFNU.mjs → chunk-RN5VKWI6.mjs} +4 -1
- package/dist/{chunk-BRYNGLDM.cjs → chunk-V2OBGLJD.cjs} +961 -215
- package/dist/{chunk-3STTWRAN.mjs → chunk-VUATPOWJ.mjs} +147 -189
- package/dist/{chunk-JE4R5VA3.mjs → chunk-WUJIKCFU.mjs} +1 -1
- package/dist/chunk-X2IPAPXU.cjs +163 -0
- package/dist/{chunk-OIN4CXCP.cjs → chunk-YCQZJQO6.cjs} +2343 -1110
- package/dist/{chunk-TM7VGHAG.cjs → chunk-YWMWI7PZ.cjs} +462 -268
- package/dist/chunk-ZEO6ADM3.mjs +163 -0
- package/dist/claim.cjs +7 -6
- package/dist/claim.d.cts +11 -3
- package/dist/claim.d.ts +11 -3
- package/dist/claim.mjs +6 -5
- package/dist/{constants-FuzG3h4m.d.cts → constants-DBrWhJWE.d.cts} +12 -7
- package/dist/{constants-FuzG3h4m.d.ts → constants-DBrWhJWE.d.ts} +12 -7
- package/dist/constants.cjs +3 -9
- package/dist/constants.d.cts +2 -3
- package/dist/constants.d.ts +2 -3
- package/dist/constants.mjs +4 -10
- package/dist/deposit.cjs +8 -8
- package/dist/deposit.d.cts +2 -2
- package/dist/deposit.d.ts +2 -2
- package/dist/deposit.mjs +7 -7
- package/dist/embed.cjs +1476 -0
- package/dist/embed.d.cts +183 -0
- package/dist/embed.d.ts +183 -0
- package/dist/embed.mjs +1476 -0
- package/dist/index.cjs +11 -16
- package/dist/index.d.cts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.mjs +14 -19
- package/dist/modal-ui-state-OD1RmKkK.d.cts +30 -0
- package/dist/modal-ui-state-OD1RmKkK.d.ts +30 -0
- package/dist/polymarket.cjs +17 -7
- package/dist/polymarket.mjs +13 -3
- package/dist/styles.css +124 -98
- package/dist/types-Bho4OA03.d.ts +982 -0
- package/dist/types-DP_3KwlD.d.cts +982 -0
- package/dist/withdraw.cjs +6 -6
- package/dist/withdraw.d.cts +11 -3
- package/dist/withdraw.d.ts +11 -3
- package/dist/withdraw.mjs +5 -5
- package/package.json +59 -6
- package/dist/chunk-IAGFDSNC.mjs +0 -11
- package/dist/chunk-L32UI7LA.cjs +0 -11
- package/dist/types-BO4iP6fG.d.cts +0 -612
- package/dist/types-oFblf65g.d.ts +0 -612
|
@@ -0,0 +1,653 @@
|
|
|
1
|
+
{
|
|
2
|
+
"transcriptFormat": 1,
|
|
3
|
+
"vocabulary": {
|
|
4
|
+
"protocol": 2,
|
|
5
|
+
"channels": {
|
|
6
|
+
"pageToHost": "rhinestoneBridge",
|
|
7
|
+
"hostToPage": "__rhinestone_bridge"
|
|
8
|
+
},
|
|
9
|
+
"maxFrameLength": 262144,
|
|
10
|
+
"pageMethods": [
|
|
11
|
+
"bridge.probeFrameScope",
|
|
12
|
+
"hello",
|
|
13
|
+
"host.openUrl",
|
|
14
|
+
"host.sendTransaction",
|
|
15
|
+
"host.signRecovery",
|
|
16
|
+
"wallet.request"
|
|
17
|
+
],
|
|
18
|
+
"hostMethods": [
|
|
19
|
+
"ui.back"
|
|
20
|
+
],
|
|
21
|
+
"pageEvents": [
|
|
22
|
+
"analytics",
|
|
23
|
+
"dismissRequested",
|
|
24
|
+
"error",
|
|
25
|
+
"lifecycle",
|
|
26
|
+
"ready",
|
|
27
|
+
"ui.state",
|
|
28
|
+
"wallet.connectRequested",
|
|
29
|
+
"wallet.disconnectRequested"
|
|
30
|
+
],
|
|
31
|
+
"passthroughEvents": [
|
|
32
|
+
"analytics",
|
|
33
|
+
"error",
|
|
34
|
+
"lifecycle"
|
|
35
|
+
],
|
|
36
|
+
"hostEvents": [
|
|
37
|
+
"session.configure",
|
|
38
|
+
"wallet.state"
|
|
39
|
+
],
|
|
40
|
+
"capabilities": [
|
|
41
|
+
"bridge.probeFrameScope",
|
|
42
|
+
"host.openUrl",
|
|
43
|
+
"host.sendTransaction",
|
|
44
|
+
"host.signRecovery"
|
|
45
|
+
],
|
|
46
|
+
"walletMethods": [
|
|
47
|
+
"eth_accounts",
|
|
48
|
+
"eth_chainId",
|
|
49
|
+
"eth_sendTransaction",
|
|
50
|
+
"eth_signTypedData_v4",
|
|
51
|
+
"wallet_sendTransaction",
|
|
52
|
+
"wallet_switchEthereumChain"
|
|
53
|
+
],
|
|
54
|
+
"dismissalReasons": [
|
|
55
|
+
"settlement-in-progress",
|
|
56
|
+
"submission-in-flight",
|
|
57
|
+
"wallet-request-pending"
|
|
58
|
+
],
|
|
59
|
+
"dismissSources": [
|
|
60
|
+
"back-past-first-screen",
|
|
61
|
+
"close-button",
|
|
62
|
+
"flow-complete"
|
|
63
|
+
],
|
|
64
|
+
"errorDomain": "bridge",
|
|
65
|
+
"errorCodes": {
|
|
66
|
+
"CHANNEL_CLOSED": 4,
|
|
67
|
+
"MALFORMED_RESULT": 5,
|
|
68
|
+
"REQUEST_TIMEOUT": 3,
|
|
69
|
+
"SUBMISSION_UNCERTAIN": 2,
|
|
70
|
+
"WALLET_UNAVAILABLE": 1
|
|
71
|
+
},
|
|
72
|
+
"signRecovery": {
|
|
73
|
+
"domain": {
|
|
74
|
+
"name": "Rhinestone Deposit Recovery",
|
|
75
|
+
"version": "1"
|
|
76
|
+
},
|
|
77
|
+
"types": {
|
|
78
|
+
"RecoverDeposit": [
|
|
79
|
+
{
|
|
80
|
+
"name": "depositId",
|
|
81
|
+
"type": "uint256"
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"name": "destination",
|
|
85
|
+
"type": "address"
|
|
86
|
+
}
|
|
87
|
+
]
|
|
88
|
+
},
|
|
89
|
+
"primaryType": "RecoverDeposit",
|
|
90
|
+
"encodeType": "RecoverDeposit(uint256 depositId,address destination)",
|
|
91
|
+
"domainEncodeType": "EIP712Domain(string name,string version)"
|
|
92
|
+
}
|
|
93
|
+
},
|
|
94
|
+
"frames": [
|
|
95
|
+
{
|
|
96
|
+
"dir": "host->page",
|
|
97
|
+
"kind": "event",
|
|
98
|
+
"type": "session.configure",
|
|
99
|
+
"shape": {
|
|
100
|
+
"backendUrl": "string",
|
|
101
|
+
"mode": "deposit",
|
|
102
|
+
"recipient": "string",
|
|
103
|
+
"targetChain": "number",
|
|
104
|
+
"targetToken": "string",
|
|
105
|
+
"theme": {
|
|
106
|
+
"mode": "dark"
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"dir": "host->page",
|
|
112
|
+
"kind": "event",
|
|
113
|
+
"type": "wallet.state",
|
|
114
|
+
"shape": {
|
|
115
|
+
"accounts": [
|
|
116
|
+
{
|
|
117
|
+
"caip10": "string"
|
|
118
|
+
}
|
|
119
|
+
],
|
|
120
|
+
"chainId": "string",
|
|
121
|
+
"isConnected": "boolean",
|
|
122
|
+
"isReady": "boolean",
|
|
123
|
+
"name": "string"
|
|
124
|
+
}
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"dir": "host->page",
|
|
128
|
+
"kind": "request",
|
|
129
|
+
"method": "ui.back"
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"dir": "host->page",
|
|
133
|
+
"kind": "response",
|
|
134
|
+
"answers": "bridge.probeFrameScope",
|
|
135
|
+
"ok": false,
|
|
136
|
+
"errorCode": 4200
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"dir": "host->page",
|
|
140
|
+
"kind": "response",
|
|
141
|
+
"answers": "hello",
|
|
142
|
+
"ok": true,
|
|
143
|
+
"shape": {
|
|
144
|
+
"capabilities": [
|
|
145
|
+
"bridge.probeFrameScope",
|
|
146
|
+
"host.openUrl",
|
|
147
|
+
"host.sendTransaction",
|
|
148
|
+
"host.signRecovery"
|
|
149
|
+
],
|
|
150
|
+
"config": {
|
|
151
|
+
"accountAddress": [
|
|
152
|
+
"string",
|
|
153
|
+
"undefined"
|
|
154
|
+
],
|
|
155
|
+
"backendUrl": "string",
|
|
156
|
+
"mode": [
|
|
157
|
+
"deposit",
|
|
158
|
+
"withdraw"
|
|
159
|
+
],
|
|
160
|
+
"recipient": "string",
|
|
161
|
+
"targetChain": "number",
|
|
162
|
+
"targetToken": "string"
|
|
163
|
+
},
|
|
164
|
+
"host": {
|
|
165
|
+
"app": "string",
|
|
166
|
+
"platform": "ios"
|
|
167
|
+
},
|
|
168
|
+
"protocol": "number",
|
|
169
|
+
"wallet": {
|
|
170
|
+
"accounts": [
|
|
171
|
+
{
|
|
172
|
+
"caip10": "string"
|
|
173
|
+
}
|
|
174
|
+
],
|
|
175
|
+
"chainId": "string",
|
|
176
|
+
"isConnected": "boolean",
|
|
177
|
+
"isReady": "boolean",
|
|
178
|
+
"name": "string"
|
|
179
|
+
}
|
|
180
|
+
}
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"dir": "host->page",
|
|
184
|
+
"kind": "response",
|
|
185
|
+
"answers": "host.openUrl",
|
|
186
|
+
"ok": false,
|
|
187
|
+
"errorCode": 4200
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"dir": "host->page",
|
|
191
|
+
"kind": "response",
|
|
192
|
+
"answers": "host.openUrl",
|
|
193
|
+
"ok": true,
|
|
194
|
+
"shape": {}
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
"dir": "host->page",
|
|
198
|
+
"kind": "response",
|
|
199
|
+
"answers": "host.sendTransaction",
|
|
200
|
+
"ok": false,
|
|
201
|
+
"errorCode": 1,
|
|
202
|
+
"errorDomain": "bridge"
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"dir": "host->page",
|
|
206
|
+
"kind": "response",
|
|
207
|
+
"answers": "host.sendTransaction",
|
|
208
|
+
"ok": false,
|
|
209
|
+
"errorCode": 2,
|
|
210
|
+
"errorDomain": "bridge"
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"dir": "host->page",
|
|
214
|
+
"kind": "response",
|
|
215
|
+
"answers": "host.sendTransaction",
|
|
216
|
+
"ok": false,
|
|
217
|
+
"errorCode": 4200
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"dir": "host->page",
|
|
221
|
+
"kind": "response",
|
|
222
|
+
"answers": "host.sendTransaction",
|
|
223
|
+
"ok": false,
|
|
224
|
+
"errorCode": 5,
|
|
225
|
+
"errorDomain": "bridge"
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
"dir": "host->page",
|
|
229
|
+
"kind": "response",
|
|
230
|
+
"answers": "host.sendTransaction",
|
|
231
|
+
"ok": true,
|
|
232
|
+
"shape": {
|
|
233
|
+
"txHash": "string"
|
|
234
|
+
}
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
"dir": "host->page",
|
|
238
|
+
"kind": "response",
|
|
239
|
+
"answers": "host.signRecovery",
|
|
240
|
+
"ok": false,
|
|
241
|
+
"errorCode": 4200
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
"dir": "host->page",
|
|
245
|
+
"kind": "response",
|
|
246
|
+
"answers": "host.signRecovery",
|
|
247
|
+
"ok": true,
|
|
248
|
+
"shape": {
|
|
249
|
+
"signature": "string"
|
|
250
|
+
}
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
"dir": "host->page",
|
|
254
|
+
"kind": "response",
|
|
255
|
+
"answers": "wallet.request",
|
|
256
|
+
"walletMethod": "eth_accounts",
|
|
257
|
+
"ok": true,
|
|
258
|
+
"shape": [
|
|
259
|
+
"string"
|
|
260
|
+
]
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
"dir": "host->page",
|
|
264
|
+
"kind": "response",
|
|
265
|
+
"answers": "wallet.request",
|
|
266
|
+
"walletMethod": "eth_chainId",
|
|
267
|
+
"ok": true,
|
|
268
|
+
"shape": "string"
|
|
269
|
+
},
|
|
270
|
+
{
|
|
271
|
+
"dir": "host->page",
|
|
272
|
+
"kind": "response",
|
|
273
|
+
"answers": "wallet.request",
|
|
274
|
+
"walletMethod": "eth_sendTransaction",
|
|
275
|
+
"ok": true,
|
|
276
|
+
"shape": "string"
|
|
277
|
+
},
|
|
278
|
+
{
|
|
279
|
+
"dir": "host->page",
|
|
280
|
+
"kind": "response",
|
|
281
|
+
"answers": "wallet.request",
|
|
282
|
+
"walletMethod": "eth_signTypedData_v4",
|
|
283
|
+
"ok": true,
|
|
284
|
+
"shape": "string"
|
|
285
|
+
},
|
|
286
|
+
{
|
|
287
|
+
"dir": "host->page",
|
|
288
|
+
"kind": "response",
|
|
289
|
+
"answers": "wallet.request",
|
|
290
|
+
"walletMethod": "wallet_sendTransaction",
|
|
291
|
+
"ok": true,
|
|
292
|
+
"shape": "string"
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
"dir": "host->page",
|
|
296
|
+
"kind": "response",
|
|
297
|
+
"answers": "wallet.request",
|
|
298
|
+
"walletMethod": "wallet_switchEthereumChain",
|
|
299
|
+
"ok": true,
|
|
300
|
+
"shape": "null"
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
"dir": "page->host",
|
|
304
|
+
"kind": "event",
|
|
305
|
+
"type": "analytics",
|
|
306
|
+
"passthrough": true,
|
|
307
|
+
"shape": {
|
|
308
|
+
"after_handoff": [
|
|
309
|
+
"boolean",
|
|
310
|
+
"undefined"
|
|
311
|
+
],
|
|
312
|
+
"correlator": [
|
|
313
|
+
"undefined",
|
|
314
|
+
{
|
|
315
|
+
"type": "transaction_hash",
|
|
316
|
+
"value": "string"
|
|
317
|
+
}
|
|
318
|
+
],
|
|
319
|
+
"entry_source": [
|
|
320
|
+
"string",
|
|
321
|
+
"undefined"
|
|
322
|
+
],
|
|
323
|
+
"funding_method": [
|
|
324
|
+
"null",
|
|
325
|
+
"string"
|
|
326
|
+
],
|
|
327
|
+
"identifiers": [
|
|
328
|
+
"undefined",
|
|
329
|
+
{
|
|
330
|
+
"integration": "string",
|
|
331
|
+
"network": "string"
|
|
332
|
+
}
|
|
333
|
+
],
|
|
334
|
+
"modal": "string",
|
|
335
|
+
"reason": [
|
|
336
|
+
"string",
|
|
337
|
+
"undefined"
|
|
338
|
+
],
|
|
339
|
+
"session_id": "string",
|
|
340
|
+
"session_properties": {
|
|
341
|
+
"asset_migration_providers": "[]",
|
|
342
|
+
"enabled_funding_methods": [
|
|
343
|
+
"string"
|
|
344
|
+
],
|
|
345
|
+
"fiat_methods": {
|
|
346
|
+
"source": "backend_resolved"
|
|
347
|
+
},
|
|
348
|
+
"gasless_wallet_flow_enabled": "boolean",
|
|
349
|
+
"initial_asset_migration": "null",
|
|
350
|
+
"overlay_close_enabled": "boolean",
|
|
351
|
+
"prefills": {
|
|
352
|
+
"amount": "boolean",
|
|
353
|
+
"initial_asset_migration": "boolean",
|
|
354
|
+
"source_chain": "boolean",
|
|
355
|
+
"source_token": "boolean"
|
|
356
|
+
},
|
|
357
|
+
"presentation": "string",
|
|
358
|
+
"target_chain": "string",
|
|
359
|
+
"target_token": "string",
|
|
360
|
+
"wallet_integration": "string"
|
|
361
|
+
},
|
|
362
|
+
"source": [
|
|
363
|
+
"header_button",
|
|
364
|
+
"undefined"
|
|
365
|
+
],
|
|
366
|
+
"step": [
|
|
367
|
+
"string",
|
|
368
|
+
"undefined"
|
|
369
|
+
],
|
|
370
|
+
"timestamp": "string",
|
|
371
|
+
"type": [
|
|
372
|
+
"deposit_modal_close",
|
|
373
|
+
"deposit_modal_friction",
|
|
374
|
+
"deposit_modal_handoff",
|
|
375
|
+
"deposit_modal_method_selected",
|
|
376
|
+
"deposit_modal_open",
|
|
377
|
+
"deposit_modal_step_complete",
|
|
378
|
+
"deposit_modal_step_open"
|
|
379
|
+
],
|
|
380
|
+
"widget_version": "string"
|
|
381
|
+
}
|
|
382
|
+
},
|
|
383
|
+
{
|
|
384
|
+
"dir": "page->host",
|
|
385
|
+
"kind": "event",
|
|
386
|
+
"type": "dismissRequested",
|
|
387
|
+
"shape": {
|
|
388
|
+
"source": "close-button"
|
|
389
|
+
}
|
|
390
|
+
},
|
|
391
|
+
{
|
|
392
|
+
"dir": "page->host",
|
|
393
|
+
"kind": "event",
|
|
394
|
+
"type": "error",
|
|
395
|
+
"passthrough": true,
|
|
396
|
+
"shape": {
|
|
397
|
+
"code": "string",
|
|
398
|
+
"message": "string"
|
|
399
|
+
}
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
"dir": "page->host",
|
|
403
|
+
"kind": "event",
|
|
404
|
+
"type": "lifecycle",
|
|
405
|
+
"passthrough": true,
|
|
406
|
+
"shape": {
|
|
407
|
+
"address": [
|
|
408
|
+
"string",
|
|
409
|
+
"undefined"
|
|
410
|
+
],
|
|
411
|
+
"amount": [
|
|
412
|
+
"string",
|
|
413
|
+
"undefined"
|
|
414
|
+
],
|
|
415
|
+
"amountUsd": [
|
|
416
|
+
"string",
|
|
417
|
+
"undefined"
|
|
418
|
+
],
|
|
419
|
+
"evm": [
|
|
420
|
+
"string",
|
|
421
|
+
"undefined"
|
|
422
|
+
],
|
|
423
|
+
"smartAccount": [
|
|
424
|
+
"string",
|
|
425
|
+
"undefined"
|
|
426
|
+
],
|
|
427
|
+
"solana": [
|
|
428
|
+
"string",
|
|
429
|
+
"undefined"
|
|
430
|
+
],
|
|
431
|
+
"sourceChain": [
|
|
432
|
+
"number",
|
|
433
|
+
"undefined"
|
|
434
|
+
],
|
|
435
|
+
"sourceDecimals": [
|
|
436
|
+
"number",
|
|
437
|
+
"undefined"
|
|
438
|
+
],
|
|
439
|
+
"totalUsd": [
|
|
440
|
+
"number",
|
|
441
|
+
"undefined"
|
|
442
|
+
],
|
|
443
|
+
"txHash": [
|
|
444
|
+
"string",
|
|
445
|
+
"undefined"
|
|
446
|
+
],
|
|
447
|
+
"type": [
|
|
448
|
+
"balance-changed",
|
|
449
|
+
"connected",
|
|
450
|
+
"smart-account-changed",
|
|
451
|
+
"submitted"
|
|
452
|
+
]
|
|
453
|
+
}
|
|
454
|
+
},
|
|
455
|
+
{
|
|
456
|
+
"dir": "page->host",
|
|
457
|
+
"kind": "event",
|
|
458
|
+
"type": "ready"
|
|
459
|
+
},
|
|
460
|
+
{
|
|
461
|
+
"dir": "page->host",
|
|
462
|
+
"kind": "event",
|
|
463
|
+
"type": "ui.state",
|
|
464
|
+
"shape": {
|
|
465
|
+
"dismissal": {
|
|
466
|
+
"message": [
|
|
467
|
+
"string",
|
|
468
|
+
"undefined"
|
|
469
|
+
],
|
|
470
|
+
"reason": [
|
|
471
|
+
"settlement-in-progress",
|
|
472
|
+
"submission-in-flight",
|
|
473
|
+
"undefined"
|
|
474
|
+
],
|
|
475
|
+
"state": [
|
|
476
|
+
"allowed",
|
|
477
|
+
"blocked"
|
|
478
|
+
]
|
|
479
|
+
},
|
|
480
|
+
"screen": [
|
|
481
|
+
"amount",
|
|
482
|
+
"confirm",
|
|
483
|
+
"connect",
|
|
484
|
+
"processing",
|
|
485
|
+
"select-asset",
|
|
486
|
+
"unknown"
|
|
487
|
+
]
|
|
488
|
+
}
|
|
489
|
+
},
|
|
490
|
+
{
|
|
491
|
+
"dir": "page->host",
|
|
492
|
+
"kind": "request",
|
|
493
|
+
"method": "bridge.probeFrameScope",
|
|
494
|
+
"shape": {}
|
|
495
|
+
},
|
|
496
|
+
{
|
|
497
|
+
"dir": "page->host",
|
|
498
|
+
"kind": "request",
|
|
499
|
+
"method": "hello",
|
|
500
|
+
"shape": {
|
|
501
|
+
"modalVersion": "string",
|
|
502
|
+
"protocol": "number"
|
|
503
|
+
}
|
|
504
|
+
},
|
|
505
|
+
{
|
|
506
|
+
"dir": "page->host",
|
|
507
|
+
"kind": "request",
|
|
508
|
+
"method": "host.openUrl",
|
|
509
|
+
"shape": {
|
|
510
|
+
"url": "string"
|
|
511
|
+
}
|
|
512
|
+
},
|
|
513
|
+
{
|
|
514
|
+
"dir": "page->host",
|
|
515
|
+
"kind": "request",
|
|
516
|
+
"method": "host.sendTransaction",
|
|
517
|
+
"shape": {
|
|
518
|
+
"amount": "string",
|
|
519
|
+
"chainId": "number",
|
|
520
|
+
"from": "string",
|
|
521
|
+
"to": "string",
|
|
522
|
+
"token": "string"
|
|
523
|
+
}
|
|
524
|
+
},
|
|
525
|
+
{
|
|
526
|
+
"dir": "page->host",
|
|
527
|
+
"kind": "request",
|
|
528
|
+
"method": "host.signRecovery",
|
|
529
|
+
"shape": {
|
|
530
|
+
"chainId": "number",
|
|
531
|
+
"depositId": "string",
|
|
532
|
+
"destination": "string",
|
|
533
|
+
"signer": "string"
|
|
534
|
+
}
|
|
535
|
+
},
|
|
536
|
+
{
|
|
537
|
+
"dir": "page->host",
|
|
538
|
+
"kind": "request",
|
|
539
|
+
"method": "wallet.request",
|
|
540
|
+
"walletMethod": "eth_accounts",
|
|
541
|
+
"shape": {
|
|
542
|
+
"chainId": "string",
|
|
543
|
+
"request": {
|
|
544
|
+
"method": "eth_accounts",
|
|
545
|
+
"params": "[]"
|
|
546
|
+
}
|
|
547
|
+
}
|
|
548
|
+
},
|
|
549
|
+
{
|
|
550
|
+
"dir": "page->host",
|
|
551
|
+
"kind": "request",
|
|
552
|
+
"method": "wallet.request",
|
|
553
|
+
"walletMethod": "eth_chainId",
|
|
554
|
+
"shape": {
|
|
555
|
+
"chainId": "string",
|
|
556
|
+
"request": {
|
|
557
|
+
"method": "eth_chainId",
|
|
558
|
+
"params": [
|
|
559
|
+
"[]",
|
|
560
|
+
"undefined"
|
|
561
|
+
]
|
|
562
|
+
}
|
|
563
|
+
}
|
|
564
|
+
},
|
|
565
|
+
{
|
|
566
|
+
"dir": "page->host",
|
|
567
|
+
"kind": "request",
|
|
568
|
+
"method": "wallet.request",
|
|
569
|
+
"walletMethod": "eth_sendTransaction",
|
|
570
|
+
"shape": {
|
|
571
|
+
"chainId": "string",
|
|
572
|
+
"request": {
|
|
573
|
+
"method": "eth_sendTransaction",
|
|
574
|
+
"params": {
|
|
575
|
+
"0": {
|
|
576
|
+
"data": [
|
|
577
|
+
"string",
|
|
578
|
+
"undefined"
|
|
579
|
+
],
|
|
580
|
+
"from": "string",
|
|
581
|
+
"to": "string",
|
|
582
|
+
"value": [
|
|
583
|
+
"string",
|
|
584
|
+
"undefined"
|
|
585
|
+
]
|
|
586
|
+
}
|
|
587
|
+
}
|
|
588
|
+
}
|
|
589
|
+
}
|
|
590
|
+
},
|
|
591
|
+
{
|
|
592
|
+
"dir": "page->host",
|
|
593
|
+
"kind": "request",
|
|
594
|
+
"method": "wallet.request",
|
|
595
|
+
"walletMethod": "eth_signTypedData_v4",
|
|
596
|
+
"shape": {
|
|
597
|
+
"chainId": "string",
|
|
598
|
+
"request": {
|
|
599
|
+
"method": "eth_signTypedData_v4",
|
|
600
|
+
"params": {
|
|
601
|
+
"0": "string",
|
|
602
|
+
"1": "string"
|
|
603
|
+
}
|
|
604
|
+
}
|
|
605
|
+
}
|
|
606
|
+
},
|
|
607
|
+
{
|
|
608
|
+
"dir": "page->host",
|
|
609
|
+
"kind": "request",
|
|
610
|
+
"method": "wallet.request",
|
|
611
|
+
"walletMethod": "wallet_sendTransaction",
|
|
612
|
+
"shape": {
|
|
613
|
+
"chainId": "string",
|
|
614
|
+
"request": {
|
|
615
|
+
"method": "wallet_sendTransaction",
|
|
616
|
+
"params": {
|
|
617
|
+
"0": {
|
|
618
|
+
"from": "string",
|
|
619
|
+
"to": "string",
|
|
620
|
+
"value": "string"
|
|
621
|
+
}
|
|
622
|
+
}
|
|
623
|
+
}
|
|
624
|
+
}
|
|
625
|
+
},
|
|
626
|
+
{
|
|
627
|
+
"dir": "page->host",
|
|
628
|
+
"kind": "request",
|
|
629
|
+
"method": "wallet.request",
|
|
630
|
+
"walletMethod": "wallet_switchEthereumChain",
|
|
631
|
+
"shape": {
|
|
632
|
+
"chainId": "string",
|
|
633
|
+
"request": {
|
|
634
|
+
"method": "wallet_switchEthereumChain",
|
|
635
|
+
"params": {
|
|
636
|
+
"0": {
|
|
637
|
+
"chainId": "string"
|
|
638
|
+
}
|
|
639
|
+
}
|
|
640
|
+
}
|
|
641
|
+
}
|
|
642
|
+
},
|
|
643
|
+
{
|
|
644
|
+
"dir": "page->host",
|
|
645
|
+
"kind": "response",
|
|
646
|
+
"answers": "ui.back",
|
|
647
|
+
"ok": true,
|
|
648
|
+
"shape": {
|
|
649
|
+
"handled": "boolean"
|
|
650
|
+
}
|
|
651
|
+
}
|
|
652
|
+
]
|
|
653
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
var _chunkYWMWI7PZcjs = require('./chunk-YWMWI7PZ.cjs');
|
|
5
|
+
require('./chunk-X2IPAPXU.cjs');
|
|
6
|
+
require('./chunk-LZFRL2AL.cjs');
|
|
7
|
+
require('./chunk-V2OBGLJD.cjs');
|
|
8
|
+
require('./chunk-6KG642KH.cjs');
|
|
9
|
+
require('./chunk-4KCSH4T3.cjs');
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
exports.ClaimModal = _chunkYWMWI7PZcjs.ClaimModal; exports.buildClaimAnalyticsSessionProperties = _chunkYWMWI7PZcjs.buildClaimAnalyticsSessionProperties;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import {
|
|
2
|
+
ClaimModal,
|
|
3
|
+
buildClaimAnalyticsSessionProperties
|
|
4
|
+
} from "./chunk-CFKC77SV.mjs";
|
|
5
|
+
import "./chunk-ZEO6ADM3.mjs";
|
|
6
|
+
import "./chunk-WUJIKCFU.mjs";
|
|
7
|
+
import "./chunk-IN77XSWO.mjs";
|
|
8
|
+
import "./chunk-K4H6TGBE.mjs";
|
|
9
|
+
import "./chunk-VUATPOWJ.mjs";
|
|
10
|
+
export {
|
|
11
|
+
ClaimModal,
|
|
12
|
+
buildClaimAnalyticsSessionProperties
|
|
13
|
+
};
|