@rhinestone/shared-configs 1.8.0 → 1.10.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.
@@ -1,5 +1,11 @@
1
1
  {
2
2
  "1": {
3
+ "caip2": "eip155:1",
4
+ "explorer": {
5
+ "url": "https://etherscan.io",
6
+ "addressPath": "/address/",
7
+ "txPath": "/tx/"
8
+ },
3
9
  "name": "Ethereum",
4
10
  "nativeToken": {
5
11
  "address": "0x0000000000000000000000000000000000000000",
@@ -31,6 +37,10 @@
31
37
  "balanceSlot": null,
32
38
  "decimals": 18,
33
39
  "pegGroup": "ETH",
40
+ "settlementLayers": [
41
+ "ACROSS",
42
+ "ECO"
43
+ ],
34
44
  "symbol": "ETH"
35
45
  },
36
46
  {
@@ -39,6 +49,10 @@
39
49
  "balanceSlot": 9,
40
50
  "decimals": 6,
41
51
  "pegGroup": "USD",
52
+ "settlementLayers": [
53
+ "ACROSS",
54
+ "ECO"
55
+ ],
42
56
  "symbol": "USDC"
43
57
  },
44
58
  {
@@ -48,6 +62,10 @@
48
62
  "decimals": 18,
49
63
  "pegGroup": "ETH",
50
64
  "priceSymbol": "ETH",
65
+ "settlementLayers": [
66
+ "ACROSS",
67
+ "ECO"
68
+ ],
51
69
  "symbol": "WETH"
52
70
  },
53
71
  {
@@ -57,6 +75,10 @@
57
75
  "decimals": 6,
58
76
  "pegGroup": "USD",
59
77
  "priceSymbol": "USDT",
78
+ "settlementLayers": [
79
+ "ACROSS",
80
+ "ECO"
81
+ ],
60
82
  "symbol": "USDT"
61
83
  }
62
84
  ],
@@ -68,6 +90,12 @@
68
90
  }
69
91
  },
70
92
  "10": {
93
+ "caip2": "eip155:10",
94
+ "explorer": {
95
+ "url": "https://optimistic.etherscan.io",
96
+ "addressPath": "/address/",
97
+ "txPath": "/tx/"
98
+ },
71
99
  "name": "OP Mainnet",
72
100
  "nativeToken": {
73
101
  "address": "0x0000000000000000000000000000000000000000",
@@ -98,6 +126,10 @@
98
126
  "balanceSlot": null,
99
127
  "decimals": 18,
100
128
  "pegGroup": "ETH",
129
+ "settlementLayers": [
130
+ "ACROSS",
131
+ "ECO"
132
+ ],
101
133
  "symbol": "ETH"
102
134
  },
103
135
  {
@@ -106,6 +138,10 @@
106
138
  "balanceSlot": 9,
107
139
  "decimals": 6,
108
140
  "pegGroup": "USD",
141
+ "settlementLayers": [
142
+ "ACROSS",
143
+ "ECO"
144
+ ],
109
145
  "symbol": "USDC"
110
146
  },
111
147
  {
@@ -115,6 +151,10 @@
115
151
  "decimals": 18,
116
152
  "pegGroup": "ETH",
117
153
  "priceSymbol": "ETH",
154
+ "settlementLayers": [
155
+ "ACROSS",
156
+ "ECO"
157
+ ],
118
158
  "symbol": "WETH"
119
159
  },
120
160
  {
@@ -124,6 +164,10 @@
124
164
  "decimals": 6,
125
165
  "pegGroup": "USD",
126
166
  "priceSymbol": "USDT",
167
+ "settlementLayers": [
168
+ "ACROSS",
169
+ "ECO"
170
+ ],
127
171
  "symbol": "USDT0"
128
172
  },
129
173
  {
@@ -133,6 +177,9 @@
133
177
  "decimals": 6,
134
178
  "pegGroup": "USD",
135
179
  "priceSymbol": "USDT",
180
+ "settlementLayers": [
181
+ "ACROSS"
182
+ ],
136
183
  "symbol": "USDT"
137
184
  }
138
185
  ],
