@gearbox-protocol/deploy-tools 5.32.0 → 5.32.2

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 (2) hide show
  1. package/dist/index.mjs +246 -16
  2. package/package.json +2 -2
package/dist/index.mjs CHANGED
@@ -88581,6 +88581,34 @@ var require_curveLP = __commonJS({
88581
88581
  pool: "CURVE_LLAMA_THENA_POOL",
88582
88582
  tokenOut: ["scrvUSD", "sUSDe"]
88583
88583
  },
88584
+ dolaSave: {
88585
+ name: "Curve dola save",
88586
+ symbol: "dolaSave",
88587
+ type: { AllNetworks: tokenType_1.TokenType.CURVE_LP_TOKEN },
88588
+ pool: "CURVE_DOLA_SCRVUSD_POOL",
88589
+ tokenOut: ["DOLA", "scrvUSD"]
88590
+ },
88591
+ lvlUSDUSDC: {
88592
+ name: "Curve lvlUSD/USDC",
88593
+ symbol: "lvlUSDUSDC",
88594
+ type: { AllNetworks: tokenType_1.TokenType.CURVE_LP_TOKEN },
88595
+ pool: "CURVE_LVLUSD_USDC_POOL",
88596
+ tokenOut: ["USDC", "lvlUSD"]
88597
+ },
88598
+ slvlUSDlvlUSDNG: {
88599
+ name: "Curve slvlUSD/lvlUSD (ng)",
88600
+ symbol: "slvlUSDlvlUSDNG",
88601
+ type: { AllNetworks: tokenType_1.TokenType.CURVE_LP_TOKEN },
88602
+ pool: "CURVE_SLVLUSD_LVLUSD_NG_POOL",
88603
+ tokenOut: ["slvlUSD", "lvlUSD"]
88604
+ },
88605
+ slvlUSDlvlUSD: {
88606
+ name: "Curve slvlUSD/lvlUSD",
88607
+ symbol: "slvlUSDlvlUSD",
88608
+ type: { AllNetworks: tokenType_1.TokenType.CURVE_LP_TOKEN },
88609
+ pool: "CURVE_SLVLUSD_LVLUSD_POOL",
88610
+ tokenOut: ["lvlUSD", "slvlUSD"]
88611
+ },
88584
88612
  crvUSDFRAX: {
88585
88613
  name: "Curve crvUSDFRAX",
88586
88614
  symbol: "crvUSDFRAX",
@@ -88940,6 +88968,10 @@ var require_decimals = __commonJS({
88940
88968
  USDLUSDC: 18,
88941
88969
  RLUSDUSDC: 18,
88942
88970
  llamathena: 18,
88971
+ dolaSave: 18,
88972
+ lvlUSDUSDC: 18,
88973
+ slvlUSDlvlUSDNG: 18,
88974
+ slvlUSDlvlUSD: 18,
88943
88975
  crvUSDUSDT: 18,
88944
88976
  crvUSDETHCRV: 18,
88945
88977
  crvUSDFRAX: 18,
@@ -89110,6 +89142,8 @@ var require_decimals = __commonJS({
89110
89142
  wUSDL: 18,
89111
89143
  csUSDL: 18,
89112
89144
  RLUSD: 18,
89145
+ lvlUSD: 18,
89146
+ slvlUSD: 18,
89113
89147
  beraSTONE: 18,
89114
89148
  rETH: 18,
89115
89149
  rETH_f: 18,
@@ -89126,6 +89160,7 @@ var require_decimals = __commonJS({
89126
89160
  PT_sUSDe_27MAR2025: 18,
89127
89161
  PT_sUSDe_29MAY2025: 18,
89128
89162
  PT_beraSTONE_10APR2025: 18,
89163
+ PT_slvlUSD_25SEP2025: 18,
89129
89164
  rstETH_Lido_wstETH: 18,
89130
89165
  DVstETH_Prime_wstETH: 18
89131
89166
  };
@@ -89169,12 +89204,12 @@ var require_erc4626 = __commonJS({
89169
89204
  underlying: "USDS",
89170
89205
  vault: "STAKED_USDS_VAULT"
89171
89206
  },
89172
- scrvUSD: {
89173
- name: "Savings crvUSD",
89174
- symbol: "scrvUSD",
89207
+ csUSDL: {
89208
+ name: "Coinshift USDL",
89209
+ symbol: "csUSDL",
89175
89210
  type: { AllNetworks: tokenType_1.TokenType.ERC4626_VAULT_TOKEN },
89176
- underlying: "crvUSD",
89177
- vault: "SAVINGS_CRVUSD_VAULT"
89211
+ underlying: "USDL",
89212
+ vault: "COINSHIFT_USDL_VAULT"
89178
89213
  }
89179
89214
  };
89180
89215
  var isERC4626LPToken = (t) => typeof t === "string" && !!exports2.erc4626Tokens[t];
@@ -89683,16 +89718,26 @@ var require_normal = __commonJS({
89683
89718
  symbol: "wUSDL",
89684
89719
  type: { AllNetworks: tokenType_1.TokenType.NORMAL_TOKEN }
89685
89720
  },
89686
- csUSDL: {
89687
- name: "Coinshift USDL",
89688
- symbol: "csUSDL",
89689
- type: { AllNetworks: tokenType_1.TokenType.NORMAL_TOKEN }
89690
- },
89691
89721
  RLUSD: {
89692
89722
  name: "RLUSD",
89693
89723
  symbol: "RLUSD",
89694
89724
  type: { AllNetworks: tokenType_1.TokenType.NORMAL_TOKEN }
89695
89725
  },
89726
+ lvlUSD: {
89727
+ name: "Level USD",
89728
+ symbol: "lvlUSD",
89729
+ type: { AllNetworks: tokenType_1.TokenType.NORMAL_TOKEN }
89730
+ },
89731
+ slvlUSD: {
89732
+ name: "Staked lvlUSD",
89733
+ symbol: "slvlUSD",
89734
+ type: { AllNetworks: tokenType_1.TokenType.NORMAL_TOKEN }
89735
+ },
89736
+ scrvUSD: {
89737
+ name: "Savings crvUSD",
89738
+ symbol: "scrvUSD",
89739
+ type: { AllNetworks: tokenType_1.TokenType.NORMAL_TOKEN }
89740
+ },
89696
89741
  // Mellow
89697
89742
  steakLRT: {
89698
89743
  name: "Steakhouse Mellow LRT",
@@ -89809,6 +89854,11 @@ var require_normal = __commonJS({
89809
89854
  symbol: "PT_beraSTONE_10APR2025",
89810
89855
  type: { AllNetworks: tokenType_1.TokenType.NORMAL_TOKEN }
89811
89856
  },
89857
+ PT_slvlUSD_25SEP2025: {
89858
+ name: "Pendle PT lvlUSD 25 September 2025 expiry",
89859
+ symbol: "PT_slvlUSD_25SEP2025",
89860
+ type: { AllNetworks: tokenType_1.TokenType.NORMAL_TOKEN }
89861
+ },
89812
89862
  rstETH_Lido_wstETH: {
89813
89863
  name: "Balancer V3 rstETH-Lido wstETH",
89814
89864
  symbol: "rstETH_Lido_wstETH",
@@ -90099,6 +90149,8 @@ var require_token = __commonJS({
90099
90149
  wUSDL: "0x7751E2F4b8ae93EF6B79d86419d42FE3295A4559",
90100
90150
  csUSDL: "0xbEeFc011e94f43b8B7b455eBaB290C7Ab4E216f1",
90101
90151
  RLUSD: "0x8292Bb45bf1Ee4d140127049757C2E0fF06317eD",
90152
+ lvlUSD: "0x7C1156E515aA1A2E851674120074968C905aAF37",
90153
+ slvlUSD: "0x4737D9b4592B40d51e110b94c9C043c6654067Ae",
90102
90154
  // CURVE LP TOKENS
90103
90155
  "3Crv": "0x6c3F90f043a72FA612cbac8115EE7e52BDe6E490",
90104
90156
  crvFRAX: "0x3175Df0976dFA876431C2E9eE6Bc45b65d3473CC",
@@ -90126,6 +90178,10 @@ var require_token = __commonJS({
90126
90178
  crvUSDETHCRV: "0x4eBdF703948ddCEA3B11f675B4D1Fba9d2414A14",
90127
90179
  crvUsUSDe: "0x57064F49Ad7123C92560882a45518374ad982e85",
90128
90180
  llamathena: "0xd29f8980852c2c76fC3f6E96a7Aa06E0BedCC1B1",
90181
+ dolaSave: "0xff17dAb22F1E61078aBa2623c89cE6110E878B3c",
90182
+ lvlUSDUSDC: "0x1220868672D5B10F3E1cB9Ab519E4d0B08545ea4",
90183
+ slvlUSDlvlUSDNG: "0xd89760b5b188D77dA878Ab09fF475569883A5B96",
90184
+ slvlUSDlvlUSD: "0xF244324FBB57f09F0606FF088bC894b051d632Eb",
90129
90185
  rETH_f: "0x6c38cE8984a890F5e46e6dF6117C26b3F1EcfC9C",
90130
90186
  MtEthena: "0x167478921b907422F8E88B43C4Af2B8BEa278d3A",
90131
90187
  GHOUSDe: "0x670a72e6D22b0956C0D2573288F82DCc5d6E3a61",
@@ -90268,6 +90324,7 @@ var require_token = __commonJS({
90268
90324
  PT_sUSDe_27MAR2025: "0xE00bd3Df25fb187d6ABBB620b3dfd19839947b81",
90269
90325
  PT_sUSDe_29MAY2025: "0xb7de5dFCb74d25c2f21841fbd6230355C50d9308",
90270
90326
  PT_beraSTONE_10APR2025: "0x40b7B4aB1E95e28DF06971581276966FDF95688E",
90327
+ PT_slvlUSD_25SEP2025: "0x2CA5f2C4300450D53214B00546795c1c07B89acB",
90271
90328
  // Balancer V3
90272
90329
  rstETH_Lido_wstETH: "0x121edB0bADc036F5FC610D015EE14093C142313B",
90273
90330
  DVstETH_Prime_wstETH: "0xeb95d6BD67f613E7918A031d9F4a9a92766659aC",
@@ -90407,6 +90464,8 @@ var require_token = __commonJS({
90407
90464
  csUSDL: constants_1.NOT_DEPLOYED,
90408
90465
  MORPHO: constants_1.NOT_DEPLOYED,
90409
90466
  RLUSD: constants_1.NOT_DEPLOYED,
90467
+ lvlUSD: constants_1.NOT_DEPLOYED,
90468
+ slvlUSD: constants_1.NOT_DEPLOYED,
90410
90469
  // REDSTONE
90411
90470
  SHIB: constants_1.NOT_DEPLOYED,
90412
90471
  // YEARN TOKENS
@@ -90452,6 +90511,10 @@ var require_token = __commonJS({
90452
90511
  crvUSDETHCRV: constants_1.NOT_DEPLOYED,
90453
90512
  crvUsUSDe: constants_1.NOT_DEPLOYED,
90454
90513
  llamathena: constants_1.NOT_DEPLOYED,
90514
+ dolaSave: constants_1.NOT_DEPLOYED,
90515
+ lvlUSDUSDC: constants_1.NOT_DEPLOYED,
90516
+ slvlUSDlvlUSDNG: constants_1.NOT_DEPLOYED,
90517
+ slvlUSDlvlUSD: constants_1.NOT_DEPLOYED,
90455
90518
  crvUSDC: "0xec090cf6DD891D2d014beA6edAda6e05E025D93d",
90456
90519
  crvUSDT: "0x73aF1150F265419Ef8a5DB41908B700C32D49135",
90457
90520
  crvUSDC_e: "0x3aDf984c937FA6846E5a24E0A68521Bdaf767cE1",
@@ -90578,6 +90641,7 @@ var require_token = __commonJS({
90578
90641
  PT_sUSDe_27MAR2025: constants_1.NOT_DEPLOYED,
90579
90642
  PT_sUSDe_29MAY2025: constants_1.NOT_DEPLOYED,
90580
90643
  PT_beraSTONE_10APR2025: constants_1.NOT_DEPLOYED,
90644
+ PT_slvlUSD_25SEP2025: constants_1.NOT_DEPLOYED,
90581
90645
  // Balancer V3
90582
90646
  rstETH_Lido_wstETH: constants_1.NOT_DEPLOYED,
90583
90647
  DVstETH_Prime_wstETH: constants_1.NOT_DEPLOYED,
@@ -90715,6 +90779,8 @@ var require_token = __commonJS({
90715
90779
  csUSDL: constants_1.NOT_DEPLOYED,
90716
90780
  MORPHO: constants_1.NOT_DEPLOYED,
90717
90781
  RLUSD: constants_1.NOT_DEPLOYED,
90782
+ lvlUSD: constants_1.NOT_DEPLOYED,
90783
+ slvlUSD: constants_1.NOT_DEPLOYED,
90718
90784
  // REDSTONE
90719
90785
  SHIB: constants_1.NOT_DEPLOYED,
90720
90786
  // YEARN TOKENS
@@ -90766,6 +90832,10 @@ var require_token = __commonJS({
90766
90832
  crvUSDETHCRV: constants_1.NOT_DEPLOYED,
90767
90833
  crvUsUSDe: constants_1.NOT_DEPLOYED,
90768
90834
  llamathena: constants_1.NOT_DEPLOYED,
90835
+ dolaSave: constants_1.NOT_DEPLOYED,
90836
+ lvlUSDUSDC: constants_1.NOT_DEPLOYED,
90837
+ slvlUSDlvlUSDNG: constants_1.NOT_DEPLOYED,
90838
+ slvlUSDlvlUSD: constants_1.NOT_DEPLOYED,
90769
90839
  "2CRV": constants_1.NOT_DEPLOYED,
90770
90840
  "3c-crvUSD": constants_1.NOT_DEPLOYED,
90771
90841
  crvUSDC: constants_1.NOT_DEPLOYED,
@@ -90886,6 +90956,7 @@ var require_token = __commonJS({
90886
90956
  PT_sUSDe_27MAR2025: constants_1.NOT_DEPLOYED,
90887
90957
  PT_sUSDe_29MAY2025: constants_1.NOT_DEPLOYED,
90888
90958
  PT_beraSTONE_10APR2025: constants_1.NOT_DEPLOYED,
90959
+ PT_slvlUSD_25SEP2025: constants_1.NOT_DEPLOYED,
90889
90960
  // Balancer V3
90890
90961
  rstETH_Lido_wstETH: constants_1.NOT_DEPLOYED,
90891
90962
  DVstETH_Prime_wstETH: constants_1.NOT_DEPLOYED,
@@ -91022,6 +91093,8 @@ var require_token = __commonJS({
91022
91093
  csUSDL: constants_1.NOT_DEPLOYED,
91023
91094
  MORPHO: constants_1.NOT_DEPLOYED,
91024
91095
  RLUSD: constants_1.NOT_DEPLOYED,
91096
+ lvlUSD: constants_1.NOT_DEPLOYED,
91097
+ slvlUSD: constants_1.NOT_DEPLOYED,
91025
91098
  // REDSTONE
91026
91099
  SHIB: constants_1.NOT_DEPLOYED,
91027
91100
  // YEARN TOKENS
@@ -91072,6 +91145,10 @@ var require_token = __commonJS({
91072
91145
  crvUSDETHCRV: constants_1.NOT_DEPLOYED,
91073
91146
  crvUsUSDe: constants_1.NOT_DEPLOYED,
91074
91147
  llamathena: constants_1.NOT_DEPLOYED,
91148
+ dolaSave: constants_1.NOT_DEPLOYED,
91149
+ lvlUSDUSDC: constants_1.NOT_DEPLOYED,
91150
+ slvlUSDlvlUSDNG: constants_1.NOT_DEPLOYED,
91151
+ slvlUSDlvlUSD: constants_1.NOT_DEPLOYED,
91075
91152
  "2CRV": constants_1.NOT_DEPLOYED,
91076
91153
  "3c-crvUSD": constants_1.NOT_DEPLOYED,
91077
91154
  crvUSDC: constants_1.NOT_DEPLOYED,
@@ -91191,6 +91268,7 @@ var require_token = __commonJS({
91191
91268
  PT_sUSDe_27MAR2025: constants_1.NOT_DEPLOYED,
91192
91269
  PT_sUSDe_29MAY2025: constants_1.NOT_DEPLOYED,
91193
91270
  PT_beraSTONE_10APR2025: constants_1.NOT_DEPLOYED,
91271
+ PT_slvlUSD_25SEP2025: constants_1.NOT_DEPLOYED,
91194
91272
  // Balancer V3
91195
91273
  rstETH_Lido_wstETH: constants_1.NOT_DEPLOYED,
91196
91274
  DVstETH_Prime_wstETH: constants_1.NOT_DEPLOYED,
@@ -91297,6 +91375,8 @@ var require_token = __commonJS({
91297
91375
  wUSDL: constants_1.NOT_DEPLOYED,
91298
91376
  csUSDL: constants_1.NOT_DEPLOYED,
91299
91377
  RLUSD: constants_1.NOT_DEPLOYED,
91378
+ lvlUSD: constants_1.NOT_DEPLOYED,
91379
+ slvlUSD: constants_1.NOT_DEPLOYED,
91300
91380
  /// UPDATE
91301
91381
  STETH: constants_1.NOT_DEPLOYED,
91302
91382
  wstETH: constants_1.NOT_DEPLOYED,
@@ -91384,6 +91464,10 @@ var require_token = __commonJS({
91384
91464
  crvUSDETHCRV: constants_1.NOT_DEPLOYED,
91385
91465
  crvUsUSDe: constants_1.NOT_DEPLOYED,
91386
91466
  llamathena: constants_1.NOT_DEPLOYED,
91467
+ dolaSave: constants_1.NOT_DEPLOYED,
91468
+ lvlUSDUSDC: constants_1.NOT_DEPLOYED,
91469
+ slvlUSDlvlUSDNG: constants_1.NOT_DEPLOYED,
91470
+ slvlUSDlvlUSD: constants_1.NOT_DEPLOYED,
91387
91471
  "2CRV": constants_1.NOT_DEPLOYED,
91388
91472
  "3c-crvUSD": constants_1.NOT_DEPLOYED,
91389
91473
  crvUSDC: constants_1.NOT_DEPLOYED,
@@ -91498,6 +91582,7 @@ var require_token = __commonJS({
91498
91582
  PT_sUSDe_27MAR2025: constants_1.NOT_DEPLOYED,
91499
91583
  PT_sUSDe_29MAY2025: constants_1.NOT_DEPLOYED,
91500
91584
  PT_beraSTONE_10APR2025: constants_1.NOT_DEPLOYED,
91585
+ PT_slvlUSD_25SEP2025: constants_1.NOT_DEPLOYED,
91501
91586
  // Balancer V3
91502
91587
  rstETH_Lido_wstETH: constants_1.NOT_DEPLOYED,
91503
91588
  DVstETH_Prime_wstETH: constants_1.NOT_DEPLOYED,
@@ -92101,6 +92186,7 @@ var require_protocols = __commonJS({
92101
92186
  Protocols3[Protocols3["Beets"] = 25] = "Beets";
92102
92187
  Protocols3[Protocols3["Shadow"] = 26] = "Shadow";
92103
92188
  Protocols3[Protocols3["Lift"] = 27] = "Lift";
92189
+ Protocols3[Protocols3["LevelMoney"] = 28] = "LevelMoney";
92104
92190
  })(Protocols2 || (exports2.Protocols = Protocols2 = {}));
92105
92191
  }
92106
92192
  });
@@ -92178,6 +92264,10 @@ var require_contracts = __commonJS({
92178
92264
  CURVE_TRI_CRV_POOL: token_1.tokenDataByNetwork.Mainnet.crvUSDETHCRV,
92179
92265
  CURVE_CRVUSD_SUSDE_POOL: token_1.tokenDataByNetwork.Mainnet.crvUsUSDe,
92180
92266
  CURVE_LLAMA_THENA_POOL: token_1.tokenDataByNetwork.Mainnet.llamathena,
92267
+ CURVE_DOLA_SCRVUSD_POOL: token_1.tokenDataByNetwork.Mainnet.dolaSave,
92268
+ CURVE_LVLUSD_USDC_POOL: token_1.tokenDataByNetwork.Mainnet.lvlUSDUSDC,
92269
+ CURVE_SLVLUSD_LVLUSD_NG_POOL: token_1.tokenDataByNetwork.Mainnet.slvlUSDlvlUSDNG,
92270
+ CURVE_SLVLUSD_LVLUSD_POOL: token_1.tokenDataByNetwork.Mainnet.slvlUSDlvlUSD,
92181
92271
  CURVE_RETH_ETH_POOL: "0x0f3159811670c117c372428D4E69AC32325e4D0F",
92182
92272
  CURVE_3CRV_POOL_OP: constants_1.NOT_DEPLOYED,
92183
92273
  CURVE_2CRV_POOL_ARB: token_1.tokenDataByNetwork.Mainnet["2CRV"],
@@ -92205,6 +92295,7 @@ var require_contracts = __commonJS({
92205
92295
  AAVE_WSTETH_VAULT: token_1.tokenDataByNetwork.Mainnet.waEthLidowstETH,
92206
92296
  WRAPPED_USDL_VAULT: token_1.tokenDataByNetwork.Mainnet.wUSDL,
92207
92297
  COINSHIFT_USDL_VAULT: token_1.tokenDataByNetwork.Mainnet.csUSDL,
92298
+ LEVELED_USD_VAULT: token_1.tokenDataByNetwork.Mainnet.slvlUSD,
92208
92299
  // CONVEX
92209
92300
  CONVEX_BOOSTER: "0xF403C135812408BFbE8713b5A23a04b3D48AAE31",
92210
92301
  CONVEX_3CRV_POOL: "0x689440f2Ff927E1f24c72F1087E1FAF471eCe1c8",
@@ -92337,6 +92428,10 @@ var require_contracts = __commonJS({
92337
92428
  CURVE_TRI_CRV_POOL: token_1.tokenDataByNetwork.Arbitrum.crvUSDETHCRV,
92338
92429
  CURVE_CRVUSD_SUSDE_POOL: token_1.tokenDataByNetwork.Arbitrum.crvUsUSDe,
92339
92430
  CURVE_LLAMA_THENA_POOL: token_1.tokenDataByNetwork.Arbitrum.llamathena,
92431
+ CURVE_DOLA_SCRVUSD_POOL: token_1.tokenDataByNetwork.Arbitrum.dolaSave,
92432
+ CURVE_LVLUSD_USDC_POOL: token_1.tokenDataByNetwork.Arbitrum.lvlUSDUSDC,
92433
+ CURVE_SLVLUSD_LVLUSD_NG_POOL: token_1.tokenDataByNetwork.Arbitrum.slvlUSDlvlUSDNG,
92434
+ CURVE_SLVLUSD_LVLUSD_POOL: token_1.tokenDataByNetwork.Arbitrum.slvlUSDlvlUSD,
92340
92435
  CURVE_RETH_ETH_POOL: constants_1.NOT_DEPLOYED,
92341
92436
  CURVE_3CRV_POOL_OP: constants_1.NOT_DEPLOYED,
92342
92437
  CURVE_2CRV_POOL_ARB: token_1.tokenDataByNetwork.Arbitrum["2CRV"],
@@ -92364,6 +92459,7 @@ var require_contracts = __commonJS({
92364
92459
  AAVE_WSTETH_VAULT: token_1.tokenDataByNetwork.Arbitrum.waEthLidowstETH,
92365
92460
  WRAPPED_USDL_VAULT: token_1.tokenDataByNetwork.Arbitrum.wUSDL,
92366
92461
  COINSHIFT_USDL_VAULT: token_1.tokenDataByNetwork.Arbitrum.csUSDL,
92462
+ LEVELED_USD_VAULT: token_1.tokenDataByNetwork.Arbitrum.slvlUSD,
92367
92463
  // CONVEX
92368
92464
  CONVEX_BOOSTER: constants_1.NOT_DEPLOYED,
92369
92465
  CONVEX_3CRV_POOL: constants_1.NOT_DEPLOYED,
@@ -92497,6 +92593,10 @@ var require_contracts = __commonJS({
92497
92593
  CURVE_TRI_CRV_POOL: token_1.tokenDataByNetwork.Optimism.crvUSDETHCRV,
92498
92594
  CURVE_CRVUSD_SUSDE_POOL: token_1.tokenDataByNetwork.Optimism.crvUsUSDe,
92499
92595
  CURVE_LLAMA_THENA_POOL: token_1.tokenDataByNetwork.Optimism.llamathena,
92596
+ CURVE_DOLA_SCRVUSD_POOL: token_1.tokenDataByNetwork.Optimism.dolaSave,
92597
+ CURVE_LVLUSD_USDC_POOL: token_1.tokenDataByNetwork.Optimism.lvlUSDUSDC,
92598
+ CURVE_SLVLUSD_LVLUSD_NG_POOL: token_1.tokenDataByNetwork.Optimism.slvlUSDlvlUSDNG,
92599
+ CURVE_SLVLUSD_LVLUSD_POOL: token_1.tokenDataByNetwork.Optimism.slvlUSDlvlUSD,
92500
92600
  CURVE_RETH_ETH_POOL: constants_1.NOT_DEPLOYED,
92501
92601
  CURVE_2CRV_POOL_ARB: token_1.tokenDataByNetwork.Optimism["2CRV"],
92502
92602
  CURVE_TRICRYPTO_CRVUSD_POOL_ARB: token_1.tokenDataByNetwork.Optimism["3c-crvUSD"],
@@ -92523,6 +92623,7 @@ var require_contracts = __commonJS({
92523
92623
  AAVE_WSTETH_VAULT: token_1.tokenDataByNetwork.Optimism.waEthLidowstETH,
92524
92624
  WRAPPED_USDL_VAULT: token_1.tokenDataByNetwork.Optimism.wUSDL,
92525
92625
  COINSHIFT_USDL_VAULT: token_1.tokenDataByNetwork.Optimism.csUSDL,
92626
+ LEVELED_USD_VAULT: token_1.tokenDataByNetwork.Optimism.slvlUSD,
92526
92627
  // CONVEX
92527
92628
  CONVEX_BOOSTER: constants_1.NOT_DEPLOYED,
92528
92629
  CONVEX_3CRV_POOL: constants_1.NOT_DEPLOYED,
@@ -92654,6 +92755,10 @@ var require_contracts = __commonJS({
92654
92755
  CURVE_TRI_CRV_POOL: token_1.tokenDataByNetwork.Base.crvUSDETHCRV,
92655
92756
  CURVE_CRVUSD_SUSDE_POOL: token_1.tokenDataByNetwork.Base.crvUsUSDe,
92656
92757
  CURVE_LLAMA_THENA_POOL: token_1.tokenDataByNetwork.Base.llamathena,
92758
+ CURVE_DOLA_SCRVUSD_POOL: token_1.tokenDataByNetwork.Base.dolaSave,
92759
+ CURVE_LVLUSD_USDC_POOL: token_1.tokenDataByNetwork.Base.lvlUSDUSDC,
92760
+ CURVE_SLVLUSD_LVLUSD_NG_POOL: token_1.tokenDataByNetwork.Base.slvlUSDlvlUSDNG,
92761
+ CURVE_SLVLUSD_LVLUSD_POOL: token_1.tokenDataByNetwork.Base.slvlUSDlvlUSD,
92657
92762
  CURVE_RETH_ETH_POOL: constants_1.NOT_DEPLOYED,
92658
92763
  CURVE_2CRV_POOL_ARB: token_1.tokenDataByNetwork.Base["2CRV"],
92659
92764
  CURVE_TRICRYPTO_CRVUSD_POOL_ARB: token_1.tokenDataByNetwork.Base["3c-crvUSD"],
@@ -92680,6 +92785,7 @@ var require_contracts = __commonJS({
92680
92785
  AAVE_WSTETH_VAULT: token_1.tokenDataByNetwork.Base.waEthLidowstETH,
92681
92786
  WRAPPED_USDL_VAULT: token_1.tokenDataByNetwork.Base.wUSDL,
92682
92787
  COINSHIFT_USDL_VAULT: token_1.tokenDataByNetwork.Base.csUSDL,
92788
+ LEVELED_USD_VAULT: token_1.tokenDataByNetwork.Base.slvlUSD,
92683
92789
  // CONVEX
92684
92790
  CONVEX_BOOSTER: constants_1.NOT_DEPLOYED,
92685
92791
  CONVEX_3CRV_POOL: constants_1.NOT_DEPLOYED,
@@ -92813,6 +92919,10 @@ var require_contracts = __commonJS({
92813
92919
  CURVE_TRI_CRV_POOL: constants_1.NOT_DEPLOYED,
92814
92920
  CURVE_CRVUSD_SUSDE_POOL: constants_1.NOT_DEPLOYED,
92815
92921
  CURVE_LLAMA_THENA_POOL: constants_1.NOT_DEPLOYED,
92922
+ CURVE_DOLA_SCRVUSD_POOL: constants_1.NOT_DEPLOYED,
92923
+ CURVE_LVLUSD_USDC_POOL: constants_1.NOT_DEPLOYED,
92924
+ CURVE_SLVLUSD_LVLUSD_NG_POOL: constants_1.NOT_DEPLOYED,
92925
+ CURVE_SLVLUSD_LVLUSD_POOL: constants_1.NOT_DEPLOYED,
92816
92926
  CURVE_RETH_ETH_POOL: constants_1.NOT_DEPLOYED,
92817
92927
  CURVE_2CRV_POOL_ARB: constants_1.NOT_DEPLOYED,
92818
92928
  CURVE_TRICRYPTO_CRVUSD_POOL_ARB: constants_1.NOT_DEPLOYED,
@@ -92839,6 +92949,7 @@ var require_contracts = __commonJS({
92839
92949
  AAVE_WSTETH_VAULT: constants_1.NOT_DEPLOYED,
92840
92950
  WRAPPED_USDL_VAULT: constants_1.NOT_DEPLOYED,
92841
92951
  COINSHIFT_USDL_VAULT: constants_1.NOT_DEPLOYED,
92952
+ LEVELED_USD_VAULT: constants_1.NOT_DEPLOYED,
92842
92953
  // CONVEX
92843
92954
  CONVEX_BOOSTER: constants_1.NOT_DEPLOYED,
92844
92955
  CONVEX_3CRV_POOL: constants_1.NOT_DEPLOYED,
@@ -93149,6 +93260,38 @@ var require_contracts = __commonJS({
93149
93260
  lpToken: "llamathena",
93150
93261
  tokens: ["scrvUSD", "sUSDe"]
93151
93262
  },
93263
+ CURVE_DOLA_SCRVUSD_POOL: {
93264
+ name: "Curve dola save",
93265
+ protocol: protocols_1.Protocols.Curve,
93266
+ version: 10,
93267
+ type: adapters_1.AdapterInterface.CURVE_STABLE_NG,
93268
+ lpToken: "dolaSave",
93269
+ tokens: ["DOLA", "scrvUSD"]
93270
+ },
93271
+ CURVE_LVLUSD_USDC_POOL: {
93272
+ name: "Curve lvlUSD/USDC",
93273
+ protocol: protocols_1.Protocols.Curve,
93274
+ version: 10,
93275
+ type: adapters_1.AdapterInterface.CURVE_STABLE_NG,
93276
+ lpToken: "lvlUSDUSDC",
93277
+ tokens: ["USDC", "lvlUSD"]
93278
+ },
93279
+ CURVE_SLVLUSD_LVLUSD_NG_POOL: {
93280
+ name: "Curve slvlUSD/lvlUSD (ng)",
93281
+ protocol: protocols_1.Protocols.Curve,
93282
+ version: 10,
93283
+ type: adapters_1.AdapterInterface.CURVE_STABLE_NG,
93284
+ lpToken: "slvlUSDlvlUSDNG",
93285
+ tokens: ["slvlUSD", "lvlUSD"]
93286
+ },
93287
+ CURVE_SLVLUSD_LVLUSD_POOL: {
93288
+ name: "Curve slvlUSD/lvlUSD",
93289
+ protocol: protocols_1.Protocols.Curve,
93290
+ version: 10,
93291
+ type: adapters_1.AdapterInterface.CURVE_V1_2ASSETS,
93292
+ lpToken: "slvlUSDlvlUSD",
93293
+ tokens: ["lvlUSD", "slvlUSD"]
93294
+ },
93152
93295
  CURVE_CRVUSD_FRAX_POOL: {
93153
93296
  name: "Curve crvUSDFRAX",
93154
93297
  protocol: protocols_1.Protocols.Curve,
@@ -93523,6 +93666,12 @@ var require_contracts = __commonJS({
93523
93666
  type: adapters_1.AdapterInterface.ERC4626_VAULT,
93524
93667
  underlying: "wUSDL"
93525
93668
  },
93669
+ LEVELED_USD_VAULT: {
93670
+ name: "Leveled USD Vault",
93671
+ protocol: protocols_1.Protocols.LevelMoney,
93672
+ type: adapters_1.AdapterInterface.ERC4626_VAULT,
93673
+ underlying: "lvlUSD"
93674
+ },
93526
93675
  CONVEX_BOOSTER: {
93527
93676
  name: "Convex BOOSTER",
93528
93677
  protocol: protocols_1.Protocols.Convex,
@@ -132417,6 +132566,38 @@ var require_priceFeeds = __commonJS({
132417
132566
  }
132418
132567
  }
132419
132568
  },
132569
+ dolaSave: {
132570
+ AllNetworks: {
132571
+ Main: {
132572
+ type: pricefeedType_1.PriceFeedType.ZERO_ORACLE,
132573
+ trusted: true
132574
+ }
132575
+ }
132576
+ },
132577
+ lvlUSDUSDC: {
132578
+ AllNetworks: {
132579
+ Main: {
132580
+ type: pricefeedType_1.PriceFeedType.ZERO_ORACLE,
132581
+ trusted: true
132582
+ }
132583
+ }
132584
+ },
132585
+ slvlUSDlvlUSDNG: {
132586
+ AllNetworks: {
132587
+ Main: {
132588
+ type: pricefeedType_1.PriceFeedType.ZERO_ORACLE,
132589
+ trusted: true
132590
+ }
132591
+ }
132592
+ },
132593
+ slvlUSDlvlUSD: {
132594
+ AllNetworks: {
132595
+ Main: {
132596
+ type: pricefeedType_1.PriceFeedType.ZERO_ORACLE,
132597
+ trusted: true
132598
+ }
132599
+ }
132600
+ },
132420
132601
  crvUSDUSDT: {
132421
132602
  AllNetworks: {
132422
132603
  Main: {
@@ -132476,7 +132657,11 @@ var require_priceFeeds = __commonJS({
132476
132657
  Main: {
132477
132658
  type: pricefeedType_1.PriceFeedType.CURVE_2LP_ORACLE,
132478
132659
  assets: ["USDC", "RLUSD"],
132479
- trusted: true
132660
+ trusted: false
132661
+ },
132662
+ Reserve: {
132663
+ type: pricefeedType_1.PriceFeedType.CURVE_2LP_ORACLE,
132664
+ assets: ["RLUSD", "RLUSD"]
132480
132665
  }
132481
132666
  }
132482
132667
  },
@@ -132840,7 +133025,11 @@ var require_priceFeeds = __commonJS({
132840
133025
  Main: {
132841
133026
  type: pricefeedType_1.PriceFeedType.THE_SAME_AS,
132842
133027
  token: "RLUSDUSDC",
132843
- trusted: true
133028
+ trusted: false
133029
+ },
133030
+ Reserve: {
133031
+ type: pricefeedType_1.PriceFeedType.THE_SAME_AS,
133032
+ token: "RLUSDUSDC"
132844
133033
  }
132845
133034
  }
132846
133035
  },
@@ -133015,7 +133204,11 @@ var require_priceFeeds = __commonJS({
133015
133204
  Main: {
133016
133205
  type: pricefeedType_1.PriceFeedType.THE_SAME_AS,
133017
133206
  token: "RLUSDUSDC",
133018
- trusted: true
133207
+ trusted: false
133208
+ },
133209
+ Reserve: {
133210
+ type: pricefeedType_1.PriceFeedType.THE_SAME_AS,
133211
+ token: "RLUSDUSDC"
133019
133212
  }
133020
133213
  }
133021
133214
  },
@@ -133677,7 +133870,7 @@ var require_priceFeeds = __commonJS({
133677
133870
  Mainnet: {
133678
133871
  Main: {
133679
133872
  type: pricefeedType_1.PriceFeedType.ZERO_ORACLE,
133680
- trusted: false
133873
+ trusted: true
133681
133874
  }
133682
133875
  },
133683
133876
  Arbitrum: {
@@ -134011,6 +134204,31 @@ var require_priceFeeds = __commonJS({
134011
134204
  type: pricefeedType_1.PriceFeedType.CHAINLINK_ORACLE,
134012
134205
  address: "0x26C46B7aD0012cA71F2298ada567dC9Af14E7f2A",
134013
134206
  stalenessPeriod: pricefeedType_1.HOUR_24_BUFFERED,
134207
+ trusted: false
134208
+ },
134209
+ // @note: set this feed mannualy, use main usdc price feed
134210
+ Reserve: {
134211
+ type: pricefeedType_1.PriceFeedType.THE_SAME_AS,
134212
+ token: "USDC"
134213
+ }
134214
+ }
134215
+ },
134216
+ lvlUSD: {
134217
+ Mainnet: {
134218
+ Main: {
134219
+ type: pricefeedType_1.PriceFeedType.ZERO_ORACLE,
134220
+ trusted: true
134221
+ }
134222
+ }
134223
+ },
134224
+ slvlUSD: {
134225
+ Mainnet: {
134226
+ Main: {
134227
+ // @note this is Gearbox 3.1 ERC4626 price feed, but sdk-gov and deploy-v3 unsuited for bcr deployd feeds
134228
+ // therefore it is apssing as external (aka chainlink) type
134229
+ type: pricefeedType_1.PriceFeedType.CHAINLINK_ORACLE,
134230
+ address: "0xaE837845B2a64F69223f8BeEDDB40f99A8A8E0A8",
134231
+ stalenessPeriod: 0,
134014
134232
  trusted: true
134015
134233
  }
134016
134234
  }
@@ -134535,6 +134753,18 @@ var require_priceFeeds = __commonJS({
134535
134753
  }
134536
134754
  }
134537
134755
  },
134756
+ PT_slvlUSD_25SEP2025: {
134757
+ Mainnet: {
134758
+ Main: {
134759
+ // @note this is Gearbox 3.1 PendleTWAP price feed, but sdk-gov and deploy-v3 unsuited for bcr deployd feeds
134760
+ // therefore it is passing as external (aka chainlink) type
134761
+ type: pricefeedType_1.PriceFeedType.CHAINLINK_ORACLE,
134762
+ address: "0x5EDCDBa573f656881826Ccb73c6a27B00858340d",
134763
+ stalenessPeriod: 0,
134764
+ trusted: true
134765
+ }
134766
+ }
134767
+ },
134538
134768
  rstETH_Lido_wstETH: {
134539
134769
  AllNetworks: {
134540
134770
  Main: {
@@ -428409,7 +428639,7 @@ function getRenderer(opts) {
428409
428639
  var package_default = {
428410
428640
  name: "@gearbox-protocol/deploy-tools",
428411
428641
  description: "Gearbox deploy tools",
428412
- version: "5.32.0",
428642
+ version: "5.32.2",
428413
428643
  homepage: "https://gearbox.fi",
428414
428644
  keywords: [
428415
428645
  "gearbox"
@@ -428453,7 +428683,7 @@ var package_default = {
428453
428683
  "@gearbox-protocol/deploy-tools-shared": "0.0.0",
428454
428684
  "@gearbox-protocol/deploy-tools-types": "0.0.0",
428455
428685
  "@gearbox-protocol/sdk": "7.6.4",
428456
- "@gearbox-protocol/sdk-gov": "^2.37.0",
428686
+ "@gearbox-protocol/sdk-gov": "2.34.0-next.111",
428457
428687
  "@types/lodash-es": "^4.17.12",
428458
428688
  "@types/node": "^22.15.21",
428459
428689
  "@types/react": "^19.1.6",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/deploy-tools",
3
3
  "description": "Gearbox deploy tools",
4
- "version": "5.32.0",
4
+ "version": "5.32.2",
5
5
  "homepage": "https://gearbox.fi",
6
6
  "keywords": [
7
7
  "gearbox"
@@ -45,7 +45,7 @@
45
45
  "@gearbox-protocol/deploy-tools-shared": "0.0.0",
46
46
  "@gearbox-protocol/deploy-tools-types": "0.0.0",
47
47
  "@gearbox-protocol/sdk": "7.6.4",
48
- "@gearbox-protocol/sdk-gov": "^2.37.0",
48
+ "@gearbox-protocol/sdk-gov": "2.34.0-next.111",
49
49
  "@types/lodash-es": "^4.17.12",
50
50
  "@types/node": "^22.15.21",
51
51
  "@types/react": "^19.1.6",