@rhinestone/shared-configs 1.7.17 → 1.8.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/dist/configs/chains.json +24 -0
- package/dist/scripts/__tests__/validation.test.js +83 -0
- package/dist/scripts/generate.js +8 -2
- package/dist/scripts/validation.d.ts +46 -0
- package/dist/scripts/validation.d.ts.map +1 -1
- package/dist/scripts/validation.js +170 -0
- package/dist/src/chains.d.ts +3 -1
- package/dist/src/chains.d.ts.map +1 -1
- package/dist/src/chains.js +24 -0
- package/dist/src/generated/networks.d.ts +1281 -1281
- package/dist/src/generated/networks.d.ts.map +1 -1
- package/dist/src/generated/packageVersion.d.ts +1 -1
- package/dist/src/generated/packageVersion.d.ts.map +1 -1
- package/dist/src/generated/packageVersion.js +1 -1
- package/dist/src/index.d.ts +2 -2
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/types.d.ts +25 -1
- package/dist/src/types.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/src/chains.js
CHANGED
|
@@ -19,6 +19,7 @@ const chains = {
|
|
|
19
19
|
"RHINO",
|
|
20
20
|
"CCTP"
|
|
21
21
|
],
|
|
22
|
+
"stack": "vanilla",
|
|
22
23
|
"swapQuoterConfig": {},
|
|
23
24
|
"swapQuoters": [
|
|
24
25
|
"1inch",
|
|
@@ -90,6 +91,7 @@ const chains = {
|
|
|
90
91
|
"RHINO",
|
|
91
92
|
"CCTP"
|
|
92
93
|
],
|
|
94
|
+
"stack": "op-stack",
|
|
93
95
|
"swapQuoterConfig": {},
|
|
94
96
|
"swapQuoters": [
|
|
95
97
|
"1inch",
|
|
@@ -167,6 +169,7 @@ const chains = {
|
|
|
167
169
|
"RHINO",
|
|
168
170
|
"CCTP"
|
|
169
171
|
],
|
|
172
|
+
"stack": "vanilla",
|
|
170
173
|
"swapQuoters": [
|
|
171
174
|
"1inch",
|
|
172
175
|
"0x",
|
|
@@ -224,6 +227,7 @@ const chains = {
|
|
|
224
227
|
"NEAR",
|
|
225
228
|
"RHINO"
|
|
226
229
|
],
|
|
230
|
+
"stack": "vanilla",
|
|
227
231
|
"swapQuoters": [
|
|
228
232
|
"1inch",
|
|
229
233
|
"velora"
|
|
@@ -266,6 +270,7 @@ const chains = {
|
|
|
266
270
|
"RHINO",
|
|
267
271
|
"CCTP"
|
|
268
272
|
],
|
|
273
|
+
"stack": "op-stack",
|
|
269
274
|
"swapQuoterConfig": {},
|
|
270
275
|
"swapQuoters": [
|
|
271
276
|
"1inch",
|
|
@@ -337,6 +342,7 @@ const chains = {
|
|
|
337
342
|
"RHINO",
|
|
338
343
|
"CCTP"
|
|
339
344
|
],
|
|
345
|
+
"stack": "vanilla",
|
|
340
346
|
"swapQuoterConfig": {},
|
|
341
347
|
"swapQuoters": [
|
|
342
348
|
"1inch",
|
|
@@ -396,6 +402,7 @@ const chains = {
|
|
|
396
402
|
"RELAY",
|
|
397
403
|
"CCTP"
|
|
398
404
|
],
|
|
405
|
+
"stack": "vanilla",
|
|
399
406
|
"swapQuoters": [
|
|
400
407
|
"0x"
|
|
401
408
|
],
|
|
@@ -457,6 +464,7 @@ const chains = {
|
|
|
457
464
|
"RHINO",
|
|
458
465
|
"CCTP"
|
|
459
466
|
],
|
|
467
|
+
"stack": "vanilla",
|
|
460
468
|
"swapQuoterConfig": {},
|
|
461
469
|
"swapQuoters": [
|
|
462
470
|
"1inch",
|
|
@@ -498,6 +506,7 @@ const chains = {
|
|
|
498
506
|
"RELAY",
|
|
499
507
|
"CCTP"
|
|
500
508
|
],
|
|
509
|
+
"stack": "vanilla",
|
|
501
510
|
"swapQuoters": [
|
|
502
511
|
"0x"
|
|
503
512
|
],
|
|
@@ -542,6 +551,7 @@ const chains = {
|
|
|
542
551
|
},
|
|
543
552
|
"network": "mainnet",
|
|
544
553
|
"settlementLayers": [],
|
|
554
|
+
"stack": "vanilla",
|
|
545
555
|
"swapQuoters": [],
|
|
546
556
|
"tokens": [
|
|
547
557
|
{
|
|
@@ -574,6 +584,7 @@ const chains = {
|
|
|
574
584
|
"ACROSS",
|
|
575
585
|
"RELAY"
|
|
576
586
|
],
|
|
587
|
+
"stack": "op-stack",
|
|
577
588
|
"swapQuoters": [],
|
|
578
589
|
"tokens": [
|
|
579
590
|
{
|
|
@@ -633,6 +644,7 @@ const chains = {
|
|
|
633
644
|
"ACROSS",
|
|
634
645
|
"RELAY"
|
|
635
646
|
],
|
|
647
|
+
"stack": "vanilla",
|
|
636
648
|
"swapQuoters": [
|
|
637
649
|
"1inch",
|
|
638
650
|
"0x"
|
|
@@ -691,6 +703,7 @@ const chains = {
|
|
|
691
703
|
"RHINO",
|
|
692
704
|
"CCTP"
|
|
693
705
|
],
|
|
706
|
+
"stack": "op-stack",
|
|
694
707
|
"swapQuoterConfig": {},
|
|
695
708
|
"swapQuoters": [
|
|
696
709
|
"1inch",
|
|
@@ -750,6 +763,7 @@ const chains = {
|
|
|
750
763
|
"OFT",
|
|
751
764
|
"RHINO"
|
|
752
765
|
],
|
|
766
|
+
"stack": "vanilla",
|
|
753
767
|
"swapQuoterConfig": {},
|
|
754
768
|
"swapQuoters": [
|
|
755
769
|
"0x",
|
|
@@ -789,6 +803,7 @@ const chains = {
|
|
|
789
803
|
"settlementLayers": [
|
|
790
804
|
"ECO"
|
|
791
805
|
],
|
|
806
|
+
"stack": "vanilla",
|
|
792
807
|
"swapQuoters": [],
|
|
793
808
|
"tokens": [
|
|
794
809
|
{
|
|
@@ -838,6 +853,7 @@ const chains = {
|
|
|
838
853
|
"RHINO",
|
|
839
854
|
"CCTP"
|
|
840
855
|
],
|
|
856
|
+
"stack": "vanilla",
|
|
841
857
|
"swapQuoterConfig": {},
|
|
842
858
|
"swapQuoters": [
|
|
843
859
|
"1inch",
|
|
@@ -907,6 +923,7 @@ const chains = {
|
|
|
907
923
|
"RHINO",
|
|
908
924
|
"CCTP"
|
|
909
925
|
],
|
|
926
|
+
"stack": "vanilla",
|
|
910
927
|
"swapQuoters": [
|
|
911
928
|
"1inch",
|
|
912
929
|
"0x",
|
|
@@ -979,6 +996,7 @@ const chains = {
|
|
|
979
996
|
"ECO",
|
|
980
997
|
"CCTP"
|
|
981
998
|
],
|
|
999
|
+
"stack": "op-stack",
|
|
982
1000
|
"swapQuoters": [],
|
|
983
1001
|
"tokens": [
|
|
984
1002
|
{
|
|
@@ -1041,6 +1059,7 @@ const chains = {
|
|
|
1041
1059
|
"ECO",
|
|
1042
1060
|
"CCTP"
|
|
1043
1061
|
],
|
|
1062
|
+
"stack": "vanilla",
|
|
1044
1063
|
"swapQuoters": [],
|
|
1045
1064
|
"tokens": [
|
|
1046
1065
|
{
|
|
@@ -1092,6 +1111,7 @@ const chains = {
|
|
|
1092
1111
|
"RELAY",
|
|
1093
1112
|
"RHINO"
|
|
1094
1113
|
],
|
|
1114
|
+
"stack": "vanilla",
|
|
1095
1115
|
"swapQuoters": [],
|
|
1096
1116
|
"tokens": [
|
|
1097
1117
|
{
|
|
@@ -1154,6 +1174,7 @@ const chains = {
|
|
|
1154
1174
|
"ECO",
|
|
1155
1175
|
"CCTP"
|
|
1156
1176
|
],
|
|
1177
|
+
"stack": "vanilla",
|
|
1157
1178
|
"swapQuoters": [],
|
|
1158
1179
|
"tokens": [
|
|
1159
1180
|
{
|
|
@@ -1206,6 +1227,7 @@ const chains = {
|
|
|
1206
1227
|
"ECO",
|
|
1207
1228
|
"CCTP"
|
|
1208
1229
|
],
|
|
1230
|
+
"stack": "op-stack",
|
|
1209
1231
|
"swapQuoters": [],
|
|
1210
1232
|
"tokens": [
|
|
1211
1233
|
{
|
|
@@ -1260,6 +1282,7 @@ const chains = {
|
|
|
1260
1282
|
"NEAR",
|
|
1261
1283
|
"RHINO"
|
|
1262
1284
|
],
|
|
1285
|
+
"stack": "vanilla",
|
|
1263
1286
|
"swapQuoters": [],
|
|
1264
1287
|
"tokens": [
|
|
1265
1288
|
{
|
|
@@ -1302,6 +1325,7 @@ const chains = {
|
|
|
1302
1325
|
"RHINO",
|
|
1303
1326
|
"CCTP"
|
|
1304
1327
|
],
|
|
1328
|
+
"stack": "vanilla",
|
|
1305
1329
|
"swapQuoters": [],
|
|
1306
1330
|
"tokens": [
|
|
1307
1331
|
{
|