@@ -144,6 +191,12 @@
144
191
  }
145
192
  },
146
193
  "56": {
194
+ "caip2": "eip155:56",
195
+ "explorer": {
196
+ "url": "https://bscscan.com",
197
+ "addressPath": "/address/",
198
+ "txPath": "/tx/"
199
+ },
147
200
  "name": "BNB Smart Chain",
148
201
  "nativeToken": {
149
202
  "address": "0x0000000000000000000000000000000000000000",
@@ -172,6 +225,10 @@
172
225
  "balanceSlot": 1,
173
226
  "decimals": 18,
174
227
  "pegGroup": "USD",
228
+ "settlementLayers": [
229
+ "ACROSS",
230
+ "ECO"
231
+ ],
175
232
  "symbol": "USDC"
176
233
  },
177
234
  {
@@ -181,6 +238,10 @@
181
238
  "decimals": 18,
182
239
  "pegGroup": "ETH",
183
240
  "priceSymbol": "ETH",
241
+ "settlementLayers": [
242
+ "ACROSS",
243
+ "ECO"
244
+ ],
184
245
  "symbol": "WETH"
185
246
  },
186
247
  {
@@ -189,6 +250,10 @@
189
250
  "balanceSlot": 1,
190
251
  "decimals": 18,
191
252
  "pegGroup": "USD",
253
+ "settlementLayers": [
254
+ "ACROSS",
255
+ "ECO"
256
+ ],
192
257
  "symbol": "USDT"
193
258
  }
194
259
  ],
@@ -200,6 +265,12 @@
200
265
  }
201
266
  },
202
267
  "100": {
268
+ "caip2": "eip155:100",
269
+ "explorer": {
270
+ "url": "https://gnosisscan.io",
271
+ "addressPath": "/address/",
272
+ "txPath": "/tx/"
273
+ },
203
274
  "name": "Gnosis",
204
275
  "nativeToken": {
205
276
  "address": "0x0000000000000000000000000000000000000000",
@@ -235,6 +306,12 @@
235
306
  }
236
307
  },
237
308
  "130": {
309
+ "caip2": "eip155:130",
310
+ "explorer": {
311
+ "url": "https://uniscan.xyz",
312
+ "addressPath": "/address/",
313
+ "txPath": "/tx/"
314
+ },
238
315
  "name": "Unichain",
239
316
  "nativeToken": {
240
317
  "address": "0x0000000000000000000000000000000000000000",
@@ -265,6 +342,10 @@
265
342
  "balanceSlot": null,
266
343
  "decimals": 18,
267
344
  "pegGroup": "ETH",
345
+ "settlementLayers": [
346
+ "ACROSS",
347
+ "ECO"
348
+ ],
268
349
  "symbol": "ETH"
269
350
  },
270
351
  {
@@ -273,6 +354,10 @@
273
354
  "balanceSlot": 9,
274
355
  "decimals": 6,
275
356
  "pegGroup": "USD",
357
+ "settlementLayers": [
358
+ "ACROSS",
359
+ "ECO"
360
+ ],
276
361
  "symbol": "USDC"
277
362
  },
278
363
  {
@@ -282,6 +367,10 @@
282
367
  "decimals": 18,
283
368
  "pegGroup": "ETH",
284
369
  "priceSymbol": "ETH",
370
+ "settlementLayers": [
371
+ "ACROSS",
372
+ "ECO"
373
+ ],
285
374
  "symbol": "WETH"
286
375
  },
287
376
  {
@@ -291,6 +380,10 @@
291
380
  "decimals": 6,
292
381
  "pegGroup": "USD",
293
382
  "priceSymbol": "USDT",
383
+ "settlementLayers": [
384
+ "ACROSS",
385
+ "ECO"
386
+ ],
294
387
  "symbol": "USDT0"
295
388
  }
296
389
  ],
