@aigne/afs-ocap 1.12.0-beta.5

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.
Files changed (58) hide show
  1. package/LICENSE.md +26 -0
  2. package/README.md +144 -0
  3. package/aup/accounts/default.json +64 -0
  4. package/aup/accounts/item.json +510 -0
  5. package/aup/assets/default.json +70 -0
  6. package/aup/assets/item.json +360 -0
  7. package/aup/bridges/_addr/blocks/item.json +168 -0
  8. package/aup/bridges/default.json +79 -0
  9. package/aup/bridges/item.json +868 -0
  10. package/aup/config/default.json +806 -0
  11. package/aup/default.json +387 -0
  12. package/aup/delegates/default.json +71 -0
  13. package/aup/delegates/item.json +241 -0
  14. package/aup/factories/default.json +78 -0
  15. package/aup/factories/item.json +310 -0
  16. package/aup/stakes/default.json +76 -0
  17. package/aup/stakes/item.json +374 -0
  18. package/aup/tokens/default.json +76 -0
  19. package/aup/tokens/item.json +384 -0
  20. package/aup/transactions/default.json +102 -0
  21. package/aup/transactions/item.json +286 -0
  22. package/aup/validators/default.json +57 -0
  23. package/aup/validators/item.json +99 -0
  24. package/dist/_virtual/_@oxc-project_runtime@0.108.0/helpers/decorate.cjs +11 -0
  25. package/dist/_virtual/_@oxc-project_runtime@0.108.0/helpers/decorate.mjs +10 -0
  26. package/dist/index.cjs +7 -0
  27. package/dist/index.d.cts +5 -0
  28. package/dist/index.d.mts +5 -0
  29. package/dist/index.mjs +4 -0
  30. package/dist/method-colors.cjs +137 -0
  31. package/dist/method-colors.mjs +136 -0
  32. package/dist/method-colors.mjs.map +1 -0
  33. package/dist/provider.cjs +2490 -0
  34. package/dist/provider.d.cts +453 -0
  35. package/dist/provider.d.cts.map +1 -0
  36. package/dist/provider.d.mts +453 -0
  37. package/dist/provider.d.mts.map +1 -0
  38. package/dist/provider.mjs +2490 -0
  39. package/dist/provider.mjs.map +1 -0
  40. package/dist/remote-source.cjs +338 -0
  41. package/dist/remote-source.d.cts +62 -0
  42. package/dist/remote-source.d.cts.map +1 -0
  43. package/dist/remote-source.d.mts +62 -0
  44. package/dist/remote-source.d.mts.map +1 -0
  45. package/dist/remote-source.mjs +339 -0
  46. package/dist/remote-source.mjs.map +1 -0
  47. package/dist/source.d.cts +77 -0
  48. package/dist/source.d.cts.map +1 -0
  49. package/dist/source.d.mts +77 -0
  50. package/dist/source.d.mts.map +1 -0
  51. package/dist/types.d.cts +572 -0
  52. package/dist/types.d.cts.map +1 -0
  53. package/dist/types.d.mts +572 -0
  54. package/dist/types.d.mts.map +1 -0
  55. package/dist/utils.cjs +581 -0
  56. package/dist/utils.mjs +557 -0
  57. package/dist/utils.mjs.map +1 -0
  58. package/package.json +61 -0
