basememe-v4-contracts-configs 0.0.5 → 0.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/index.js CHANGED
@@ -111,6 +111,18 @@ var basememeFactoryImplABI = [
111
111
  name: "buyExactIn",
112
112
  outputs: []
113
113
  },
114
+ {
115
+ stateMutability: "payable",
116
+ type: "function",
117
+ inputs: [
118
+ { name: "_token", internalType: "address", type: "address" },
119
+ { name: "_amountOutMin", internalType: "uint256", type: "uint256" },
120
+ { name: "_tradeReferrer", internalType: "address", type: "address" },
121
+ { name: "_to", internalType: "address", type: "address" }
122
+ ],
123
+ name: "buyExactInTo",
124
+ outputs: []
125
+ },
114
126
  {
115
127
  stateMutability: "payable",
116
128
  type: "function",
@@ -123,6 +135,19 @@ var basememeFactoryImplABI = [
123
135
  name: "buyExactInWithCollateral",
124
136
  outputs: []
125
137
  },
138
+ {
139
+ stateMutability: "payable",
140
+ type: "function",
141
+ inputs: [
142
+ { name: "_token", internalType: "address", type: "address" },
143
+ { name: "_collateralAmountIn", internalType: "uint256", type: "uint256" },
144
+ { name: "_amountOutMin", internalType: "uint256", type: "uint256" },
145
+ { name: "_tradeReferrer", internalType: "address", type: "address" },
146
+ { name: "_to", internalType: "address", type: "address" }
147
+ ],
148
+ name: "buyExactInWithCollateralTo",
149
+ outputs: []
150
+ },
126
151
  {
127
152
  stateMutability: "payable",
128
153
  type: "function",
@@ -139,6 +164,23 @@ var basememeFactoryImplABI = [
139
164
  name: "buyExactOut",
140
165
  outputs: []
141
166
  },
167
+ {
168
+ stateMutability: "payable",
169
+ type: "function",
170
+ inputs: [
171
+ { name: "_token", internalType: "address", type: "address" },
172
+ { name: "_tokenAmount", internalType: "uint256", type: "uint256" },
173
+ {
174
+ name: "_maxCollateralAmount",
175
+ internalType: "uint256",
176
+ type: "uint256"
177
+ },
178
+ { name: "_tradeReferrer", internalType: "address", type: "address" },
179
+ { name: "_to", internalType: "address", type: "address" }
180
+ ],
181
+ name: "buyExactOutTo",
182
+ outputs: []
183
+ },
142
184
  {
143
185
  stateMutability: "view",
144
186
  type: "function",
@@ -153,13 +195,6 @@ var basememeFactoryImplABI = [
153
195
  name: "chainV4LiquidityConfig",
154
196
  outputs: [{ name: "", internalType: "bytes", type: "bytes" }]
155
197
  },
156
- {
157
- stateMutability: "view",
158
- type: "function",
159
- inputs: [{ name: "", internalType: "address", type: "address" }],
160
- name: "collateralConfigSet",
161
- outputs: [{ name: "", internalType: "bool", type: "bool" }]
162
- },
163
198
  {
164
199
  stateMutability: "view",
165
200
  type: "function",
@@ -214,6 +249,13 @@ var basememeFactoryImplABI = [
214
249
  { name: "v4ConfigVersion", internalType: "uint8", type: "uint8" }
215
250
  ]
216
251
  },
252
+ {
253
+ stateMutability: "view",
254
+ type: "function",
255
+ inputs: [{ name: "", internalType: "address", type: "address" }],
256
+ name: "collateralEnabled",
257
+ outputs: [{ name: "", internalType: "bool", type: "bool" }]
258
+ },
217
259
  {
218
260
  stateMutability: "pure",
219
261
  type: "function",
@@ -357,6 +399,13 @@ var basememeFactoryImplABI = [
357
399
  name: "isSignatureEnabled",
358
400
  outputs: [{ name: "", internalType: "bool", type: "bool" }]
359
401
  },
402
+ {
403
+ stateMutability: "view",
404
+ type: "function",
405
+ inputs: [{ name: "", internalType: "address", type: "address" }],
406
+ name: "isTrustedCaller",
407
+ outputs: [{ name: "", internalType: "bool", type: "bool" }]
408
+ },
360
409
  {
361
410
  stateMutability: "nonpayable",
362
411
  type: "function",
@@ -415,6 +464,23 @@ var basememeFactoryImplABI = [
415
464
  name: "sellExactIn",
416
465
  outputs: []
417
466
  },
467
+ {
468
+ stateMutability: "nonpayable",
469
+ type: "function",
470
+ inputs: [
471
+ { name: "_token", internalType: "address", type: "address" },
472
+ { name: "_from", internalType: "address", type: "address" },
473
+ { name: "_tokenAmount", internalType: "uint256", type: "uint256" },
474
+ {
475
+ name: "_amountCollateralMin",
476
+ internalType: "uint256",
477
+ type: "uint256"
478
+ },
479
+ { name: "_tradeReferrer", internalType: "address", type: "address" }
480
+ ],
481
+ name: "sellExactInFrom",
482
+ outputs: []
483
+ },
418
484
  {
419
485
  stateMutability: "nonpayable",
420
486
  type: "function",
@@ -427,6 +493,19 @@ var basememeFactoryImplABI = [
427
493
  name: "sellExactOut",
428
494
  outputs: []
429
495
  },
496
+ {
497
+ stateMutability: "nonpayable",
498
+ type: "function",
499
+ inputs: [
500
+ { name: "_token", internalType: "address", type: "address" },
501
+ { name: "_from", internalType: "address", type: "address" },
502
+ { name: "_tokenAmountMax", internalType: "uint256", type: "uint256" },
503
+ { name: "_amountCollateral", internalType: "uint256", type: "uint256" },
504
+ { name: "_tradeReferrer", internalType: "address", type: "address" }
505
+ ],
506
+ name: "sellExactOutFrom",
507
+ outputs: []
508
+ },
430
509
  {
431
510
  stateMutability: "nonpayable",
432
511
  type: "function",
@@ -495,6 +574,16 @@ var basememeFactoryImplABI = [
495
574
  name: "setCollateralConfig",
496
575
  outputs: []
497
576
  },
577
+ {
578
+ stateMutability: "nonpayable",
579
+ type: "function",
580
+ inputs: [
581
+ { name: "_collateralToken", internalType: "address", type: "address" },
582
+ { name: "enabled", internalType: "bool", type: "bool" }
583
+ ],
584
+ name: "setCollateralEnabled",
585
+ outputs: []
586
+ },
498
587
  {
499
588
  stateMutability: "nonpayable",
500
589
  type: "function",
@@ -511,6 +600,16 @@ var basememeFactoryImplABI = [
511
600
  name: "setSigner",
512
601
  outputs: []
513
602
  },
603
+ {
604
+ stateMutability: "nonpayable",
605
+ type: "function",
606
+ inputs: [
607
+ { name: "caller", internalType: "address", type: "address" },
608
+ { name: "allowed", internalType: "bool", type: "bool" }
609
+ ],
610
+ name: "setTrustedCaller",
611
+ outputs: []
612
+ },
514
613
  {
515
614
  stateMutability: "nonpayable",
516
615
  type: "function",
@@ -632,6 +731,45 @@ var basememeFactoryImplABI = [
632
731
  ],
633
732
  name: "Buy"
634
733
  },
734
+ {
735
+ type: "event",
736
+ anonymous: false,
737
+ inputs: [
738
+ {
739
+ name: "caller",
740
+ internalType: "address",
741
+ type: "address",
742
+ indexed: true
743
+ },
744
+ {
745
+ name: "recipient",
746
+ internalType: "address",
747
+ type: "address",
748
+ indexed: true
749
+ },
750
+ {
751
+ name: "token",
752
+ internalType: "address",
753
+ type: "address",
754
+ indexed: true
755
+ }
756
+ ],
757
+ name: "BuyRecipient"
758
+ },
759
+ {
760
+ type: "event",
761
+ anonymous: false,
762
+ inputs: [
763
+ {
764
+ name: "collateralToken",
765
+ internalType: "address",
766
+ type: "address",
767
+ indexed: true
768
+ },
769
+ { name: "enabled", internalType: "bool", type: "bool", indexed: false }
770
+ ],
771
+ name: "CollateralEnabledUpdated"
772
+ },
635
773
  {
636
774
  type: "event",
637
775
  anonymous: false,
@@ -775,6 +913,98 @@ var basememeFactoryImplABI = [
775
913
  ],
776
914
  name: "NewBasememeToken"
777
915
  },
916
+ {
917
+ type: "event",
918
+ anonymous: false,
919
+ inputs: [
920
+ { name: "addr", internalType: "address", type: "address", indexed: true },
921
+ {
922
+ name: "bondingCurve",
923
+ internalType: "address",
924
+ type: "address",
925
+ indexed: true
926
+ },
927
+ {
928
+ name: "initialTokenSupply",
929
+ internalType: "uint256",
930
+ type: "uint256",
931
+ indexed: false
932
+ },
933
+ {
934
+ name: "virtualCollateralReservesInitial",
935
+ internalType: "uint256",
936
+ type: "uint256",
937
+ indexed: false
938
+ },
939
+ {
940
+ name: "virtualTokenReservesInitial",
941
+ internalType: "uint256",
942
+ type: "uint256",
943
+ indexed: false
944
+ },
945
+ {
946
+ name: "feeBPS",
947
+ internalType: "uint256",
948
+ type: "uint256",
949
+ indexed: false
950
+ },
951
+ {
952
+ name: "mcLowerLimit",
953
+ internalType: "uint256",
954
+ type: "uint256",
955
+ indexed: false
956
+ },
957
+ {
958
+ name: "mcUpperLimit",
959
+ internalType: "uint256",
960
+ type: "uint256",
961
+ indexed: false
962
+ },
963
+ {
964
+ name: "tokensMigrationThreshold",
965
+ internalType: "uint256",
966
+ type: "uint256",
967
+ indexed: false
968
+ },
969
+ {
970
+ name: "fixedMigrationFee",
971
+ internalType: "uint256",
972
+ type: "uint256",
973
+ indexed: false
974
+ },
975
+ {
976
+ name: "poolCreationFee",
977
+ internalType: "uint256",
978
+ type: "uint256",
979
+ indexed: false
980
+ },
981
+ {
982
+ name: "firstBuyFee",
983
+ internalType: "uint256",
984
+ type: "uint256",
985
+ indexed: false
986
+ },
987
+ {
988
+ name: "targetCollectionAmount",
989
+ internalType: "uint256",
990
+ type: "uint256",
991
+ indexed: false
992
+ },
993
+ {
994
+ name: "collateralToken",
995
+ internalType: "address",
996
+ type: "address",
997
+ indexed: false
998
+ },
999
+ {
1000
+ name: "v4LpFee",
1001
+ internalType: "uint24",
1002
+ type: "uint24",
1003
+ indexed: false
1004
+ }
1005
+ ],
1006
+ name: "NewBasememeTokenCurveParams"
1007
+ },
778
1008
  {
779
1009
  type: "event",
780
1010
  anonymous: false,
@@ -861,6 +1091,45 @@ var basememeFactoryImplABI = [
861
1091
  ],
862
1092
  name: "Sell"
863
1093
  },
1094
+ {
1095
+ type: "event",
1096
+ anonymous: false,
1097
+ inputs: [
1098
+ {
1099
+ name: "caller",
1100
+ internalType: "address",
1101
+ type: "address",
1102
+ indexed: true
1103
+ },
1104
+ {
1105
+ name: "recipient",
1106
+ internalType: "address",
1107
+ type: "address",
1108
+ indexed: true
1109
+ },
1110
+ {
1111
+ name: "token",
1112
+ internalType: "address",
1113
+ type: "address",
1114
+ indexed: true
1115
+ }
1116
+ ],
1117
+ name: "SellRecipient"
1118
+ },
1119
+ {
1120
+ type: "event",
1121
+ anonymous: false,
1122
+ inputs: [
1123
+ {
1124
+ name: "caller",
1125
+ internalType: "address",
1126
+ type: "address",
1127
+ indexed: true
1128
+ },
1129
+ { name: "allowed", internalType: "bool", type: "bool", indexed: false }
1130
+ ],
1131
+ name: "TrustedCallerUpdated"
1132
+ },
864
1133
  {
865
1134
  type: "event",
866
1135
  anonymous: false,
@@ -954,6 +1223,7 @@ var basememeFactoryImplABI = [
954
1223
  inputs: [],
955
1224
  name: "BuyExactInUnsupportedForErc20Collateral"
956
1225
  },
1226
+ { type: "error", inputs: [], name: "CollateralDisabled" },
957
1227
  { type: "error", inputs: [], name: "CurveParamsNotSet" },
958
1228
  { type: "error", inputs: [], name: "DexTreasuryZeroValue" },
959
1229
  {
@@ -988,6 +1258,7 @@ var basememeFactoryImplABI = [
988
1258
  { type: "error", inputs: [], name: "NotBasememeToken" },
989
1259
  { type: "error", inputs: [], name: "NotInitializing" },
990
1260
  { type: "error", inputs: [], name: "NotReadyForMigration" },
1261
+ { type: "error", inputs: [], name: "NotTrustedCaller" },
991
1262
  {
992
1263
  type: "error",
993
1264
  inputs: [{ name: "owner", internalType: "address", type: "address" }],
@@ -1016,7 +1287,7 @@ var basememeFactoryImplABI = [
1016
1287
  ];
1017
1288
  var basememeFactoryImplAddress = {
1018
1289
  8453: "0x0000000000000000000000000000000000000000",
1019
- 84532: "0xc443B62e6526465De6a670c26AA6cE1082115762"
1290
+ 84532: "0xA77f20116d3386b46105ea2623c50ffF53594ec7"
1020
1291
  };
1021
1292
  var basememeFactoryImplConfig = {
1022
1293
  address: basememeFactoryImplAddress,
@@ -2217,6 +2488,13 @@ var bondingCurveABI = [
2217
2488
  { type: "error", inputs: [], name: "AlreadyMigrated" },
2218
2489
  { type: "error", inputs: [], name: "AmountInZero" },
2219
2490
  { type: "error", inputs: [], name: "AmountOutZero" },
2491
+ {
2492
+ type: "error",
2493
+ inputs: [
2494
+ { name: "recommendedTokenOut", internalType: "uint256", type: "uint256" }
2495
+ ],
2496
+ name: "CollectionTargetExceeded"
2497
+ },
2220
2498
  { type: "error", inputs: [], name: "FailedCall" },
2221
2499
  { type: "error", inputs: [], name: "FailedToSendETH" },
2222
2500
  { type: "error", inputs: [], name: "InitialTokenSupplyNotSet" },
@@ -2294,7 +2572,7 @@ var bondingCurveABI = [
2294
2572
  ];
2295
2573
  var bondingCurveAddress = {
2296
2574
  8453: "0x0000000000000000000000000000000000000000",
2297
- 84532: "0x4Fb7aebFD48266EB1cFaF12C809d01FeD9894210"
2575
+ 84532: "0x227F6D11D054a1F606dBC9D555fa58538208cc3c"
2298
2576
  };
2299
2577
  var bondingCurveConfig = {
2300
2578
  address: bondingCurveAddress,
@@ -2691,8 +2969,8 @@ var chainConfigs = {
2691
2969
  "UNIVERSAL_ROUTER": "0x492E6456D9528771018DeB9E87ef7750EF184104",
2692
2970
  "V4_LP_FEE": "20000",
2693
2971
  "V4_LIQUIDITY_CONFIG": "0x00000000000000000000000000000000000000000000000000000000000000c800000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000001c000000000000000000000000000000000000000000000000000000000000002c000000000000000000000000000000000000000000000000000000000000003c000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff27660fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffcced0fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd3780fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd6278fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd92e8fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe4a80fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe81300000000000000000000000000000000000000000000000000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffcced0fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd36b8fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd6278fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe4a80fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe4a80fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffecf50fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffecf5000000000000000000000000000000000000000000000000000000000000000070000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003e8000000000000000000000000000000000000000000000000000000000000138800000000000000000000000000000000000000000000000000000000000005dc00000000000000000000000000000000000000000000000000000000000007d000000000000000000000000000000000000000000000000000000000000001f40000000000000000000000000000000000000000000000000000000000000007000000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000270600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
2694
- "COLLATERAL_TEMPLATES": [
2695
- {
2972
+ "COLLATERAL_TEMPLATES": {
2973
+ "ETH": {
2696
2974
  "ID": "ETH_DEFAULT",
2697
2975
  "COLLATERAL_TOKEN": "0x0000000000000000000000000000000000000000",
2698
2976
  "SYMBOL": "ETH",
@@ -2713,48 +2991,48 @@ var chainConfigs = {
2713
2991
  "V4_LP_FEE": "20000",
2714
2992
  "V4_LIQUIDITY_CONFIG": "0x00000000000000000000000000000000000000000000000000000000000000c800000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000001c000000000000000000000000000000000000000000000000000000000000002c000000000000000000000000000000000000000000000000000000000000003c000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff27660fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffcced0fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd3780fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd6278fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd92e8fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe4a80fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe81300000000000000000000000000000000000000000000000000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffcced0fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd36b8fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd6278fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe4a80fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe4a80fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffecf50fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffecf5000000000000000000000000000000000000000000000000000000000000000070000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003e8000000000000000000000000000000000000000000000000000000000000138800000000000000000000000000000000000000000000000000000000000005dc00000000000000000000000000000000000000000000000000000000000007d000000000000000000000000000000000000000000000000000000000000001f40000000000000000000000000000000000000000000000000000000000000007000000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000270600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
2715
2993
  },
2716
- {
2994
+ "USDC": {
2717
2995
  "ID": "USDC_DEFAULT",
2718
2996
  "COLLATERAL_TOKEN": "0x4967BC4b61B3259856D1A925900263AB2B64F6de",
2719
2997
  "SYMBOL": "USDC",
2720
2998
  "DECIMALS": 6,
2721
2999
  "ENABLED": true,
2722
3000
  "TOTAL_SUPPLY": "1000000000000000000000000000",
2723
- "VIRTUAL_TOKEN_RESERVES": "1089005925584827574248030665",
2724
- "VIRTUAL_COLLATERAL_RESERVES": "3251316663",
3001
+ "VIRTUAL_TOKEN_RESERVES": "1090909090905000000000022918",
3002
+ "VIRTUAL_COLLATERAL_RESERVES": "2909090909",
2725
3003
  "FEE_BASIS_POINTS": "200",
2726
- "FIXED_MIGRATION_FEE": "359400000",
2727
- "POOL_CREATION_FEE": "179700000",
2728
- "FIRST_BUY_FEE": "5391000",
2729
- "MC_UPPER_LIMIT": "42534990000",
2730
- "MC_LOWER_LIMIT": "42391230000",
3004
+ "FIXED_MIGRATION_FEE": "300000000",
3005
+ "POOL_CREATION_FEE": "200000000",
3006
+ "FIRST_BUY_FEE": "5000000",
3007
+ "MC_UPPER_LIMIT": "37560000000",
3008
+ "MC_LOWER_LIMIT": "37500000000",
2731
3009
  "TOKENS_MIGRATION_THRESHOLD": "800000000000000000000000000",
2732
- "TARGET_USDC_COLLECTION_AMOUNT": "9000000000",
2733
- "TARGET_COLLECTION_AMOUNT": "9000000000",
3010
+ "TARGET_USDC_COLLECTION_AMOUNT": "8000000000",
3011
+ "TARGET_COLLECTION_AMOUNT": "8000000000",
2734
3012
  "V4_LP_FEE": "20000",
2735
- "V4_LIQUIDITY_CONFIG": "0x00000000000000000000000000000000000000000000000000000000000000c800000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000001c000000000000000000000000000000000000000000000000000000000000002c000000000000000000000000000000000000000000000000000000000000003c000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff27660fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff9d770fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa4020fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa6a50fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa9b88fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffb5320fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffb89080000000000000000000000000000000000000000000000000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff9d770fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa3e90fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa6a50fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffb5320fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffb5320fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffbd7f0fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffbd7f000000000000000000000000000000000000000000000000000000000000000070000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003e8000000000000000000000000000000000000000000000000000000000000138800000000000000000000000000000000000000000000000000000000000005dc00000000000000000000000000000000000000000000000000000000000007d000000000000000000000000000000000000000000000000000000000000001f40000000000000000000000000000000000000000000000000000000000000007000000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000270600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
3013
+ "V4_LIQUIDITY_CONFIG": "0x00000000000000000000000000000000000000000000000000000000000000c800000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000001c000000000000000000000000000000000000000000000000000000000000002c000000000000000000000000000000000000000000000000000000000000003c000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff27660fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff9d2c0fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa3aa8fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa6a50fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa9b88fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffb5320fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffb89080000000000000000000000000000000000000000000000000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff9d2c0fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa39e0fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa6a50fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffb5320fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffb5320fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffbd7f0fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffbd7f000000000000000000000000000000000000000000000000000000000000000070000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003e8000000000000000000000000000000000000000000000000000000000000138800000000000000000000000000000000000000000000000000000000000005dc00000000000000000000000000000000000000000000000000000000000007d000000000000000000000000000000000000000000000000000000000000001f40000000000000000000000000000000000000000000000000000000000000007000000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000270600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
2736
3014
  },
2737
- {
3015
+ "SOL": {
2738
3016
  "ID": "SOL_DEFAULT",
2739
3017
  "COLLATERAL_TOKEN": "0x887847e42F068df9D9C248B355ad84DbC7527070",
2740
3018
  "SYMBOL": "SOL",
2741
3019
  "DECIMALS": 9,
2742
3020
  "ENABLED": true,
2743
3021
  "TOTAL_SUPPLY": "1000000000000000000000000000",
2744
- "VIRTUAL_TOKEN_RESERVES": "1088659793814432989690721649",
2745
- "VIRTUAL_COLLATERAL_RESERVES": "25257731958762886598",
3022
+ "VIRTUAL_TOKEN_RESERVES": "1090909090905000000000022917",
3023
+ "VIRTUAL_COLLATERAL_RESERVES": "23272727272",
2746
3024
  "FEE_BASIS_POINTS": "200",
2747
- "FIXED_MIGRATION_FEE": "3000000000000000000",
2748
- "POOL_CREATION_FEE": "1500000000000000000",
2749
- "FIRST_BUY_FEE": "50000000000000000",
2750
- "MC_UPPER_LIMIT": "331000000000000000000",
2751
- "MC_LOWER_LIMIT": "330000000000000000000",
3025
+ "FIXED_MIGRATION_FEE": "2400000000",
3026
+ "POOL_CREATION_FEE": "1600000000",
3027
+ "FIRST_BUY_FEE": "40000000",
3028
+ "MC_UPPER_LIMIT": "300480000003",
3029
+ "MC_LOWER_LIMIT": "300000000003",
2752
3030
  "TOKENS_MIGRATION_THRESHOLD": "800000000000000000000000000",
2753
- "TARGET_COLLECTION_AMOUNT": "70000000000000000000",
3031
+ "TARGET_COLLECTION_AMOUNT": "64000000000",
2754
3032
  "V4_LP_FEE": "20000",
2755
- "V4_LIQUIDITY_CONFIG": "0x00000000000000000000000000000000000000000000000000000000000000c800000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000001c000000000000000000000000000000000000000000000000000000000000002c000000000000000000000000000000000000000000000000000000000000003c000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff27660fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd5148fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffdb930fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffde428fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe1498fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffecc30ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff02e00000000000000000000000000000000000000000000000000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd5148fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffdb868fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffde428fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffecc30fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffecc30ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff5100ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff510000000000000000000000000000000000000000000000000000000000000000070000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003e8000000000000000000000000000000000000000000000000000000000000138800000000000000000000000000000000000000000000000000000000000005dc00000000000000000000000000000000000000000000000000000000000007d000000000000000000000000000000000000000000000000000000000000001f40000000000000000000000000000000000000000000000000000000000000007000000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000270600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
3033
+ "V4_LIQUIDITY_CONFIG": "0x00000000000000000000000000000000000000000000000000000000000000c800000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000001c000000000000000000000000000000000000000000000000000000000000002c000000000000000000000000000000000000000000000000000000000000003c000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff27660fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa2400fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa8be8fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffabb90fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffaecc8fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffba460fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffbda480000000000000000000000000000000000000000000000000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa2400fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa8b20fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffabb90fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffba460fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffba460fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc2930fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc293000000000000000000000000000000000000000000000000000000000000000070000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003e8000000000000000000000000000000000000000000000000000000000000138800000000000000000000000000000000000000000000000000000000000005dc00000000000000000000000000000000000000000000000000000000000007d000000000000000000000000000000000000000000000000000000000000001f40000000000000000000000000000000000000000000000000000000000000007000000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000270600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
2756
3034
  }
2757
- ]
3035
+ }
2758
3036
  },
2759
3037
  "1.0.12": {
2760
3038
  "TOTAL_SUPPLY": "1000000000000000000000000000",
@@ -2848,8 +3126,8 @@ var chainConfigs = {
2848
3126
  "UNIVERSAL_ROUTER": "0x492E6456D9528771018DeB9E87ef7750EF184104",
2849
3127
  "V4_LP_FEE": "20000",
2850
3128
  "V4_LIQUIDITY_CONFIG": "0x00000000000000000000000000000000000000000000000000000000000000c800000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000001c000000000000000000000000000000000000000000000000000000000000002c000000000000000000000000000000000000000000000000000000000000003c000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff27660fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffcced0fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd3780fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd6278fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd92e8fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe4a80fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe81300000000000000000000000000000000000000000000000000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffcced0fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd36b8fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd6278fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe4a80fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe4a80fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffecf50fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffecf5000000000000000000000000000000000000000000000000000000000000000070000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003e8000000000000000000000000000000000000000000000000000000000000138800000000000000000000000000000000000000000000000000000000000005dc00000000000000000000000000000000000000000000000000000000000007d000000000000000000000000000000000000000000000000000000000000001f40000000000000000000000000000000000000000000000000000000000000007000000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000270600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
2851
- "COLLATERAL_TEMPLATES": [
2852
- {
3129
+ "COLLATERAL_TEMPLATES": {
3130
+ "ETH": {
2853
3131
  "ID": "ETH_DEFAULT",
2854
3132
  "COLLATERAL_TOKEN": "0x0000000000000000000000000000000000000000",
2855
3133
  "SYMBOL": "ETH",
@@ -2870,48 +3148,48 @@ var chainConfigs = {
2870
3148
  "V4_LP_FEE": "20000",
2871
3149
  "V4_LIQUIDITY_CONFIG": "0x00000000000000000000000000000000000000000000000000000000000000c800000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000001c000000000000000000000000000000000000000000000000000000000000002c000000000000000000000000000000000000000000000000000000000000003c000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff27660fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffcced0fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd3780fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd6278fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd92e8fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe4a80fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe81300000000000000000000000000000000000000000000000000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffcced0fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd36b8fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd6278fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe4a80fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe4a80fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffecf50fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffecf5000000000000000000000000000000000000000000000000000000000000000070000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003e8000000000000000000000000000000000000000000000000000000000000138800000000000000000000000000000000000000000000000000000000000005dc00000000000000000000000000000000000000000000000000000000000007d000000000000000000000000000000000000000000000000000000000000001f40000000000000000000000000000000000000000000000000000000000000007000000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000270600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
2872
3150
  },
2873
- {
3151
+ "USDC": {
2874
3152
  "ID": "USDC_DEFAULT",
2875
3153
  "COLLATERAL_TOKEN": "0x4967BC4b61B3259856D1A925900263AB2B64F6de",
2876
3154
  "SYMBOL": "USDC",
2877
3155
  "DECIMALS": 6,
2878
3156
  "ENABLED": true,
2879
3157
  "TOTAL_SUPPLY": "1000000000000000000000000000",
2880
- "VIRTUAL_TOKEN_RESERVES": "1089005925584827574248030665",
2881
- "VIRTUAL_COLLATERAL_RESERVES": "3251316663",
3158
+ "VIRTUAL_TOKEN_RESERVES": "1090909090905000000000022918",
3159
+ "VIRTUAL_COLLATERAL_RESERVES": "2909090909",
2882
3160
  "FEE_BASIS_POINTS": "200",
2883
- "FIXED_MIGRATION_FEE": "359400000",
2884
- "POOL_CREATION_FEE": "179700000",
2885
- "FIRST_BUY_FEE": "5391000",
2886
- "MC_UPPER_LIMIT": "42534990000",
2887
- "MC_LOWER_LIMIT": "42391230000",
3161
+ "FIXED_MIGRATION_FEE": "300000000",
3162
+ "POOL_CREATION_FEE": "200000000",
3163
+ "FIRST_BUY_FEE": "5000000",
3164
+ "MC_UPPER_LIMIT": "37560000000",
3165
+ "MC_LOWER_LIMIT": "37500000000",
2888
3166
  "TOKENS_MIGRATION_THRESHOLD": "800000000000000000000000000",
2889
- "TARGET_USDC_COLLECTION_AMOUNT": "9000000000",
2890
- "TARGET_COLLECTION_AMOUNT": "9000000000",
3167
+ "TARGET_USDC_COLLECTION_AMOUNT": "8000000000",
3168
+ "TARGET_COLLECTION_AMOUNT": "8000000000",
2891
3169
  "V4_LP_FEE": "20000",
2892
- "V4_LIQUIDITY_CONFIG": "0x00000000000000000000000000000000000000000000000000000000000000c800000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000001c000000000000000000000000000000000000000000000000000000000000002c000000000000000000000000000000000000000000000000000000000000003c000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff27660fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff9d770fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa4020fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa6a50fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa9b88fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffb5320fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffb89080000000000000000000000000000000000000000000000000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff9d770fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa3e90fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa6a50fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffb5320fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffb5320fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffbd7f0fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffbd7f000000000000000000000000000000000000000000000000000000000000000070000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003e8000000000000000000000000000000000000000000000000000000000000138800000000000000000000000000000000000000000000000000000000000005dc00000000000000000000000000000000000000000000000000000000000007d000000000000000000000000000000000000000000000000000000000000001f40000000000000000000000000000000000000000000000000000000000000007000000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000270600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
3170
+ "V4_LIQUIDITY_CONFIG": "0x00000000000000000000000000000000000000000000000000000000000000c800000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000001c000000000000000000000000000000000000000000000000000000000000002c000000000000000000000000000000000000000000000000000000000000003c000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff27660fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff9d2c0fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa3aa8fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa6a50fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa9b88fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffb5320fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffb89080000000000000000000000000000000000000000000000000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff9d2c0fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa39e0fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa6a50fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffb5320fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffb5320fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffbd7f0fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffbd7f000000000000000000000000000000000000000000000000000000000000000070000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003e8000000000000000000000000000000000000000000000000000000000000138800000000000000000000000000000000000000000000000000000000000005dc00000000000000000000000000000000000000000000000000000000000007d000000000000000000000000000000000000000000000000000000000000001f40000000000000000000000000000000000000000000000000000000000000007000000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000270600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
2893
3171
  },
2894
- {
3172
+ "SOL": {
2895
3173
  "ID": "SOL_DEFAULT",
2896
3174
  "COLLATERAL_TOKEN": "0x887847e42F068df9D9C248B355ad84DbC7527070",
2897
3175
  "SYMBOL": "SOL",
2898
3176
  "DECIMALS": 9,
2899
3177
  "ENABLED": true,
2900
3178
  "TOTAL_SUPPLY": "1000000000000000000000000000",
2901
- "VIRTUAL_TOKEN_RESERVES": "1088659793814432989690721649",
2902
- "VIRTUAL_COLLATERAL_RESERVES": "25257731958762886598",
3179
+ "VIRTUAL_TOKEN_RESERVES": "1090909090905000000000022917",
3180
+ "VIRTUAL_COLLATERAL_RESERVES": "23272727272",
2903
3181
  "FEE_BASIS_POINTS": "200",
2904
- "FIXED_MIGRATION_FEE": "3000000000000000000",
2905
- "POOL_CREATION_FEE": "1500000000000000000",
2906
- "FIRST_BUY_FEE": "50000000000000000",
2907
- "MC_UPPER_LIMIT": "331000000000000000000",
2908
- "MC_LOWER_LIMIT": "330000000000000000000",
3182
+ "FIXED_MIGRATION_FEE": "2400000000",
3183
+ "POOL_CREATION_FEE": "1600000000",
3184
+ "FIRST_BUY_FEE": "40000000",
3185
+ "MC_UPPER_LIMIT": "300480000003",
3186
+ "MC_LOWER_LIMIT": "300000000003",
2909
3187
  "TOKENS_MIGRATION_THRESHOLD": "800000000000000000000000000",
2910
- "TARGET_COLLECTION_AMOUNT": "70000000000000000000",
3188
+ "TARGET_COLLECTION_AMOUNT": "64000000000",
2911
3189
  "V4_LP_FEE": "20000",
2912
- "V4_LIQUIDITY_CONFIG": "0x00000000000000000000000000000000000000000000000000000000000000c800000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000001c000000000000000000000000000000000000000000000000000000000000002c000000000000000000000000000000000000000000000000000000000000003c000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff27660fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd5148fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffdb930fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffde428fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe1498fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffecc30ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff02e00000000000000000000000000000000000000000000000000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd5148fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffdb868fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffde428fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffecc30fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffecc30ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff5100ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff510000000000000000000000000000000000000000000000000000000000000000070000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003e8000000000000000000000000000000000000000000000000000000000000138800000000000000000000000000000000000000000000000000000000000005dc00000000000000000000000000000000000000000000000000000000000007d000000000000000000000000000000000000000000000000000000000000001f40000000000000000000000000000000000000000000000000000000000000007000000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000270600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
3190
+ "V4_LIQUIDITY_CONFIG": "0x00000000000000000000000000000000000000000000000000000000000000c800000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000001c000000000000000000000000000000000000000000000000000000000000002c000000000000000000000000000000000000000000000000000000000000003c000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff27660fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa2400fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa8be8fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffabb90fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffaecc8fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffba460fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffbda480000000000000000000000000000000000000000000000000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa2400fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa8b20fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffabb90fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffba460fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffba460fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc2930fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc293000000000000000000000000000000000000000000000000000000000000000070000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003e8000000000000000000000000000000000000000000000000000000000000138800000000000000000000000000000000000000000000000000000000000005dc00000000000000000000000000000000000000000000000000000000000007d000000000000000000000000000000000000000000000000000000000000001f40000000000000000000000000000000000000000000000000000000000000007000000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000270600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
2913
3191
  }
2914
- ]
3192
+ }
2915
3193
  }
2916
3194
  }
2917
3195
  };