@@ -302,6 +395,12 @@
302
395
  }
303
396
  },
304
397
  "137": {
398
+ "caip2": "eip155:137",
399
+ "explorer": {
400
+ "url": "https://polygonscan.com",
401
+ "addressPath": "/address/",
402
+ "txPath": "/tx/"
403
+ },
305
404
  "name": "Polygon",
306
405
  "nativeToken": {
307
406
  "address": "0x0000000000000000000000000000000000000000",
@@ -333,6 +432,10 @@
333
432
  "balanceSlot": 9,
334
433
  "decimals": 6,
335
434
  "pegGroup": "USD",
435
+ "settlementLayers": [
436
+ "ACROSS",
437
+ "ECO"
438
+ ],
336
439
  "symbol": "USDC"
337
440
  },
338
441
  {
@@ -342,6 +445,9 @@
342
445
  "decimals": 18,
343
446
  "pegGroup": "ETH",
344
447
  "priceSymbol": "ETH",
448
+ "settlementLayers": [
449
+ "ACROSS"
450
+ ],
345
451
  "symbol": "WETH"
346
452
  },
347
453
  {
@@ -351,6 +457,10 @@
351
457
  "decimals": 6,
352
458
  "pegGroup": "USD",
353
459
  "priceSymbol": "USDT",
460
+ "settlementLayers": [
461
+ "ACROSS",
462
+ "ECO"
463
+ ],
354
464
  "symbol": "USDT0"
355
465
  }
356
466
  ],
@@ -362,6 +472,12 @@
362
472
  }
363
473
  },
364
474
  "143": {
475
+ "caip2": "eip155:143",
476
+ "explorer": {
477
+ "url": "https://monadscan.com",
478
+ "addressPath": "/address/",
479
+ "txPath": "/tx/"
480
+ },
365
481
  "name": "Monad",
366
482
  "nativeToken": {
367
483
  "address": "0x0000000000000000000000000000000000000000",
@@ -384,6 +500,9 @@
384
500
  "approvalSlot": null,
385
501
  "balanceSlot": null,
386
502
  "decimals": 18,
503
+ "settlementLayers": [
504
+ "ACROSS"
505
+ ],
387
506
  "symbol": "MON"
388
507
  },
389
508
  {
@@ -392,6 +511,9 @@
392
511
  "balanceSlot": 3,
393
512
  "decimals": 18,
394
513
  "priceSymbol": "MON",
514
+ "settlementLayers": [
515
+ "ACROSS"
516
+ ],
395
517
  "symbol": "WMON"
396
518
  },
397
519
  {
@@ -400,6 +522,9 @@
400
522
  "balanceSlot": 9,
401
523
  "decimals": 6,
402
524
  "pegGroup": "USD",
525
+ "settlementLayers": [
526
+ "ACROSS"
527
+ ],
403
528
  "symbol": "USDC"
404
529
  },
405
530
  {
@@ -408,6 +533,9 @@
408
533
  "balanceSlot": 51,
409
534
  "decimals": 6,
410
535
  "pegGroup": "USD",
536
+ "settlementLayers": [
537
+ "ACROSS"
538
+ ],
411
539
  "symbol": "USDT0"
412
540
  }
413
541
  ],
@@ -419,6 +547,12 @@
419
547
  }
420
548
  },
421
549
  "146": {
550
+ "caip2": "eip155:146",
551
+ "explorer": {
552
+ "url": "https://sonicscan.org",
553
+ "addressPath": "/address/",
554
+ "txPath": "/tx/"
555
+ },
422
556
  "name": "Sonic",
423
557
  "nativeToken": {
424
558
  "address": "0x0000000000000000000000000000000000000000",
@@ -446,6 +580,9 @@
446
580
  "balanceSlot": 9,
447
581
  "decimals": 6,
448
582
  "pegGroup": "USD",
583
+ "settlementLayers": [
584
+ "ECO"
585
+ ],
449
586
  "symbol": "USDC"
450
587
  }
451
588
  ],