@@ -0,0 +1,806 @@
1
+ {
2
+ "id": "config-detail",
3
+ "type": "view",
4
+ "props": {
5
+ "layout": { "direction": "column", "gap": "md" },
6
+ "animate": "slide-up",
7
+ "style": { "padding": "16px 24px", "maxWidth": "960px" }
8
+ },
9
+ "children": [
10
+ {
11
+ "id": "cfg-title",
12
+ "type": "text",
13
+ "props": { "content": "Chain Configuration", "level": 2 }
14
+ },
15
+
16
+ {
17
+ "id": "cfg-row-1",
18
+ "type": "view",
19
+ "props": { "layout": { "direction": "row", "gap": "sm" } },
20
+ "children": [
21
+ {
22
+ "id": "cfg-limits",
23
+ "type": "view",
24
+ "props": {
25
+ "mode": "card",
26
+ "size": { "flex": 1 },
27
+ "layout": { "direction": "column", "gap": "xs" }
28
+ },
29
+ "children": [
30
+ {
31
+ "id": "cfg-limits-title",
32
+ "type": "text",
33
+ "props": {
34
+ "content": "Transaction Limits",
35
+ "level": 5,
36
+ "style": { "marginBottom": "4px" }
37
+ }
38
+ },
39
+ {
40
+ "id": "cfg-max-asset-size",
41
+ "type": "view",
42
+ "props": {
43
+ "layout": { "direction": "row", "gap": "sm", "crossAlign": "baseline" },
44
+ "mode": "inline"
45
+ },
46
+ "children": [
47
+ {
48
+ "id": "cfg-mas-l",
49
+ "type": "text",
50
+ "props": {
51
+ "content": "Max Asset Size",
52
+ "intent": "info",
53
+ "scale": "caption",
54
+ "style": { "minWidth": "140px", "flexShrink": "0" }
55
+ }
56
+ },
57
+ {
58
+ "id": "cfg-mas-v",
59
+ "type": "text",
60
+ "props": { "content": "${content.maxAssetSize|number}", "scale": "sm" }
61
+ }
62
+ ]
63
+ },
64
+ {
65
+ "id": "cfg-max-list-size",
66
+ "type": "view",
67
+ "props": {
68
+ "layout": { "direction": "row", "gap": "sm", "crossAlign": "baseline" },
69
+ "mode": "inline"
70
+ },
71
+ "children": [
72
+ {
73
+ "id": "cfg-mls-l",
74
+ "type": "text",
75
+ "props": {
76
+ "content": "Max List Size",
77
+ "intent": "info",
78
+ "scale": "caption",
79
+ "style": { "minWidth": "140px", "flexShrink": "0" }
80
+ }
81
+ },
82
+ {
83
+ "id": "cfg-mls-v",
84
+ "type": "text",
85
+ "props": { "content": "${content.maxListSize}", "scale": "sm" }
86
+ }
87
+ ]
88
+ },
89
+ {
90
+ "id": "cfg-max-multisig",
91
+ "type": "view",
92
+ "props": {
93
+ "layout": { "direction": "row", "gap": "sm", "crossAlign": "baseline" },
94
+ "mode": "inline"
95
+ },
96
+ "children": [
97
+ {
98
+ "id": "cfg-mms-l",
99
+ "type": "text",
100
+ "props": {
101
+ "content": "Max Multisig",
102
+ "intent": "info",
103
+ "scale": "caption",
104
+ "style": { "minWidth": "140px", "flexShrink": "0" }
105
+ }
106
+ },
107
+ {
108
+ "id": "cfg-mms-v",
109
+ "type": "text",
110
+ "props": { "content": "${content.maxMultisig}", "scale": "sm" }
111
+ }
112
+ ]
113
+ },
114
+ {
115
+ "id": "cfg-default-tx-size",
116
+ "type": "view",
117
+ "props": {
118
+ "layout": { "direction": "row", "gap": "sm", "crossAlign": "baseline" },
119
+ "mode": "inline"
120
+ },
121
+ "children": [
122
+ {
123
+ "id": "cfg-dts-l",
124
+ "type": "text",
125
+ "props": {
126
+ "content": "Default Max Tx Size",
127
+ "intent": "info",
128
+ "scale": "caption",
129
+ "style": { "minWidth": "140px", "flexShrink": "0" }
130
+ }
131
+ },
132
+ {
133
+ "id": "cfg-dts-v",
134
+ "type": "text",
135
+ "props": { "content": "${content.defaultMaxTxSize|number}", "scale": "sm" }
136
+ }
137
+ ]
138
+ }
139
+ ]
140
+ },
141
+ {
142
+ "id": "cfg-gas",
143
+ "type": "view",
144
+ "props": {
145
+ "mode": "card",
146
+ "size": { "flex": 1 },
147
+ "layout": { "direction": "column", "gap": "xs" }
148
+ },
149
+ "children": [
150
+ {
151
+ "id": "cfg-gas-title",
152
+ "type": "text",
153
+ "props": { "content": "Gas", "level": 5, "style": { "marginBottom": "4px" } }
154
+ },
155
+ {
156
+ "id": "cfg-gas-price",
157
+ "type": "view",
158
+ "props": {
159
+ "layout": { "direction": "row", "gap": "sm", "crossAlign": "baseline" },
160
+ "mode": "inline"
161
+ },
162
+ "children": [
163
+ {
164
+ "id": "cfg-gp-l",
165
+ "type": "text",
166
+ "props": {
167
+ "content": "Price",
168
+ "intent": "info",
169
+ "scale": "caption",
170
+ "style": { "minWidth": "140px", "flexShrink": "0" }
171
+ }
172
+ },
173
+ {
174
+ "id": "cfg-gp-v",
175
+ "type": "text",
176
+ "props": { "content": "${content.gasPrice|number}", "scale": "sm" }
177
+ }
178
+ ]
179
+ },
180
+ {
181
+ "id": "cfg-gas-create-state",
182
+ "type": "view",
183
+ "props": {
184
+ "layout": { "direction": "row", "gap": "sm", "crossAlign": "baseline" },
185
+ "mode": "inline"
186
+ },
187
+ "children": [
188
+ {
189
+ "id": "cfg-gcs-l",
190
+ "type": "text",
191
+ "props": {
192
+ "content": "Create State",
193
+ "intent": "info",
194
+ "scale": "caption",
195
+ "style": { "minWidth": "140px", "flexShrink": "0" }
196
+ }
197
+ },
198
+ {
199
+ "id": "cfg-gcs-v",
200
+ "type": "text",
201
+ "props": { "content": "${content.gasCreateState|number}", "scale": "sm" }
202
+ }
203
+ ]
204
+ },
205
+ {
206
+ "id": "cfg-gas-update-state",
207
+ "type": "view",
208
+ "props": {
209
+ "layout": { "direction": "row", "gap": "sm", "crossAlign": "baseline" },
210
+ "mode": "inline"
211
+ },
212
+ "children": [
213
+ {
214
+ "id": "cfg-gus-l",
215
+ "type": "text",
216
+ "props": {
217
+ "content": "Update State",
218
+ "intent": "info",
219
+ "scale": "caption",
220
+ "style": { "minWidth": "140px", "flexShrink": "0" }
221
+ }
222
+ },
223
+ {
224
+ "id": "cfg-gus-v",
225
+ "type": "text",
226
+ "props": { "content": "${content.gasUpdateState|number}", "scale": "sm" }
227
+ }
228
+ ]
229
+ },
230
+ {
231
+ "id": "cfg-gas-data-storage",
232
+ "type": "view",
233
+ "props": {
234
+ "layout": { "direction": "row", "gap": "sm", "crossAlign": "baseline" },
235
+ "mode": "inline"
236
+ },
237
+ "children": [
238
+ {
239
+ "id": "cfg-gds-l",
240
+ "type": "text",
241
+ "props": {
242
+ "content": "Data Storage",
243
+ "intent": "info",
244
+ "scale": "caption",
245
+ "style": { "minWidth": "140px", "flexShrink": "0" }
246
+ }
247
+ },
248
+ {
249
+ "id": "cfg-gds-v",
250
+ "type": "text",
251
+ "props": { "content": "${content.gasDataStorage|number}", "scale": "sm" }
252
+ }
253
+ ]
254
+ },
255
+ {
256
+ "id": "cfg-gas-min-stake",
257
+ "type": "view",
258
+ "props": {
259
+ "layout": { "direction": "row", "gap": "sm", "crossAlign": "baseline" },
260
+ "mode": "inline"
261
+ },
262
+ "children": [
263
+ {
264
+ "id": "cfg-gmis-l",
265
+ "type": "text",
266
+ "props": {
267
+ "content": "Min Stake",
268
+ "intent": "info",
269
+ "scale": "caption",
270
+ "style": { "minWidth": "140px", "flexShrink": "0" }
271
+ }
272
+ },
273
+ {
274
+ "id": "cfg-gmis-v",
275
+ "type": "text",
276
+ "props": { "content": "${content.gasMinStake|number}", "scale": "sm" }
277
+ }
278
+ ]
279
+ },
280
+ {
281
+ "id": "cfg-gas-max-stake",
282
+ "type": "view",
283
+ "props": {
284
+ "layout": { "direction": "row", "gap": "sm", "crossAlign": "baseline" },
285
+ "mode": "inline"
286
+ },
287
+ "children": [
288
+ {
289
+ "id": "cfg-gmas-l",
290
+ "type": "text",
291
+ "props": {
292
+ "content": "Max Stake",
293
+ "intent": "info",
294
+ "scale": "caption",
295
+ "style": { "minWidth": "140px", "flexShrink": "0" }
296
+ }
297
+ },
298
+ {
299
+ "id": "cfg-gmas-v",
300
+ "type": "text",
301
+ "props": { "content": "${content.gasMaxStake|number}", "scale": "sm" }
302
+ }
303
+ ]
304
+ },
305
+ {
306
+ "id": "cfg-gas-lock-period",
307
+ "type": "view",
308
+ "props": {
309
+ "layout": { "direction": "row", "gap": "sm", "crossAlign": "baseline" },
310
+ "mode": "inline"
311
+ },
312
+ "children": [
313
+ {
314
+ "id": "cfg-glp-l",
315
+ "type": "text",
316
+ "props": {
317
+ "content": "Stake Lock Period",
318
+ "intent": "info",
319
+ "scale": "caption",
320
+ "style": { "minWidth": "140px", "flexShrink": "0" }
321
+ }
322
+ },
323
+ {
324
+ "id": "cfg-glp-v",
325
+ "type": "text",
326
+ "props": { "content": "${content.gasStakeLockPeriod|duration}", "scale": "sm" }
327
+ }
328
+ ]
329
+ }
330
+ ]
331
+ }
332
+ ]
333
+ },
334
+
335
+ {
336
+ "id": "cfg-row-2",
337
+ "type": "view",
338
+ "props": { "layout": { "direction": "row", "gap": "sm" } },
339
+ "children": [
340
+ {
341
+ "id": "cfg-fees",
342
+ "type": "view",
343
+ "props": {
344
+ "mode": "card",
345
+ "size": { "flex": 1 },
346
+ "layout": { "direction": "column", "gap": "xs" }
347
+ },
348
+ "children": [
349
+ {
350
+ "id": "cfg-fees-title",
351
+ "type": "text",
352
+ "props": {
353
+ "content": "Fee Schedule (ABT)",
354
+ "level": 5,
355
+ "style": { "marginBottom": "4px" }
356
+ }
357
+ },
358
+ {
359
+ "id": "cfg-fee-default",
360
+ "type": "view",
361
+ "props": {
362
+ "layout": { "direction": "row", "gap": "sm", "crossAlign": "baseline" },
363
+ "mode": "inline"
364
+ },
365
+ "children": [
366
+ {
367
+ "id": "cfg-fd-l",
368
+ "type": "text",
369
+ "props": {
370
+ "content": "Default",
371
+ "intent": "info",
372
+ "scale": "caption",
373
+ "style": { "minWidth": "160px", "flexShrink": "0" }
374
+ }
375
+ },
376
+ {
377
+ "id": "cfg-fd-v",
378
+ "type": "text",
379
+ "props": { "content": "${content.feeDefault}", "scale": "sm" }
380
+ }
381
+ ]
382
+ },
383
+ {
384
+ "id": "cfg-fee-create-asset",
385
+ "type": "view",
386
+ "props": {
387
+ "layout": { "direction": "row", "gap": "sm", "crossAlign": "baseline" },
388
+ "mode": "inline"
389
+ },
390
+ "children": [
391
+ {
392
+ "id": "cfg-fca-l",
393
+ "type": "text",
394
+ "props": {
395
+ "content": "Create Asset",
396
+ "intent": "info",
397
+ "scale": "caption",
398
+ "style": { "minWidth": "160px", "flexShrink": "0" }
399
+ }
400
+ },
401
+ {
402
+ "id": "cfg-fca-v",
403
+ "type": "text",
404
+ "props": { "content": "${content.feeCreateAsset}", "scale": "sm" }
405
+ }
406
+ ]
407
+ },
408
+ {
409
+ "id": "cfg-fee-mint-asset",
410
+ "type": "view",
411
+ "props": {
412
+ "layout": { "direction": "row", "gap": "sm", "crossAlign": "baseline" },
413
+ "mode": "inline"
414
+ },
415
+ "children": [
416
+ {
417
+ "id": "cfg-fma-l",
418
+ "type": "text",
419
+ "props": {
420
+ "content": "Mint Asset",
421
+ "intent": "info",
422
+ "scale": "caption",
423
+ "style": { "minWidth": "160px", "flexShrink": "0" }
424
+ }
425
+ },
426
+ {
427
+ "id": "cfg-fma-v",
428
+ "type": "text",
429
+ "props": { "content": "${content.feeMintAsset}", "scale": "sm" }
430
+ }
431
+ ]
432
+ },
433
+ {
434
+ "id": "cfg-fee-create-factory",
435
+ "type": "view",
436
+ "props": {
437
+ "layout": { "direction": "row", "gap": "sm", "crossAlign": "baseline" },
438
+ "mode": "inline"
439
+ },
440
+ "children": [
441
+ {
442
+ "id": "cfg-fcf-l",
443
+ "type": "text",
444
+ "props": {
445
+ "content": "Create Factory",
446
+ "intent": "info",
447
+ "scale": "caption",
448
+ "style": { "minWidth": "160px", "flexShrink": "0" }
449
+ }
450
+ },
451
+ {
452
+ "id": "cfg-fcf-v",
453
+ "type": "text",
454
+ "props": { "content": "${content.feeCreateFactory}", "scale": "sm" }
455
+ }
456
+ ]
457
+ },
458
+ {
459
+ "id": "cfg-fee-create-token",
460
+ "type": "view",
461
+ "props": {
462
+ "layout": { "direction": "row", "gap": "sm", "crossAlign": "baseline" },
463
+ "mode": "inline"
464
+ },
465
+ "children": [
466
+ {
467
+ "id": "cfg-fct-l",
468
+ "type": "text",
469
+ "props": {
470
+ "content": "Create Token",
471
+ "intent": "info",
472
+ "scale": "caption",
473
+ "style": { "minWidth": "160px", "flexShrink": "0" }
474
+ }
475
+ },
476
+ {
477
+ "id": "cfg-fct-v",
478
+ "type": "text",
479
+ "props": { "content": "${content.feeCreateToken}", "scale": "sm" }
480
+ }
481
+ ]
482
+ },
483
+ {
484
+ "id": "cfg-fee-create-rollup",
485
+ "type": "view",
486
+ "props": {
487
+ "layout": { "direction": "row", "gap": "sm", "crossAlign": "baseline" },
488
+ "mode": "inline"
489
+ },
490
+ "children": [
491
+ {
492
+ "id": "cfg-fcr-l",
493
+ "type": "text",
494
+ "props": {
495
+ "content": "Create Bridge",
496
+ "intent": "info",
497
+ "scale": "caption",
498
+ "style": { "minWidth": "160px", "flexShrink": "0" }
499
+ }
500
+ },
501
+ {
502
+ "id": "cfg-fcr-v",
503
+ "type": "text",
504
+ "props": { "content": "${content.feeCreateRollup}", "scale": "sm" }
505
+ }
506
+ ]
507
+ },
508
+ {
509
+ "id": "cfg-fee-update-token-factory",
510
+ "type": "view",
511
+ "props": {
512
+ "layout": { "direction": "row", "gap": "sm", "crossAlign": "baseline" },
513
+ "mode": "inline"
514
+ },
515
+ "children": [
516
+ {
517
+ "id": "cfg-futf-l",
518
+ "type": "text",
519
+ "props": {
520
+ "content": "Update Token Factory",
521
+ "intent": "info",
522
+ "scale": "caption",
523
+ "style": { "minWidth": "160px", "flexShrink": "0" }
524
+ }
525
+ },
526
+ {
527
+ "id": "cfg-futf-v",
528
+ "type": "text",
529
+ "props": { "content": "${content.feeUpdateTokenFactory}", "scale": "sm" }
530
+ }
531
+ ]
532
+ }
533
+ ]
534
+ },
535
+ {
536
+ "id": "cfg-stake",
537
+ "type": "view",
538
+ "props": {
539
+ "mode": "card",
540
+ "size": { "flex": 1 },
541
+ "layout": { "direction": "column", "gap": "xs" }
542
+ },
543
+ "children": [
544
+ {
545
+ "id": "cfg-stake-title",
546
+ "type": "text",
547
+ "props": {
548
+ "content": "Token Stake Requirements",
549
+ "level": 5,
550
+ "style": { "marginBottom": "4px" }
551
+ }
552
+ },
553
+ {
554
+ "id": "cfg-stake-create-token",
555
+ "type": "view",
556
+ "props": {
557
+ "layout": { "direction": "row", "gap": "sm", "crossAlign": "baseline" },
558
+ "mode": "inline"
559
+ },
560
+ "children": [
561
+ {
562
+ "id": "cfg-sct-l",
563
+ "type": "text",
564
+ "props": {
565
+ "content": "Create Token",
566
+ "intent": "info",
567
+ "scale": "caption",
568
+ "style": { "minWidth": "160px", "flexShrink": "0" }
569
+ }
570
+ },
571
+ {
572
+ "id": "cfg-sct-v",
573
+ "type": "text",
574
+ "props": { "content": "${content.stakeCreateToken} ABT", "scale": "sm" }
575
+ }
576
+ ]
577
+ },
578
+ {
579
+ "id": "cfg-stake-create-credit",
580
+ "type": "view",
581
+ "props": {
582
+ "layout": { "direction": "row", "gap": "sm", "crossAlign": "baseline" },
583
+ "mode": "inline"
584
+ },
585
+ "children": [
586
+ {
587
+ "id": "cfg-scc-l",
588
+ "type": "text",
589
+ "props": {
590
+ "content": "Create Credit Token",
591
+ "intent": "info",
592
+ "scale": "caption",
593
+ "style": { "minWidth": "160px", "flexShrink": "0" }
594
+ }
595
+ },
596
+ {
597
+ "id": "cfg-scc-v",
598
+ "type": "text",
599
+ "props": { "content": "${content.stakeCreateCreditToken} ABT", "scale": "sm" }
600
+ }
601
+ ]
602
+ },
603
+ {
604
+ "id": "cfg-stake-lock-period",
605
+ "type": "view",
606
+ "props": {
607
+ "layout": { "direction": "row", "gap": "sm", "crossAlign": "baseline" },
608
+ "mode": "inline"
609
+ },
610
+ "children": [
611
+ {
612
+ "id": "cfg-slp-l",
613
+ "type": "text",
614
+ "props": {
615
+ "content": "Lock Period",
616
+ "intent": "info",
617
+ "scale": "caption",
618
+ "style": { "minWidth": "160px", "flexShrink": "0" }
619
+ }
620
+ },
621
+ {
622
+ "id": "cfg-slp-v",
623
+ "type": "text",
624
+ "props": {
625
+ "content": "${content.stakeCreateTokenLockPeriod|duration}",
626
+ "scale": "sm"
627
+ }
628
+ }
629
+ ]
630
+ }
631
+ ]
632
+ }
633
+ ]
634
+ },
635
+
636
+ {
637
+ "id": "cfg-txs",
638
+ "type": "view",
639
+ "props": {
640
+ "mode": "card",
641
+ "layout": { "direction": "column", "gap": "xs" }
642
+ },
643
+ "children": [
644
+ {
645
+ "id": "cfg-txs-title",
646
+ "type": "text",
647
+ "props": {
648
+ "content": "Supported Transactions",
649
+ "level": 5,
650
+ "style": { "marginBottom": "4px" }
651
+ }
652
+ },
653
+ {
654
+ "id": "cfg-tx-account",
655
+ "type": "view",
656
+ "props": {
657
+ "layout": { "direction": "row", "gap": "sm", "crossAlign": "baseline" },
658
+ "mode": "inline"
659
+ },
660
+ "children": [
661
+ {
662
+ "id": "cfg-txa-l",
663
+ "type": "text",
664
+ "props": {
665
+ "content": "Account",
666
+ "intent": "info",
667
+ "scale": "caption",
668
+ "style": { "minWidth": "120px", "flexShrink": "0" }
669
+ }
670
+ },
671
+ {
672
+ "id": "cfg-txa-v",
673
+ "type": "text",
674
+ "props": { "content": "${content.txGroupAccount}", "scale": "sm" }
675
+ }
676
+ ]
677
+ },
678
+ {
679
+ "id": "cfg-tx-trade",
680
+ "type": "view",
681
+ "props": {
682
+ "layout": { "direction": "row", "gap": "sm", "crossAlign": "baseline" },
683
+ "mode": "inline"
684
+ },
685
+ "children": [
686
+ {
687
+ "id": "cfg-txtr-l",
688
+ "type": "text",
689
+ "props": {
690
+ "content": "Trade",
691
+ "intent": "info",
692
+ "scale": "caption",
693
+ "style": { "minWidth": "120px", "flexShrink": "0" }
694
+ }
695
+ },
696
+ {
697
+ "id": "cfg-txtr-v",
698
+ "type": "text",
699
+ "props": { "content": "${content.txGroupTrade}", "scale": "sm" }
700
+ }
701
+ ]
702
+ },
703
+ {
704
+ "id": "cfg-tx-asset",
705
+ "type": "view",
706
+ "props": {
707
+ "layout": { "direction": "row", "gap": "sm", "crossAlign": "baseline" },
708
+ "mode": "inline"
709
+ },
710
+ "children": [
711
+ {
712
+ "id": "cfg-txas-l",
713
+ "type": "text",
714
+ "props": {
715
+ "content": "Asset",
716
+ "intent": "info",
717
+ "scale": "caption",
718
+ "style": { "minWidth": "120px", "flexShrink": "0" }
719
+ }
720
+ },
721
+ {
722
+ "id": "cfg-txas-v",
723
+ "type": "text",
724
+ "props": { "content": "${content.txGroupAsset}", "scale": "sm" }
725
+ }
726
+ ]
727
+ },
728
+ {
729
+ "id": "cfg-tx-token",
730
+ "type": "view",
731
+ "props": {
732
+ "layout": { "direction": "row", "gap": "sm", "crossAlign": "baseline" },
733
+ "mode": "inline"
734
+ },
735
+ "children": [
736
+ {
737
+ "id": "cfg-txto-l",
738
+ "type": "text",
739
+ "props": {
740
+ "content": "Token",
741
+ "intent": "info",
742
+ "scale": "caption",
743
+ "style": { "minWidth": "120px", "flexShrink": "0" }
744
+ }
745
+ },
746
+ {
747
+ "id": "cfg-txto-v",
748
+ "type": "text",
749
+ "props": { "content": "${content.txGroupToken}", "scale": "sm" }
750
+ }
751
+ ]
752
+ },
753
+ {
754
+ "id": "cfg-tx-governance",
755
+ "type": "view",
756
+ "props": {
757
+ "layout": { "direction": "row", "gap": "sm", "crossAlign": "baseline" },
758
+ "mode": "inline"
759
+ },
760
+ "children": [
761
+ {
762
+ "id": "cfg-txgo-l",
763
+ "type": "text",
764
+ "props": {
765
+ "content": "Governance",
766
+ "intent": "info",
767
+ "scale": "caption",
768
+ "style": { "minWidth": "120px", "flexShrink": "0" }
769
+ }
770
+ },
771
+ {
772
+ "id": "cfg-txgo-v",
773
+ "type": "text",
774
+ "props": { "content": "${content.txGroupGovernance}", "scale": "sm" }
775
+ }
776
+ ]
777
+ },
778
+ {
779
+ "id": "cfg-tx-rollup",
780
+ "type": "view",
781
+ "props": {
782
+ "layout": { "direction": "row", "gap": "sm", "crossAlign": "baseline" },
783
+ "mode": "inline"
784
+ },
785
+ "children": [
786
+ {
787
+ "id": "cfg-txro-l",
788
+ "type": "text",
789
+ "props": {
790
+ "content": "Bridge",
791
+ "intent": "info",
792
+ "scale": "caption",
793
+ "style": { "minWidth": "120px", "flexShrink": "0" }
794
+ }
795
+ },
796
+ {
797
+ "id": "cfg-txro-v",
798
+ "type": "text",
799
+ "props": { "content": "${content.txGroupRollup}", "scale": "sm" }
800
+ }
801
+ ]
802
+ }
803
+ ]
804
+ }
805
+ ]
806
+ }