@gearbox-protocol/deploy-tools 5.32.2 → 5.33.0-next.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.
- package/dist/index.mjs +17 -246
- package/package.json +3 -2
package/dist/index.mjs
CHANGED
|
@@ -88581,34 +88581,6 @@ 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
|
-
},
|
|
88612
88584
|
crvUSDFRAX: {
|
|
88613
88585
|
name: "Curve crvUSDFRAX",
|
|
88614
88586
|
symbol: "crvUSDFRAX",
|
|
@@ -88968,10 +88940,6 @@ var require_decimals = __commonJS({
|
|
|
88968
88940
|
USDLUSDC: 18,
|
|
88969
88941
|
RLUSDUSDC: 18,
|
|
88970
88942
|
llamathena: 18,
|
|
88971
|
-
dolaSave: 18,
|
|
88972
|
-
lvlUSDUSDC: 18,
|
|
88973
|
-
slvlUSDlvlUSDNG: 18,
|
|
88974
|
-
slvlUSDlvlUSD: 18,
|
|
88975
88943
|
crvUSDUSDT: 18,
|
|
88976
88944
|
crvUSDETHCRV: 18,
|
|
88977
88945
|
crvUSDFRAX: 18,
|
|
@@ -89142,8 +89110,6 @@ var require_decimals = __commonJS({
|
|
|
89142
89110
|
wUSDL: 18,
|
|
89143
89111
|
csUSDL: 18,
|
|
89144
89112
|
RLUSD: 18,
|
|
89145
|
-
lvlUSD: 18,
|
|
89146
|
-
slvlUSD: 18,
|
|
89147
89113
|
beraSTONE: 18,
|
|
89148
89114
|
rETH: 18,
|
|
89149
89115
|
rETH_f: 18,
|
|
@@ -89160,7 +89126,6 @@ var require_decimals = __commonJS({
|
|
|
89160
89126
|
PT_sUSDe_27MAR2025: 18,
|
|
89161
89127
|
PT_sUSDe_29MAY2025: 18,
|
|
89162
89128
|
PT_beraSTONE_10APR2025: 18,
|
|
89163
|
-
PT_slvlUSD_25SEP2025: 18,
|
|
89164
89129
|
rstETH_Lido_wstETH: 18,
|
|
89165
89130
|
DVstETH_Prime_wstETH: 18
|
|
89166
89131
|
};
|
|
@@ -89204,12 +89169,12 @@ var require_erc4626 = __commonJS({
|
|
|
89204
89169
|
underlying: "USDS",
|
|
89205
89170
|
vault: "STAKED_USDS_VAULT"
|
|
89206
89171
|
},
|
|
89207
|
-
|
|
89208
|
-
name: "
|
|
89209
|
-
symbol: "
|
|
89172
|
+
scrvUSD: {
|
|
89173
|
+
name: "Savings crvUSD",
|
|
89174
|
+
symbol: "scrvUSD",
|
|
89210
89175
|
type: { AllNetworks: tokenType_1.TokenType.ERC4626_VAULT_TOKEN },
|
|
89211
|
-
underlying: "
|
|
89212
|
-
vault: "
|
|
89176
|
+
underlying: "crvUSD",
|
|
89177
|
+
vault: "SAVINGS_CRVUSD_VAULT"
|
|
89213
89178
|
}
|
|
89214
89179
|
};
|
|
89215
89180
|
var isERC4626LPToken = (t) => typeof t === "string" && !!exports2.erc4626Tokens[t];
|
|
@@ -89718,26 +89683,16 @@ var require_normal = __commonJS({
|
|
|
89718
89683
|
symbol: "wUSDL",
|
|
89719
89684
|
type: { AllNetworks: tokenType_1.TokenType.NORMAL_TOKEN }
|
|
89720
89685
|
},
|
|
89686
|
+
csUSDL: {
|
|
89687
|
+
name: "Coinshift USDL",
|
|
89688
|
+
symbol: "csUSDL",
|
|
89689
|
+
type: { AllNetworks: tokenType_1.TokenType.NORMAL_TOKEN }
|
|
89690
|
+
},
|
|
89721
89691
|
RLUSD: {
|
|
89722
89692
|
name: "RLUSD",
|
|
89723
89693
|
symbol: "RLUSD",
|
|
89724
89694
|
type: { AllNetworks: tokenType_1.TokenType.NORMAL_TOKEN }
|
|
89725
89695
|
},
|
|
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
|
-
},
|
|
89741
89696
|
// Mellow
|
|
89742
89697
|
steakLRT: {
|
|
89743
89698
|
name: "Steakhouse Mellow LRT",
|
|
@@ -89854,11 +89809,6 @@ var require_normal = __commonJS({
|
|
|
89854
89809
|
symbol: "PT_beraSTONE_10APR2025",
|
|
89855
89810
|
type: { AllNetworks: tokenType_1.TokenType.NORMAL_TOKEN }
|
|
89856
89811
|
},
|
|
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
|
-
},
|
|
89862
89812
|
rstETH_Lido_wstETH: {
|
|
89863
89813
|
name: "Balancer V3 rstETH-Lido wstETH",
|
|
89864
89814
|
symbol: "rstETH_Lido_wstETH",
|
|
@@ -90149,8 +90099,6 @@ var require_token = __commonJS({
|
|
|
90149
90099
|
wUSDL: "0x7751E2F4b8ae93EF6B79d86419d42FE3295A4559",
|
|
90150
90100
|
csUSDL: "0xbEeFc011e94f43b8B7b455eBaB290C7Ab4E216f1",
|
|
90151
90101
|
RLUSD: "0x8292Bb45bf1Ee4d140127049757C2E0fF06317eD",
|
|
90152
|
-
lvlUSD: "0x7C1156E515aA1A2E851674120074968C905aAF37",
|
|
90153
|
-
slvlUSD: "0x4737D9b4592B40d51e110b94c9C043c6654067Ae",
|
|
90154
90102
|
// CURVE LP TOKENS
|
|
90155
90103
|
"3Crv": "0x6c3F90f043a72FA612cbac8115EE7e52BDe6E490",
|
|
90156
90104
|
crvFRAX: "0x3175Df0976dFA876431C2E9eE6Bc45b65d3473CC",
|
|
@@ -90178,10 +90126,6 @@ var require_token = __commonJS({
|
|
|
90178
90126
|
crvUSDETHCRV: "0x4eBdF703948ddCEA3B11f675B4D1Fba9d2414A14",
|
|
90179
90127
|
crvUsUSDe: "0x57064F49Ad7123C92560882a45518374ad982e85",
|
|
90180
90128
|
llamathena: "0xd29f8980852c2c76fC3f6E96a7Aa06E0BedCC1B1",
|
|
90181
|
-
dolaSave: "0xff17dAb22F1E61078aBa2623c89cE6110E878B3c",
|
|
90182
|
-
lvlUSDUSDC: "0x1220868672D5B10F3E1cB9Ab519E4d0B08545ea4",
|
|
90183
|
-
slvlUSDlvlUSDNG: "0xd89760b5b188D77dA878Ab09fF475569883A5B96",
|
|
90184
|
-
slvlUSDlvlUSD: "0xF244324FBB57f09F0606FF088bC894b051d632Eb",
|
|
90185
90129
|
rETH_f: "0x6c38cE8984a890F5e46e6dF6117C26b3F1EcfC9C",
|
|
90186
90130
|
MtEthena: "0x167478921b907422F8E88B43C4Af2B8BEa278d3A",
|
|
90187
90131
|
GHOUSDe: "0x670a72e6D22b0956C0D2573288F82DCc5d6E3a61",
|
|
@@ -90324,7 +90268,6 @@ var require_token = __commonJS({
|
|
|
90324
90268
|
PT_sUSDe_27MAR2025: "0xE00bd3Df25fb187d6ABBB620b3dfd19839947b81",
|
|
90325
90269
|
PT_sUSDe_29MAY2025: "0xb7de5dFCb74d25c2f21841fbd6230355C50d9308",
|
|
90326
90270
|
PT_beraSTONE_10APR2025: "0x40b7B4aB1E95e28DF06971581276966FDF95688E",
|
|
90327
|
-
PT_slvlUSD_25SEP2025: "0x2CA5f2C4300450D53214B00546795c1c07B89acB",
|
|
90328
90271
|
// Balancer V3
|
|
90329
90272
|
rstETH_Lido_wstETH: "0x121edB0bADc036F5FC610D015EE14093C142313B",
|
|
90330
90273
|
DVstETH_Prime_wstETH: "0xeb95d6BD67f613E7918A031d9F4a9a92766659aC",
|
|
@@ -90464,8 +90407,6 @@ var require_token = __commonJS({
|
|
|
90464
90407
|
csUSDL: constants_1.NOT_DEPLOYED,
|
|
90465
90408
|
MORPHO: constants_1.NOT_DEPLOYED,
|
|
90466
90409
|
RLUSD: constants_1.NOT_DEPLOYED,
|
|
90467
|
-
lvlUSD: constants_1.NOT_DEPLOYED,
|
|
90468
|
-
slvlUSD: constants_1.NOT_DEPLOYED,
|
|
90469
90410
|
// REDSTONE
|
|
90470
90411
|
SHIB: constants_1.NOT_DEPLOYED,
|
|
90471
90412
|
// YEARN TOKENS
|
|
@@ -90511,10 +90452,6 @@ var require_token = __commonJS({
|
|
|
90511
90452
|
crvUSDETHCRV: constants_1.NOT_DEPLOYED,
|
|
90512
90453
|
crvUsUSDe: constants_1.NOT_DEPLOYED,
|
|
90513
90454
|
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,
|
|
90518
90455
|
crvUSDC: "0xec090cf6DD891D2d014beA6edAda6e05E025D93d",
|
|
90519
90456
|
crvUSDT: "0x73aF1150F265419Ef8a5DB41908B700C32D49135",
|
|
90520
90457
|
crvUSDC_e: "0x3aDf984c937FA6846E5a24E0A68521Bdaf767cE1",
|
|
@@ -90641,7 +90578,6 @@ var require_token = __commonJS({
|
|
|
90641
90578
|
PT_sUSDe_27MAR2025: constants_1.NOT_DEPLOYED,
|
|
90642
90579
|
PT_sUSDe_29MAY2025: constants_1.NOT_DEPLOYED,
|
|
90643
90580
|
PT_beraSTONE_10APR2025: constants_1.NOT_DEPLOYED,
|
|
90644
|
-
PT_slvlUSD_25SEP2025: constants_1.NOT_DEPLOYED,
|
|
90645
90581
|
// Balancer V3
|
|
90646
90582
|
rstETH_Lido_wstETH: constants_1.NOT_DEPLOYED,
|
|
90647
90583
|
DVstETH_Prime_wstETH: constants_1.NOT_DEPLOYED,
|
|
@@ -90779,8 +90715,6 @@ var require_token = __commonJS({
|
|
|
90779
90715
|
csUSDL: constants_1.NOT_DEPLOYED,
|
|
90780
90716
|
MORPHO: constants_1.NOT_DEPLOYED,
|
|
90781
90717
|
RLUSD: constants_1.NOT_DEPLOYED,
|
|
90782
|
-
lvlUSD: constants_1.NOT_DEPLOYED,
|
|
90783
|
-
slvlUSD: constants_1.NOT_DEPLOYED,
|
|
90784
90718
|
// REDSTONE
|
|
90785
90719
|
SHIB: constants_1.NOT_DEPLOYED,
|
|
90786
90720
|
// YEARN TOKENS
|
|
@@ -90832,10 +90766,6 @@ var require_token = __commonJS({
|
|
|
90832
90766
|
crvUSDETHCRV: constants_1.NOT_DEPLOYED,
|
|
90833
90767
|
crvUsUSDe: constants_1.NOT_DEPLOYED,
|
|
90834
90768
|
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,
|
|
90839
90769
|
"2CRV": constants_1.NOT_DEPLOYED,
|
|
90840
90770
|
"3c-crvUSD": constants_1.NOT_DEPLOYED,
|
|
90841
90771
|
crvUSDC: constants_1.NOT_DEPLOYED,
|
|
@@ -90956,7 +90886,6 @@ var require_token = __commonJS({
|
|
|
90956
90886
|
PT_sUSDe_27MAR2025: constants_1.NOT_DEPLOYED,
|
|
90957
90887
|
PT_sUSDe_29MAY2025: constants_1.NOT_DEPLOYED,
|
|
90958
90888
|
PT_beraSTONE_10APR2025: constants_1.NOT_DEPLOYED,
|
|
90959
|
-
PT_slvlUSD_25SEP2025: constants_1.NOT_DEPLOYED,
|
|
90960
90889
|
// Balancer V3
|
|
90961
90890
|
rstETH_Lido_wstETH: constants_1.NOT_DEPLOYED,
|
|
90962
90891
|
DVstETH_Prime_wstETH: constants_1.NOT_DEPLOYED,
|
|
@@ -91093,8 +91022,6 @@ var require_token = __commonJS({
|
|
|
91093
91022
|
csUSDL: constants_1.NOT_DEPLOYED,
|
|
91094
91023
|
MORPHO: constants_1.NOT_DEPLOYED,
|
|
91095
91024
|
RLUSD: constants_1.NOT_DEPLOYED,
|
|
91096
|
-
lvlUSD: constants_1.NOT_DEPLOYED,
|
|
91097
|
-
slvlUSD: constants_1.NOT_DEPLOYED,
|
|
91098
91025
|
// REDSTONE
|
|
91099
91026
|
SHIB: constants_1.NOT_DEPLOYED,
|
|
91100
91027
|
// YEARN TOKENS
|
|
@@ -91145,10 +91072,6 @@ var require_token = __commonJS({
|
|
|
91145
91072
|
crvUSDETHCRV: constants_1.NOT_DEPLOYED,
|
|
91146
91073
|
crvUsUSDe: constants_1.NOT_DEPLOYED,
|
|
91147
91074
|
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,
|
|
91152
91075
|
"2CRV": constants_1.NOT_DEPLOYED,
|
|
91153
91076
|
"3c-crvUSD": constants_1.NOT_DEPLOYED,
|
|
91154
91077
|
crvUSDC: constants_1.NOT_DEPLOYED,
|
|
@@ -91268,7 +91191,6 @@ var require_token = __commonJS({
|
|
|
91268
91191
|
PT_sUSDe_27MAR2025: constants_1.NOT_DEPLOYED,
|
|
91269
91192
|
PT_sUSDe_29MAY2025: constants_1.NOT_DEPLOYED,
|
|
91270
91193
|
PT_beraSTONE_10APR2025: constants_1.NOT_DEPLOYED,
|
|
91271
|
-
PT_slvlUSD_25SEP2025: constants_1.NOT_DEPLOYED,
|
|
91272
91194
|
// Balancer V3
|
|
91273
91195
|
rstETH_Lido_wstETH: constants_1.NOT_DEPLOYED,
|
|
91274
91196
|
DVstETH_Prime_wstETH: constants_1.NOT_DEPLOYED,
|
|
@@ -91375,8 +91297,6 @@ var require_token = __commonJS({
|
|
|
91375
91297
|
wUSDL: constants_1.NOT_DEPLOYED,
|
|
91376
91298
|
csUSDL: constants_1.NOT_DEPLOYED,
|
|
91377
91299
|
RLUSD: constants_1.NOT_DEPLOYED,
|
|
91378
|
-
lvlUSD: constants_1.NOT_DEPLOYED,
|
|
91379
|
-
slvlUSD: constants_1.NOT_DEPLOYED,
|
|
91380
91300
|
/// UPDATE
|
|
91381
91301
|
STETH: constants_1.NOT_DEPLOYED,
|
|
91382
91302
|
wstETH: constants_1.NOT_DEPLOYED,
|
|
@@ -91464,10 +91384,6 @@ var require_token = __commonJS({
|
|
|
91464
91384
|
crvUSDETHCRV: constants_1.NOT_DEPLOYED,
|
|
91465
91385
|
crvUsUSDe: constants_1.NOT_DEPLOYED,
|
|
91466
91386
|
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,
|
|
91471
91387
|
"2CRV": constants_1.NOT_DEPLOYED,
|
|
91472
91388
|
"3c-crvUSD": constants_1.NOT_DEPLOYED,
|
|
91473
91389
|
crvUSDC: constants_1.NOT_DEPLOYED,
|
|
@@ -91582,7 +91498,6 @@ var require_token = __commonJS({
|
|
|
91582
91498
|
PT_sUSDe_27MAR2025: constants_1.NOT_DEPLOYED,
|
|
91583
91499
|
PT_sUSDe_29MAY2025: constants_1.NOT_DEPLOYED,
|
|
91584
91500
|
PT_beraSTONE_10APR2025: constants_1.NOT_DEPLOYED,
|
|
91585
|
-
PT_slvlUSD_25SEP2025: constants_1.NOT_DEPLOYED,
|
|
91586
91501
|
// Balancer V3
|
|
91587
91502
|
rstETH_Lido_wstETH: constants_1.NOT_DEPLOYED,
|
|
91588
91503
|
DVstETH_Prime_wstETH: constants_1.NOT_DEPLOYED,
|
|
@@ -92186,7 +92101,6 @@ var require_protocols = __commonJS({
|
|
|
92186
92101
|
Protocols3[Protocols3["Beets"] = 25] = "Beets";
|
|
92187
92102
|
Protocols3[Protocols3["Shadow"] = 26] = "Shadow";
|
|
92188
92103
|
Protocols3[Protocols3["Lift"] = 27] = "Lift";
|
|
92189
|
-
Protocols3[Protocols3["LevelMoney"] = 28] = "LevelMoney";
|
|
92190
92104
|
})(Protocols2 || (exports2.Protocols = Protocols2 = {}));
|
|
92191
92105
|
}
|
|
92192
92106
|
});
|
|
@@ -92264,10 +92178,6 @@ var require_contracts = __commonJS({
|
|
|
92264
92178
|
CURVE_TRI_CRV_POOL: token_1.tokenDataByNetwork.Mainnet.crvUSDETHCRV,
|
|
92265
92179
|
CURVE_CRVUSD_SUSDE_POOL: token_1.tokenDataByNetwork.Mainnet.crvUsUSDe,
|
|
92266
92180
|
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,
|
|
92271
92181
|
CURVE_RETH_ETH_POOL: "0x0f3159811670c117c372428D4E69AC32325e4D0F",
|
|
92272
92182
|
CURVE_3CRV_POOL_OP: constants_1.NOT_DEPLOYED,
|
|
92273
92183
|
CURVE_2CRV_POOL_ARB: token_1.tokenDataByNetwork.Mainnet["2CRV"],
|
|
@@ -92295,7 +92205,6 @@ var require_contracts = __commonJS({
|
|
|
92295
92205
|
AAVE_WSTETH_VAULT: token_1.tokenDataByNetwork.Mainnet.waEthLidowstETH,
|
|
92296
92206
|
WRAPPED_USDL_VAULT: token_1.tokenDataByNetwork.Mainnet.wUSDL,
|
|
92297
92207
|
COINSHIFT_USDL_VAULT: token_1.tokenDataByNetwork.Mainnet.csUSDL,
|
|
92298
|
-
LEVELED_USD_VAULT: token_1.tokenDataByNetwork.Mainnet.slvlUSD,
|
|
92299
92208
|
// CONVEX
|
|
92300
92209
|
CONVEX_BOOSTER: "0xF403C135812408BFbE8713b5A23a04b3D48AAE31",
|
|
92301
92210
|
CONVEX_3CRV_POOL: "0x689440f2Ff927E1f24c72F1087E1FAF471eCe1c8",
|
|
@@ -92428,10 +92337,6 @@ var require_contracts = __commonJS({
|
|
|
92428
92337
|
CURVE_TRI_CRV_POOL: token_1.tokenDataByNetwork.Arbitrum.crvUSDETHCRV,
|
|
92429
92338
|
CURVE_CRVUSD_SUSDE_POOL: token_1.tokenDataByNetwork.Arbitrum.crvUsUSDe,
|
|
92430
92339
|
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,
|
|
92435
92340
|
CURVE_RETH_ETH_POOL: constants_1.NOT_DEPLOYED,
|
|
92436
92341
|
CURVE_3CRV_POOL_OP: constants_1.NOT_DEPLOYED,
|
|
92437
92342
|
CURVE_2CRV_POOL_ARB: token_1.tokenDataByNetwork.Arbitrum["2CRV"],
|
|
@@ -92459,7 +92364,6 @@ var require_contracts = __commonJS({
|
|
|
92459
92364
|
AAVE_WSTETH_VAULT: token_1.tokenDataByNetwork.Arbitrum.waEthLidowstETH,
|
|
92460
92365
|
WRAPPED_USDL_VAULT: token_1.tokenDataByNetwork.Arbitrum.wUSDL,
|
|
92461
92366
|
COINSHIFT_USDL_VAULT: token_1.tokenDataByNetwork.Arbitrum.csUSDL,
|
|
92462
|
-
LEVELED_USD_VAULT: token_1.tokenDataByNetwork.Arbitrum.slvlUSD,
|
|
92463
92367
|
// CONVEX
|
|
92464
92368
|
CONVEX_BOOSTER: constants_1.NOT_DEPLOYED,
|
|
92465
92369
|
CONVEX_3CRV_POOL: constants_1.NOT_DEPLOYED,
|
|
@@ -92593,10 +92497,6 @@ var require_contracts = __commonJS({
|
|
|
92593
92497
|
CURVE_TRI_CRV_POOL: token_1.tokenDataByNetwork.Optimism.crvUSDETHCRV,
|
|
92594
92498
|
CURVE_CRVUSD_SUSDE_POOL: token_1.tokenDataByNetwork.Optimism.crvUsUSDe,
|
|
92595
92499
|
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,
|
|
92600
92500
|
CURVE_RETH_ETH_POOL: constants_1.NOT_DEPLOYED,
|
|
92601
92501
|
CURVE_2CRV_POOL_ARB: token_1.tokenDataByNetwork.Optimism["2CRV"],
|
|
92602
92502
|
CURVE_TRICRYPTO_CRVUSD_POOL_ARB: token_1.tokenDataByNetwork.Optimism["3c-crvUSD"],
|
|
@@ -92623,7 +92523,6 @@ var require_contracts = __commonJS({
|
|
|
92623
92523
|
AAVE_WSTETH_VAULT: token_1.tokenDataByNetwork.Optimism.waEthLidowstETH,
|
|
92624
92524
|
WRAPPED_USDL_VAULT: token_1.tokenDataByNetwork.Optimism.wUSDL,
|
|
92625
92525
|
COINSHIFT_USDL_VAULT: token_1.tokenDataByNetwork.Optimism.csUSDL,
|
|
92626
|
-
LEVELED_USD_VAULT: token_1.tokenDataByNetwork.Optimism.slvlUSD,
|
|
92627
92526
|
// CONVEX
|
|
92628
92527
|
CONVEX_BOOSTER: constants_1.NOT_DEPLOYED,
|
|
92629
92528
|
CONVEX_3CRV_POOL: constants_1.NOT_DEPLOYED,
|
|
@@ -92755,10 +92654,6 @@ var require_contracts = __commonJS({
|
|
|
92755
92654
|
CURVE_TRI_CRV_POOL: token_1.tokenDataByNetwork.Base.crvUSDETHCRV,
|
|
92756
92655
|
CURVE_CRVUSD_SUSDE_POOL: token_1.tokenDataByNetwork.Base.crvUsUSDe,
|
|
92757
92656
|
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,
|
|
92762
92657
|
CURVE_RETH_ETH_POOL: constants_1.NOT_DEPLOYED,
|
|
92763
92658
|
CURVE_2CRV_POOL_ARB: token_1.tokenDataByNetwork.Base["2CRV"],
|
|
92764
92659
|
CURVE_TRICRYPTO_CRVUSD_POOL_ARB: token_1.tokenDataByNetwork.Base["3c-crvUSD"],
|
|
@@ -92785,7 +92680,6 @@ var require_contracts = __commonJS({
|
|
|
92785
92680
|
AAVE_WSTETH_VAULT: token_1.tokenDataByNetwork.Base.waEthLidowstETH,
|
|
92786
92681
|
WRAPPED_USDL_VAULT: token_1.tokenDataByNetwork.Base.wUSDL,
|
|
92787
92682
|
COINSHIFT_USDL_VAULT: token_1.tokenDataByNetwork.Base.csUSDL,
|
|
92788
|
-
LEVELED_USD_VAULT: token_1.tokenDataByNetwork.Base.slvlUSD,
|
|
92789
92683
|
// CONVEX
|
|
92790
92684
|
CONVEX_BOOSTER: constants_1.NOT_DEPLOYED,
|
|
92791
92685
|
CONVEX_3CRV_POOL: constants_1.NOT_DEPLOYED,
|
|
@@ -92919,10 +92813,6 @@ var require_contracts = __commonJS({
|
|
|
92919
92813
|
CURVE_TRI_CRV_POOL: constants_1.NOT_DEPLOYED,
|
|
92920
92814
|
CURVE_CRVUSD_SUSDE_POOL: constants_1.NOT_DEPLOYED,
|
|
92921
92815
|
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,
|
|
92926
92816
|
CURVE_RETH_ETH_POOL: constants_1.NOT_DEPLOYED,
|
|
92927
92817
|
CURVE_2CRV_POOL_ARB: constants_1.NOT_DEPLOYED,
|
|
92928
92818
|
CURVE_TRICRYPTO_CRVUSD_POOL_ARB: constants_1.NOT_DEPLOYED,
|
|
@@ -92949,7 +92839,6 @@ var require_contracts = __commonJS({
|
|
|
92949
92839
|
AAVE_WSTETH_VAULT: constants_1.NOT_DEPLOYED,
|
|
92950
92840
|
WRAPPED_USDL_VAULT: constants_1.NOT_DEPLOYED,
|
|
92951
92841
|
COINSHIFT_USDL_VAULT: constants_1.NOT_DEPLOYED,
|
|
92952
|
-
LEVELED_USD_VAULT: constants_1.NOT_DEPLOYED,
|
|
92953
92842
|
// CONVEX
|
|
92954
92843
|
CONVEX_BOOSTER: constants_1.NOT_DEPLOYED,
|
|
92955
92844
|
CONVEX_3CRV_POOL: constants_1.NOT_DEPLOYED,
|
|
@@ -93260,38 +93149,6 @@ var require_contracts = __commonJS({
|
|
|
93260
93149
|
lpToken: "llamathena",
|
|
93261
93150
|
tokens: ["scrvUSD", "sUSDe"]
|
|
93262
93151
|
},
|
|
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
|
-
},
|
|
93295
93152
|
CURVE_CRVUSD_FRAX_POOL: {
|
|
93296
93153
|
name: "Curve crvUSDFRAX",
|
|
93297
93154
|
protocol: protocols_1.Protocols.Curve,
|
|
@@ -93666,12 +93523,6 @@ var require_contracts = __commonJS({
|
|
|
93666
93523
|
type: adapters_1.AdapterInterface.ERC4626_VAULT,
|
|
93667
93524
|
underlying: "wUSDL"
|
|
93668
93525
|
},
|
|
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
|
-
},
|
|
93675
93526
|
CONVEX_BOOSTER: {
|
|
93676
93527
|
name: "Convex BOOSTER",
|
|
93677
93528
|
protocol: protocols_1.Protocols.Convex,
|
|
@@ -132566,38 +132417,6 @@ var require_priceFeeds = __commonJS({
|
|
|
132566
132417
|
}
|
|
132567
132418
|
}
|
|
132568
132419
|
},
|
|
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
|
-
},
|
|
132601
132420
|
crvUSDUSDT: {
|
|
132602
132421
|
AllNetworks: {
|
|
132603
132422
|
Main: {
|
|
@@ -132657,11 +132476,7 @@ var require_priceFeeds = __commonJS({
|
|
|
132657
132476
|
Main: {
|
|
132658
132477
|
type: pricefeedType_1.PriceFeedType.CURVE_2LP_ORACLE,
|
|
132659
132478
|
assets: ["USDC", "RLUSD"],
|
|
132660
|
-
trusted:
|
|
132661
|
-
},
|
|
132662
|
-
Reserve: {
|
|
132663
|
-
type: pricefeedType_1.PriceFeedType.CURVE_2LP_ORACLE,
|
|
132664
|
-
assets: ["RLUSD", "RLUSD"]
|
|
132479
|
+
trusted: true
|
|
132665
132480
|
}
|
|
132666
132481
|
}
|
|
132667
132482
|
},
|
|
@@ -133025,11 +132840,7 @@ var require_priceFeeds = __commonJS({
|
|
|
133025
132840
|
Main: {
|
|
133026
132841
|
type: pricefeedType_1.PriceFeedType.THE_SAME_AS,
|
|
133027
132842
|
token: "RLUSDUSDC",
|
|
133028
|
-
trusted:
|
|
133029
|
-
},
|
|
133030
|
-
Reserve: {
|
|
133031
|
-
type: pricefeedType_1.PriceFeedType.THE_SAME_AS,
|
|
133032
|
-
token: "RLUSDUSDC"
|
|
132843
|
+
trusted: true
|
|
133033
132844
|
}
|
|
133034
132845
|
}
|
|
133035
132846
|
},
|
|
@@ -133204,11 +133015,7 @@ var require_priceFeeds = __commonJS({
|
|
|
133204
133015
|
Main: {
|
|
133205
133016
|
type: pricefeedType_1.PriceFeedType.THE_SAME_AS,
|
|
133206
133017
|
token: "RLUSDUSDC",
|
|
133207
|
-
trusted:
|
|
133208
|
-
},
|
|
133209
|
-
Reserve: {
|
|
133210
|
-
type: pricefeedType_1.PriceFeedType.THE_SAME_AS,
|
|
133211
|
-
token: "RLUSDUSDC"
|
|
133018
|
+
trusted: true
|
|
133212
133019
|
}
|
|
133213
133020
|
}
|
|
133214
133021
|
},
|
|
@@ -133870,7 +133677,7 @@ var require_priceFeeds = __commonJS({
|
|
|
133870
133677
|
Mainnet: {
|
|
133871
133678
|
Main: {
|
|
133872
133679
|
type: pricefeedType_1.PriceFeedType.ZERO_ORACLE,
|
|
133873
|
-
trusted:
|
|
133680
|
+
trusted: false
|
|
133874
133681
|
}
|
|
133875
133682
|
},
|
|
133876
133683
|
Arbitrum: {
|
|
@@ -134204,31 +134011,6 @@ var require_priceFeeds = __commonJS({
|
|
|
134204
134011
|
type: pricefeedType_1.PriceFeedType.CHAINLINK_ORACLE,
|
|
134205
134012
|
address: "0x26C46B7aD0012cA71F2298ada567dC9Af14E7f2A",
|
|
134206
134013
|
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,
|
|
134232
134014
|
trusted: true
|
|
134233
134015
|
}
|
|
134234
134016
|
}
|
|
@@ -134753,18 +134535,6 @@ var require_priceFeeds = __commonJS({
|
|
|
134753
134535
|
}
|
|
134754
134536
|
}
|
|
134755
134537
|
},
|
|
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
|
-
},
|
|
134768
134538
|
rstETH_Lido_wstETH: {
|
|
134769
134539
|
AllNetworks: {
|
|
134770
134540
|
Main: {
|
|
@@ -428639,7 +428409,7 @@ function getRenderer(opts) {
|
|
|
428639
428409
|
var package_default = {
|
|
428640
428410
|
name: "@gearbox-protocol/deploy-tools",
|
|
428641
428411
|
description: "Gearbox deploy tools",
|
|
428642
|
-
version: "5.
|
|
428412
|
+
version: "5.33.0-next.2",
|
|
428643
428413
|
homepage: "https://gearbox.fi",
|
|
428644
428414
|
keywords: [
|
|
428645
428415
|
"gearbox"
|
|
@@ -428679,11 +428449,12 @@ var package_default = {
|
|
|
428679
428449
|
"@commander-js/extra-typings": "^14.0.0",
|
|
428680
428450
|
"@ethereum-sourcify/bytecode-utils": "^1.3.7",
|
|
428681
428451
|
"@ethereum-sourcify/lib-sourcify": "^1.12.1",
|
|
428452
|
+
"@gearbox-protocol/cli-utils": "0.0.0",
|
|
428682
428453
|
"@gearbox-protocol/deploy-tools-node": "0.0.0",
|
|
428683
428454
|
"@gearbox-protocol/deploy-tools-shared": "0.0.0",
|
|
428684
428455
|
"@gearbox-protocol/deploy-tools-types": "0.0.0",
|
|
428685
428456
|
"@gearbox-protocol/sdk": "7.6.4",
|
|
428686
|
-
"@gearbox-protocol/sdk-gov": "2.
|
|
428457
|
+
"@gearbox-protocol/sdk-gov": "^2.37.0",
|
|
428687
428458
|
"@types/lodash-es": "^4.17.12",
|
|
428688
428459
|
"@types/node": "^22.15.21",
|
|
428689
428460
|
"@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.
|
|
4
|
+
"version": "5.33.0-next.2",
|
|
5
5
|
"homepage": "https://gearbox.fi",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"gearbox"
|
|
@@ -41,11 +41,12 @@
|
|
|
41
41
|
"@commander-js/extra-typings": "^14.0.0",
|
|
42
42
|
"@ethereum-sourcify/bytecode-utils": "^1.3.7",
|
|
43
43
|
"@ethereum-sourcify/lib-sourcify": "^1.12.1",
|
|
44
|
+
"@gearbox-protocol/cli-utils": "0.0.0",
|
|
44
45
|
"@gearbox-protocol/deploy-tools-node": "0.0.0",
|
|
45
46
|
"@gearbox-protocol/deploy-tools-shared": "0.0.0",
|
|
46
47
|
"@gearbox-protocol/deploy-tools-types": "0.0.0",
|
|
47
48
|
"@gearbox-protocol/sdk": "7.6.4",
|
|
48
|
-
"@gearbox-protocol/sdk-gov": "2.
|
|
49
|
+
"@gearbox-protocol/sdk-gov": "^2.37.0",
|
|
49
50
|
"@types/lodash-es": "^4.17.12",
|
|
50
51
|
"@types/node": "^22.15.21",
|
|
51
52
|
"@types/react": "^19.1.6",
|