@@ -457,6 +594,12 @@
457
594
  }
458
595
  },
459
596
  "999": {
597
+ "caip2": "eip155:999",
598
+ "explorer": {
599
+ "url": "https://hyperevmscan.io",
600
+ "addressPath": "/address/",
601
+ "txPath": "/tx/"
602
+ },
460
603
  "name": "HyperEVM",
461
604
  "nativeToken": {
462
605
  "address": "0x0000000000000000000000000000000000000000",
@@ -481,6 +624,10 @@
481
624
  "balanceSlot": 9,
482
625
  "decimals": 6,
483
626
  "pegGroup": "USD",
627
+ "settlementLayers": [
628
+ "ACROSS",
629
+ "ECO"
630
+ ],
484
631
  "symbol": "USDC"
485
632
  },
486
633
  {
@@ -490,6 +637,10 @@
490
637
  "decimals": 6,
491
638
  "pegGroup": "USD",
492
639
  "priceSymbol": "USDT",
640
+ "settlementLayers": [
641
+ "ACROSS",
642
+ "ECO"
643
+ ],
493
644
  "symbol": "USDT0"
494
645
  }
495
646
  ],
@@ -502,6 +653,7 @@
502
653
  },
503
654
  "1337": {
504
655
  "caip2": "hypercore:mainnet",
656
+ "explorer": null,
505
657
  "name": "HyperCore",
506
658
  "nativeToken": {
507
659
  "address": "0x0000000000000000000000000000000000000000",
@@ -531,6 +683,12 @@
531
683
  }
532
684
  },
533
685
  "1868": {
686
+ "caip2": "eip155:1868",
687
+ "explorer": {
688
+ "url": "https://soneium.blockscout.com",
689
+ "addressPath": "/address/",
690
+ "txPath": "/tx/"
691
+ },
534
692
  "name": "Soneium Mainnet",
535
693
  "nativeToken": {
536
694
  "address": "0x0000000000000000000000000000000000000000",
@@ -551,6 +709,9 @@
551
709
  "balanceSlot": null,
552
710
  "decimals": 18,
553
711
  "pegGroup": "ETH",
712
+ "settlementLayers": [
713
+ "ACROSS"
714
+ ],
554
715
  "symbol": "ETH"
555
716
  },
556
717
  {
@@ -559,6 +720,9 @@
559
720
  "balanceSlot": 9,
560
721
  "decimals": 6,
561
722
  "pegGroup": "USD",
723
+ "settlementLayers": [
724
+ "ACROSS"
725
+ ],
562
726
  "symbol": "USDC"
563
727
  },
564
728
  {
@@ -567,6 +731,9 @@
567
731
  "balanceSlot": 0,
568
732
  "decimals": 6,
569
733
  "pegGroup": "USD",
734
+ "settlementLayers": [
735
+ "ACROSS"
736
+ ],
570
737
  "symbol": "USDT"
571
738
  },
572
739
  {
@@ -576,6 +743,9 @@
576
743
  "decimals": 18,
577
744
  "pegGroup": "ETH",
578
745
  "priceSymbol": "ETH",
746
+ "settlementLayers": [
747
+ "ACROSS"
748
+ ],
579
749
  "symbol": "WETH"
580
750
  }
581
751
  ],
@@ -587,6 +757,12 @@
587
757
  }
588
758
  },
589
759
  "4663": {
760
+ "caip2": "eip155:4663",
761
+ "explorer": {
762
+ "url": "https://robinhoodchain.blockscout.com",
763
+ "addressPath": "/address/",
764
+ "txPath": "/tx/"
765
+ },
590
766
  "name": "Robinhood Chain",
591
767
  "nativeToken": {
592
768
  "address": "0x0000000000000000000000000000000000000000",
@@ -619,6 +795,9 @@
619
795
  "decimals": 18,
620
796
  "pegGroup": "ETH",
621
797
  "priceSymbol": "ETH",
798
+ "settlementLayers": [
799
+ "ACROSS"
800
+ ],
622
801
  "symbol": "WETH"
623
802
  },
624
803
  {
@@ -627,6 +806,9 @@
627
806
  "balanceSlot": 1,
628
807
  "decimals": 6,
629
808
  "pegGroup": "USD",
809
+ "settlementLayers": [
810
+ "ACROSS"
811
+ ],
630
812
  "symbol": "USDG"
631
813
  }
632
814
  ],
@@ -638,6 +820,12 @@
638
820
  }
639
821
  },
640
822
  "8453": {
823
+ "caip2": "eip155:8453",
824
+ "explorer": {
825
+ "url": "https://basescan.org",
826
+ "addressPath": "/address/",
827
+ "txPath": "/tx/"
828
+ },
641
829
  "name": "Base",
642
830
  "nativeToken": {
643
831
  "address": "0x0000000000000000000000000000000000000000",
@@ -667,6 +855,10 @@
667
855
  "balanceSlot": null,
668
856
  "decimals": 18,
669
857
  "pegGroup": "ETH",
858
+ "settlementLayers": [
859
+ "ACROSS",
860
+ "ECO"
861
+ ],
670
862
  "symbol": "ETH"
671
863
  },
672
864
  {
@@ -675,6 +867,10 @@
675
867
  "balanceSlot": 9,
676
868
  "decimals": 6,
677
869
  "pegGroup": "USD",
870
+ "settlementLayers": [
871
+ "ACROSS",
872
+ "ECO"
873
+ ],
678
874
  "symbol": "USDC"
679
875
  },
680
876
  {
@@ -684,6 +880,10 @@
684
880
  "decimals": 18,
685
881
  "pegGroup": "ETH",
686
882
  "priceSymbol": "ETH",
883
+ "settlementLayers": [
884
+ "ACROSS",
885
+ "ECO"
886
+ ],
687
887
  "symbol": "WETH"
688
888
  }
689
889
  ],
@@ -695,6 +895,12 @@
695
895
  }
696
896
  },
697
897
  "9745": {
898
+ "caip2": "eip155:9745",
899
+ "explorer": {
900
+ "url": "https://plasmascan.to",
901
+ "addressPath": "/address/",
902
+ "txPath": "/tx/"
903
+ },
698
904
  "name": "Plasma",
699
905
  "nativeToken": {
700
906
  "address": "0x0000000000000000000000000000000000000000",
@@ -723,6 +929,10 @@
723
929
  "decimals": 6,
724
930
  "pegGroup": "USD",
725
931
  "priceSymbol": "USDT",
932
+ "settlementLayers": [
933
+ "ACROSS",
934
+ "ECO"
935
+ ],
726
936
  "symbol": "USDT0"
727
937
  }
728
938
  ],
@@ -734,6 +944,12 @@
734
944
  }
735
945
  },
736
946
  "9746": {
947
+ "caip2": "eip155:9746",
948
+ "explorer": {
949
+ "url": "https://testnet.plasmascan.to",
950
+ "addressPath": "/address/",
951
+ "txPath": "/tx/"
952
+ },
737
953
  "name": "Plasma Testnet",
738
954
  "nativeToken": {
739
955
  "address": "0x0000000000000000000000000000000000000000",
@@ -754,6 +970,9 @@
754
970
  "decimals": 6,
755
971
  "pegGroup": "USD",
756
972
  "priceSymbol": "USDT",
973
+ "settlementLayers": [
974
+ "ECO"
975
+ ],
757
976
  "symbol": "USDT0"
758
977
  },
759
978
  {
@@ -762,6 +981,9 @@
762
981
  "balanceSlot": 0,
763
982
  "decimals": 6,
764
983
  "pegGroup": "USD",
984
+ "settlementLayers": [
985
+ "ECO"
986
+ ],
765
987
  "symbol": "USDC"
766
988
  }
767
989
  ],
@@ -773,6 +995,12 @@
773
995
  }
774
996
  },
775
997
  "42161": {
998
+ "caip2": "eip155:42161",
999
+ "explorer": {
1000
+ "url": "https://arbiscan.io",
1001
+ "addressPath": "/address/",
1002
+ "txPath": "/tx/"
1003
+ },
776
1004
  "name": "Arbitrum One",
777
1005
  "nativeToken": {
778
1006
  "address": "0x0000000000000000000000000000000000000000",
@@ -804,6 +1032,10 @@
804
1032
  "balanceSlot": null,
805
1033
  "decimals": 18,
806
1034
  "pegGroup": "ETH",
1035
+ "settlementLayers": [
1036
+ "ACROSS",
1037
+ "ECO"
1038
+ ],
807
1039
  "symbol": "ETH"
808
1040
  },
809
1041
  {
@@ -812,6 +1044,10 @@
812
1044
  "balanceSlot": 9,
813
1045
  "decimals": 6,
814
1046
  "pegGroup": "USD",
1047
+ "settlementLayers": [
1048
+ "ACROSS",
1049
+ "ECO"
1050
+ ],
815
1051
  "symbol": "USDC"
816
1052
  },
817
1053
  {
@@ -821,6 +1057,10 @@
821
1057
  "decimals": 18,
822
1058
  "pegGroup": "ETH",
823
1059
  "priceSymbol": "ETH",
1060
+ "settlementLayers": [
1061
+ "ACROSS",
1062
+ "ECO"
1063
+ ],
824
1064
  "symbol": "WETH"
825
1065
  },
826
1066
  {
@@ -830,6 +1070,10 @@
830
1070
  "decimals": 6,
831
1071
  "pegGroup": "USD",
832
1072
  "priceSymbol": "USDT",
1073
+ "settlementLayers": [
1074
+ "ACROSS",
1075
+ "ECO"
1076
+ ],
833
1077
  "symbol": "USDT0"
834
1078
  }
835
1079
  ],
@@ -841,6 +1085,12 @@
841
1085
  }
842
1086
  },
843
1087
  "43114": {
1088
+ "caip2": "eip155:43114",
1089
+ "explorer": {
1090
+ "url": "https://snowtrace.io",
1091
+ "addressPath": "/address/",
1092
+ "txPath": "/tx/"
1093
+ },
844
1094
  "name": "Avalanche",
845
1095
  "nativeToken": {
846
1096
  "address": "0x0000000000000000000000000000000000000000",
@@ -883,6 +1133,9 @@
883
1133
  "balanceSlot": 9,
884
1134
  "decimals": 6,
885
1135
  "pegGroup": "USD",
1136
+ "settlementLayers": [
1137
+ "ACROSS"
1138
+ ],
886
1139
  "symbol": "USDC"
887
1140
  },
888
1141
  {
@@ -892,6 +1145,9 @@
892
1145
  "decimals": 6,
893
1146
  "pegGroup": "USD",
894
1147
  "priceSymbol": "USDT",
1148
+ "settlementLayers": [
1149
+ "ACROSS"
1150
+ ],
895
1151
  "symbol": "USDT"
896
1152
  },
897
1153
  {
@@ -912,6 +1168,12 @@
912
1168
  }
913
1169
  },
914
1170
  "84532": {
1171
+ "caip2": "eip155:84532",
1172
+ "explorer": {
1173
+ "url": "https://sepolia.basescan.org",
1174
+ "addressPath": "/address/",
1175
+ "txPath": "/tx/"
1176
+ },
915
1177
  "name": "Base Sepolia",
916
1178
  "nativeToken": {
917
1179
  "address": "0x0000000000000000000000000000000000000000",
@@ -933,6 +1195,10 @@
933
1195
  "balanceSlot": null,
934
1196
  "decimals": 18,
935
1197
  "pegGroup": "ETH",
1198
+ "settlementLayers": [
1199
+ "ACROSS",
1200
+ "ECO"
1201
+ ],
936
1202
  "symbol": "ETH"
937
1203
  },
938
1204
  {
@@ -941,6 +1207,10 @@
941
1207
  "balanceSlot": 9,
942
1208
  "decimals": 6,
943
1209
  "pegGroup": "USD",
1210
+ "settlementLayers": [
1211
+ "ACROSS",
1212
+ "ECO"
1213
+ ],
944
1214
  "symbol": "USDC"
945
1215
  },
946
1216
  {
@@ -950,6 +1220,10 @@
950
1220
  "decimals": 18,
951
1221
  "pegGroup": "ETH",
952
1222
  "priceSymbol": "ETH",
1223
+ "settlementLayers": [
1224
+ "ACROSS",
1225
+ "ECO"
1226
+ ],
953
1227
  "symbol": "WETH"
954
1228
  },
955
1229
  {
@@ -959,6 +1233,10 @@
959
1233
  "decimals": 6,
960
1234
  "pegGroup": "USD",
961
1235
  "priceSymbol": "USDC",
1236
+ "settlementLayers": [
1237
+ "ACROSS",
1238
+ "ECO"
1239
+ ],
962
1240
  "symbol": "MockUSD",
963
1241
  "unpriced": true
964
1242
  }
@@ -971,6 +1249,12 @@
971
1249
  }
972
1250
  },
973
1251
  "421614": {
1252
+ "caip2": "eip155:421614",
1253
+ "explorer": {
1254
+ "url": "https://sepolia.arbiscan.io",
1255
+ "addressPath": "/address/",
1256
+ "txPath": "/tx/"
1257
+ },
974
1258
  "name": "Arbitrum Sepolia",
975
1259
  "nativeToken": {
976
1260
  "address": "0x0000000000000000000000000000000000000000",
@@ -992,6 +1276,10 @@
992
1276
  "balanceSlot": null,
993
1277
  "decimals": 18,
994
1278
  "pegGroup": "ETH",
1279
+ "settlementLayers": [
1280
+ "ACROSS",
1281
+ "ECO"
1282
+ ],
995
1283
  "symbol": "ETH"
996
1284
  },
997
1285
  {
@@ -1000,6 +1288,10 @@
1000
1288
  "balanceSlot": 9,
1001
1289
  "decimals": 6,
1002
1290
  "pegGroup": "USD",
1291
+ "settlementLayers": [
1292
+ "ACROSS",
1293
+ "ECO"
1294
+ ],
1003
1295
  "symbol": "USDC"
1004
1296
  },
1005
1297
  {
@@ -1009,6 +1301,10 @@
1009
1301
  "decimals": 18,
1010
1302
  "pegGroup": "ETH",
1011
1303
  "priceSymbol": "ETH",
1304
+ "settlementLayers": [
1305
+ "ACROSS",
1306
+ "ECO"
1307
+ ],
1012
1308
  "symbol": "WETH"
1013
1309
  }
1014
1310
  ],
@@ -1020,6 +1316,12 @@
1020
1316
  }
1021
1317
  },
1022
1318
  "747474": {
1319
+ "caip2": "eip155:747474",
1320
+ "explorer": {
1321
+ "url": "https://katanascan.com",
1322
+ "addressPath": "/address/",
1323
+ "txPath": "/tx/"
1324
+ },
1023
1325
  "name": "Katana",
1024
1326
  "nativeToken": {
1025
1327
  "address": "0x0000000000000000000000000000000000000000",
@@ -1078,6 +1380,12 @@
1078
1380
  }
1079
1381
  },
1080
1382
  "11155111": {
1383
+ "caip2": "eip155:11155111",
1384
+ "explorer": {
1385
+ "url": "https://sepolia.etherscan.io",
1386
+ "addressPath": "/address/",
1387
+ "txPath": "/tx/"
1388
+ },
1081
1389
  "name": "Sepolia",
1082
1390
  "nativeToken": {
1083
1391
  "address": "0x0000000000000000000000000000000000000000",
@@ -1099,6 +1407,10 @@
1099
1407
  "balanceSlot": null,
1100
1408
  "decimals": 18,
1101
1409
  "pegGroup": "ETH",
1410
+ "settlementLayers": [
1411
+ "ACROSS",
1412
+ "ECO"
1413
+ ],
1102
1414
  "symbol": "ETH"
1103
1415
  },
1104
1416
  {
@@ -1107,6 +1419,10 @@
1107
1419
  "balanceSlot": 9,
1108
1420
  "decimals": 6,
1109
1421
  "pegGroup": "USD",
1422
+ "settlementLayers": [
1423
+ "ACROSS",
1424
+ "ECO"
1425
+ ],
1110
1426
  "symbol": "USDC"
1111
1427
  },
1112
1428
  {
@@ -1116,6 +1432,10 @@
1116
1432
  "decimals": 18,
1117
1433
  "pegGroup": "ETH",
1118
1434
  "priceSymbol": "ETH",
1435
+ "settlementLayers": [
1436
+ "ACROSS",
1437
+ "ECO"
1438
+ ],
1119
1439
  "symbol": "WETH"
1120
1440
  }
1121
1441
  ],
@@ -1127,6 +1447,12 @@
1127
1447
  }
1128
1448
  },
1129
1449
  "11155420": {
1450
+ "caip2": "eip155:11155420",
1451
+ "explorer": {
1452
+ "url": "https://optimism-sepolia.blockscout.com",
1453
+ "addressPath": "/address/",
1454
+ "txPath": "/tx/"
1455
+ },
1130
1456
  "name": "OP Sepolia",
1131
1457
  "nativeToken": {
1132
1458
  "address": "0x0000000000000000000000000000000000000000",
@@ -1148,6 +1474,10 @@
1148
1474
  "balanceSlot": null,
1149
1475
  "decimals": 18,
1150
1476
  "pegGroup": "ETH",
1477
+ "settlementLayers": [
1478
+ "ACROSS",
1479
+ "ECO"
1480
+ ],
1151
1481
  "symbol": "ETH"
1152
1482
  },
1153
1483
  {
@@ -1156,6 +1486,10 @@
1156
1486
  "balanceSlot": 9,
1157
1487
  "decimals": 6,
1158
1488
  "pegGroup": "USD",
1489
+ "settlementLayers": [
1490
+ "ACROSS",
1491
+ "ECO"
1492
+ ],
1159
1493
  "symbol": "USDC"
1160
1494
  },
1161
1495
  {
@@ -1165,6 +1499,10 @@
1165
1499
  "decimals": 18,
1166
1500
  "pegGroup": "ETH",
1167
1501
  "priceSymbol": "ETH",
1502
+ "settlementLayers": [
1503
+ "ACROSS",
1504
+ "ECO"
1505
+ ],
1168
1506
  "symbol": "WETH"
1169
1507
  }
1170
1508
  ],
@@ -1177,6 +1515,11 @@
1177
1515
  },
1178
1516
  "728126428": {
1179
1517
  "caip2": "tron:mainnet",
1518
+ "explorer": {
1519
+ "addressPath": "/#/address/",
1520
+ "txPath": "/#/transaction/",
1521
+ "url": "https://tronscan.org"
1522
+ },
1180
1523
  "name": "Tron",
1181
1524
  "nativeToken": {
1182
1525
  "address": "0x0000000000000000000000000000000000000000",
@@ -1218,6 +1561,11 @@
1218
1561
  },
1219
1562
  "792703809": {
1220
1563
  "caip2": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
1564
+ "explorer": {
1565
+ "addressPath": "/address/",
1566
+ "txPath": "/tx/",
1567
+ "url": "https://solscan.io"
1568
+ },
1221
1569
  "name": "Solana",
1222
1570
  "nativeToken": {
1223
1571
  "address": "11111111111111111111111111111111",