@gearbox-protocol/deploy-tools 5.49.14 → 5.49.16
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 +263 -19
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -94536,6 +94536,34 @@ var require_curveLP = __commonJS({
|
|
|
94536
94536
|
pool: "CURVE_LLAMA_THENA_POOL",
|
|
94537
94537
|
tokenOut: ["scrvUSD", "sUSDe"]
|
|
94538
94538
|
},
|
|
94539
|
+
dolaSave: {
|
|
94540
|
+
name: "Curve dola save",
|
|
94541
|
+
symbol: "dolaSave",
|
|
94542
|
+
type: { AllNetworks: tokenType_1.TokenType.CURVE_LP_TOKEN },
|
|
94543
|
+
pool: "CURVE_DOLA_SCRVUSD_POOL",
|
|
94544
|
+
tokenOut: ["DOLA", "scrvUSD"]
|
|
94545
|
+
},
|
|
94546
|
+
lvlUSDUSDC: {
|
|
94547
|
+
name: "Curve lvlUSD/USDC",
|
|
94548
|
+
symbol: "lvlUSDUSDC",
|
|
94549
|
+
type: { AllNetworks: tokenType_1.TokenType.CURVE_LP_TOKEN },
|
|
94550
|
+
pool: "CURVE_LVLUSD_USDC_POOL",
|
|
94551
|
+
tokenOut: ["USDC", "lvlUSD"]
|
|
94552
|
+
},
|
|
94553
|
+
slvlUSDlvlUSDNG: {
|
|
94554
|
+
name: "Curve slvlUSD/lvlUSD (ng)",
|
|
94555
|
+
symbol: "slvlUSDlvlUSDNG",
|
|
94556
|
+
type: { AllNetworks: tokenType_1.TokenType.CURVE_LP_TOKEN },
|
|
94557
|
+
pool: "CURVE_SLVLUSD_LVLUSD_NG_POOL",
|
|
94558
|
+
tokenOut: ["slvlUSD", "lvlUSD"]
|
|
94559
|
+
},
|
|
94560
|
+
slvlUSDlvlUSD: {
|
|
94561
|
+
name: "Curve slvlUSD/lvlUSD",
|
|
94562
|
+
symbol: "slvlUSDlvlUSD",
|
|
94563
|
+
type: { AllNetworks: tokenType_1.TokenType.CURVE_LP_TOKEN },
|
|
94564
|
+
pool: "CURVE_SLVLUSD_LVLUSD_POOL",
|
|
94565
|
+
tokenOut: ["lvlUSD", "slvlUSD"]
|
|
94566
|
+
},
|
|
94539
94567
|
crvUSDFRAX: {
|
|
94540
94568
|
name: "Curve crvUSDFRAX",
|
|
94541
94569
|
symbol: "crvUSDFRAX",
|
|
@@ -94895,6 +94923,10 @@ var require_decimals = __commonJS({
|
|
|
94895
94923
|
USDLUSDC: 18,
|
|
94896
94924
|
RLUSDUSDC: 18,
|
|
94897
94925
|
llamathena: 18,
|
|
94926
|
+
dolaSave: 18,
|
|
94927
|
+
lvlUSDUSDC: 18,
|
|
94928
|
+
slvlUSDlvlUSDNG: 18,
|
|
94929
|
+
slvlUSDlvlUSD: 18,
|
|
94898
94930
|
crvUSDUSDT: 18,
|
|
94899
94931
|
crvUSDETHCRV: 18,
|
|
94900
94932
|
crvUSDFRAX: 18,
|
|
@@ -95065,6 +95097,8 @@ var require_decimals = __commonJS({
|
|
|
95065
95097
|
wUSDL: 18,
|
|
95066
95098
|
csUSDL: 18,
|
|
95067
95099
|
RLUSD: 18,
|
|
95100
|
+
lvlUSD: 18,
|
|
95101
|
+
slvlUSD: 18,
|
|
95068
95102
|
beraSTONE: 18,
|
|
95069
95103
|
rETH: 18,
|
|
95070
95104
|
rETH_f: 18,
|
|
@@ -95081,6 +95115,7 @@ var require_decimals = __commonJS({
|
|
|
95081
95115
|
PT_sUSDe_27MAR2025: 18,
|
|
95082
95116
|
PT_sUSDe_29MAY2025: 18,
|
|
95083
95117
|
PT_beraSTONE_10APR2025: 18,
|
|
95118
|
+
PT_slvlUSD_25SEP2025: 18,
|
|
95084
95119
|
rstETH_Lido_wstETH: 18,
|
|
95085
95120
|
DVstETH_Prime_wstETH: 18
|
|
95086
95121
|
};
|
|
@@ -95124,12 +95159,12 @@ var require_erc4626 = __commonJS({
|
|
|
95124
95159
|
underlying: "USDS",
|
|
95125
95160
|
vault: "STAKED_USDS_VAULT"
|
|
95126
95161
|
},
|
|
95127
|
-
|
|
95128
|
-
name: "
|
|
95129
|
-
symbol: "
|
|
95162
|
+
csUSDL: {
|
|
95163
|
+
name: "Coinshift USDL",
|
|
95164
|
+
symbol: "csUSDL",
|
|
95130
95165
|
type: { AllNetworks: tokenType_1.TokenType.ERC4626_VAULT_TOKEN },
|
|
95131
|
-
underlying: "
|
|
95132
|
-
vault: "
|
|
95166
|
+
underlying: "USDL",
|
|
95167
|
+
vault: "COINSHIFT_USDL_VAULT"
|
|
95133
95168
|
}
|
|
95134
95169
|
};
|
|
95135
95170
|
var isERC4626LPToken = (t) => typeof t === "string" && !!exports2.erc4626Tokens[t];
|
|
@@ -95638,16 +95673,26 @@ var require_normal = __commonJS({
|
|
|
95638
95673
|
symbol: "wUSDL",
|
|
95639
95674
|
type: { AllNetworks: tokenType_1.TokenType.NORMAL_TOKEN }
|
|
95640
95675
|
},
|
|
95641
|
-
csUSDL: {
|
|
95642
|
-
name: "Coinshift USDL",
|
|
95643
|
-
symbol: "csUSDL",
|
|
95644
|
-
type: { AllNetworks: tokenType_1.TokenType.NORMAL_TOKEN }
|
|
95645
|
-
},
|
|
95646
95676
|
RLUSD: {
|
|
95647
95677
|
name: "RLUSD",
|
|
95648
95678
|
symbol: "RLUSD",
|
|
95649
95679
|
type: { AllNetworks: tokenType_1.TokenType.NORMAL_TOKEN }
|
|
95650
95680
|
},
|
|
95681
|
+
lvlUSD: {
|
|
95682
|
+
name: "Level USD",
|
|
95683
|
+
symbol: "lvlUSD",
|
|
95684
|
+
type: { AllNetworks: tokenType_1.TokenType.NORMAL_TOKEN }
|
|
95685
|
+
},
|
|
95686
|
+
slvlUSD: {
|
|
95687
|
+
name: "Staked lvlUSD",
|
|
95688
|
+
symbol: "slvlUSD",
|
|
95689
|
+
type: { AllNetworks: tokenType_1.TokenType.NORMAL_TOKEN }
|
|
95690
|
+
},
|
|
95691
|
+
scrvUSD: {
|
|
95692
|
+
name: "Savings crvUSD",
|
|
95693
|
+
symbol: "scrvUSD",
|
|
95694
|
+
type: { AllNetworks: tokenType_1.TokenType.NORMAL_TOKEN }
|
|
95695
|
+
},
|
|
95651
95696
|
// Mellow
|
|
95652
95697
|
steakLRT: {
|
|
95653
95698
|
name: "Steakhouse Mellow LRT",
|
|
@@ -95764,6 +95809,11 @@ var require_normal = __commonJS({
|
|
|
95764
95809
|
symbol: "PT_beraSTONE_10APR2025",
|
|
95765
95810
|
type: { AllNetworks: tokenType_1.TokenType.NORMAL_TOKEN }
|
|
95766
95811
|
},
|
|
95812
|
+
PT_slvlUSD_25SEP2025: {
|
|
95813
|
+
name: "Pendle PT lvlUSD 25 September 2025 expiry",
|
|
95814
|
+
symbol: "PT_slvlUSD_25SEP2025",
|
|
95815
|
+
type: { AllNetworks: tokenType_1.TokenType.NORMAL_TOKEN }
|
|
95816
|
+
},
|
|
95767
95817
|
rstETH_Lido_wstETH: {
|
|
95768
95818
|
name: "Balancer V3 rstETH-Lido wstETH",
|
|
95769
95819
|
symbol: "rstETH_Lido_wstETH",
|
|
@@ -96054,6 +96104,8 @@ var require_token = __commonJS({
|
|
|
96054
96104
|
wUSDL: "0x7751E2F4b8ae93EF6B79d86419d42FE3295A4559",
|
|
96055
96105
|
csUSDL: "0xbEeFc011e94f43b8B7b455eBaB290C7Ab4E216f1",
|
|
96056
96106
|
RLUSD: "0x8292Bb45bf1Ee4d140127049757C2E0fF06317eD",
|
|
96107
|
+
lvlUSD: "0x7C1156E515aA1A2E851674120074968C905aAF37",
|
|
96108
|
+
slvlUSD: "0x4737D9b4592B40d51e110b94c9C043c6654067Ae",
|
|
96057
96109
|
// CURVE LP TOKENS
|
|
96058
96110
|
"3Crv": "0x6c3F90f043a72FA612cbac8115EE7e52BDe6E490",
|
|
96059
96111
|
crvFRAX: "0x3175Df0976dFA876431C2E9eE6Bc45b65d3473CC",
|
|
@@ -96081,6 +96133,10 @@ var require_token = __commonJS({
|
|
|
96081
96133
|
crvUSDETHCRV: "0x4eBdF703948ddCEA3B11f675B4D1Fba9d2414A14",
|
|
96082
96134
|
crvUsUSDe: "0x57064F49Ad7123C92560882a45518374ad982e85",
|
|
96083
96135
|
llamathena: "0xd29f8980852c2c76fC3f6E96a7Aa06E0BedCC1B1",
|
|
96136
|
+
dolaSave: "0xff17dAb22F1E61078aBa2623c89cE6110E878B3c",
|
|
96137
|
+
lvlUSDUSDC: "0x1220868672D5B10F3E1cB9Ab519E4d0B08545ea4",
|
|
96138
|
+
slvlUSDlvlUSDNG: "0xd89760b5b188D77dA878Ab09fF475569883A5B96",
|
|
96139
|
+
slvlUSDlvlUSD: "0xF244324FBB57f09F0606FF088bC894b051d632Eb",
|
|
96084
96140
|
rETH_f: "0x6c38cE8984a890F5e46e6dF6117C26b3F1EcfC9C",
|
|
96085
96141
|
MtEthena: "0x167478921b907422F8E88B43C4Af2B8BEa278d3A",
|
|
96086
96142
|
GHOUSDe: "0x670a72e6D22b0956C0D2573288F82DCc5d6E3a61",
|
|
@@ -96223,6 +96279,7 @@ var require_token = __commonJS({
|
|
|
96223
96279
|
PT_sUSDe_27MAR2025: "0xE00bd3Df25fb187d6ABBB620b3dfd19839947b81",
|
|
96224
96280
|
PT_sUSDe_29MAY2025: "0xb7de5dFCb74d25c2f21841fbd6230355C50d9308",
|
|
96225
96281
|
PT_beraSTONE_10APR2025: "0x40b7B4aB1E95e28DF06971581276966FDF95688E",
|
|
96282
|
+
PT_slvlUSD_25SEP2025: "0x2CA5f2C4300450D53214B00546795c1c07B89acB",
|
|
96226
96283
|
// Balancer V3
|
|
96227
96284
|
rstETH_Lido_wstETH: "0x121edB0bADc036F5FC610D015EE14093C142313B",
|
|
96228
96285
|
DVstETH_Prime_wstETH: "0xeb95d6BD67f613E7918A031d9F4a9a92766659aC",
|
|
@@ -96362,6 +96419,8 @@ var require_token = __commonJS({
|
|
|
96362
96419
|
csUSDL: constants_1.NOT_DEPLOYED,
|
|
96363
96420
|
MORPHO: constants_1.NOT_DEPLOYED,
|
|
96364
96421
|
RLUSD: constants_1.NOT_DEPLOYED,
|
|
96422
|
+
lvlUSD: constants_1.NOT_DEPLOYED,
|
|
96423
|
+
slvlUSD: constants_1.NOT_DEPLOYED,
|
|
96365
96424
|
// REDSTONE
|
|
96366
96425
|
SHIB: constants_1.NOT_DEPLOYED,
|
|
96367
96426
|
// YEARN TOKENS
|
|
@@ -96407,6 +96466,10 @@ var require_token = __commonJS({
|
|
|
96407
96466
|
crvUSDETHCRV: constants_1.NOT_DEPLOYED,
|
|
96408
96467
|
crvUsUSDe: constants_1.NOT_DEPLOYED,
|
|
96409
96468
|
llamathena: constants_1.NOT_DEPLOYED,
|
|
96469
|
+
dolaSave: constants_1.NOT_DEPLOYED,
|
|
96470
|
+
lvlUSDUSDC: constants_1.NOT_DEPLOYED,
|
|
96471
|
+
slvlUSDlvlUSDNG: constants_1.NOT_DEPLOYED,
|
|
96472
|
+
slvlUSDlvlUSD: constants_1.NOT_DEPLOYED,
|
|
96410
96473
|
crvUSDC: "0xec090cf6DD891D2d014beA6edAda6e05E025D93d",
|
|
96411
96474
|
crvUSDT: "0x73aF1150F265419Ef8a5DB41908B700C32D49135",
|
|
96412
96475
|
crvUSDC_e: "0x3aDf984c937FA6846E5a24E0A68521Bdaf767cE1",
|
|
@@ -96533,6 +96596,7 @@ var require_token = __commonJS({
|
|
|
96533
96596
|
PT_sUSDe_27MAR2025: constants_1.NOT_DEPLOYED,
|
|
96534
96597
|
PT_sUSDe_29MAY2025: constants_1.NOT_DEPLOYED,
|
|
96535
96598
|
PT_beraSTONE_10APR2025: constants_1.NOT_DEPLOYED,
|
|
96599
|
+
PT_slvlUSD_25SEP2025: constants_1.NOT_DEPLOYED,
|
|
96536
96600
|
// Balancer V3
|
|
96537
96601
|
rstETH_Lido_wstETH: constants_1.NOT_DEPLOYED,
|
|
96538
96602
|
DVstETH_Prime_wstETH: constants_1.NOT_DEPLOYED,
|
|
@@ -96670,6 +96734,8 @@ var require_token = __commonJS({
|
|
|
96670
96734
|
csUSDL: constants_1.NOT_DEPLOYED,
|
|
96671
96735
|
MORPHO: constants_1.NOT_DEPLOYED,
|
|
96672
96736
|
RLUSD: constants_1.NOT_DEPLOYED,
|
|
96737
|
+
lvlUSD: constants_1.NOT_DEPLOYED,
|
|
96738
|
+
slvlUSD: constants_1.NOT_DEPLOYED,
|
|
96673
96739
|
// REDSTONE
|
|
96674
96740
|
SHIB: constants_1.NOT_DEPLOYED,
|
|
96675
96741
|
// YEARN TOKENS
|
|
@@ -96721,6 +96787,10 @@ var require_token = __commonJS({
|
|
|
96721
96787
|
crvUSDETHCRV: constants_1.NOT_DEPLOYED,
|
|
96722
96788
|
crvUsUSDe: constants_1.NOT_DEPLOYED,
|
|
96723
96789
|
llamathena: constants_1.NOT_DEPLOYED,
|
|
96790
|
+
dolaSave: constants_1.NOT_DEPLOYED,
|
|
96791
|
+
lvlUSDUSDC: constants_1.NOT_DEPLOYED,
|
|
96792
|
+
slvlUSDlvlUSDNG: constants_1.NOT_DEPLOYED,
|
|
96793
|
+
slvlUSDlvlUSD: constants_1.NOT_DEPLOYED,
|
|
96724
96794
|
"2CRV": constants_1.NOT_DEPLOYED,
|
|
96725
96795
|
"3c-crvUSD": constants_1.NOT_DEPLOYED,
|
|
96726
96796
|
crvUSDC: constants_1.NOT_DEPLOYED,
|
|
@@ -96841,6 +96911,7 @@ var require_token = __commonJS({
|
|
|
96841
96911
|
PT_sUSDe_27MAR2025: constants_1.NOT_DEPLOYED,
|
|
96842
96912
|
PT_sUSDe_29MAY2025: constants_1.NOT_DEPLOYED,
|
|
96843
96913
|
PT_beraSTONE_10APR2025: constants_1.NOT_DEPLOYED,
|
|
96914
|
+
PT_slvlUSD_25SEP2025: constants_1.NOT_DEPLOYED,
|
|
96844
96915
|
// Balancer V3
|
|
96845
96916
|
rstETH_Lido_wstETH: constants_1.NOT_DEPLOYED,
|
|
96846
96917
|
DVstETH_Prime_wstETH: constants_1.NOT_DEPLOYED,
|
|
@@ -96977,6 +97048,8 @@ var require_token = __commonJS({
|
|
|
96977
97048
|
csUSDL: constants_1.NOT_DEPLOYED,
|
|
96978
97049
|
MORPHO: constants_1.NOT_DEPLOYED,
|
|
96979
97050
|
RLUSD: constants_1.NOT_DEPLOYED,
|
|
97051
|
+
lvlUSD: constants_1.NOT_DEPLOYED,
|
|
97052
|
+
slvlUSD: constants_1.NOT_DEPLOYED,
|
|
96980
97053
|
// REDSTONE
|
|
96981
97054
|
SHIB: constants_1.NOT_DEPLOYED,
|
|
96982
97055
|
// YEARN TOKENS
|
|
@@ -97027,6 +97100,10 @@ var require_token = __commonJS({
|
|
|
97027
97100
|
crvUSDETHCRV: constants_1.NOT_DEPLOYED,
|
|
97028
97101
|
crvUsUSDe: constants_1.NOT_DEPLOYED,
|
|
97029
97102
|
llamathena: constants_1.NOT_DEPLOYED,
|
|
97103
|
+
dolaSave: constants_1.NOT_DEPLOYED,
|
|
97104
|
+
lvlUSDUSDC: constants_1.NOT_DEPLOYED,
|
|
97105
|
+
slvlUSDlvlUSDNG: constants_1.NOT_DEPLOYED,
|
|
97106
|
+
slvlUSDlvlUSD: constants_1.NOT_DEPLOYED,
|
|
97030
97107
|
"2CRV": constants_1.NOT_DEPLOYED,
|
|
97031
97108
|
"3c-crvUSD": constants_1.NOT_DEPLOYED,
|
|
97032
97109
|
crvUSDC: constants_1.NOT_DEPLOYED,
|
|
@@ -97146,6 +97223,7 @@ var require_token = __commonJS({
|
|
|
97146
97223
|
PT_sUSDe_27MAR2025: constants_1.NOT_DEPLOYED,
|
|
97147
97224
|
PT_sUSDe_29MAY2025: constants_1.NOT_DEPLOYED,
|
|
97148
97225
|
PT_beraSTONE_10APR2025: constants_1.NOT_DEPLOYED,
|
|
97226
|
+
PT_slvlUSD_25SEP2025: constants_1.NOT_DEPLOYED,
|
|
97149
97227
|
// Balancer V3
|
|
97150
97228
|
rstETH_Lido_wstETH: constants_1.NOT_DEPLOYED,
|
|
97151
97229
|
DVstETH_Prime_wstETH: constants_1.NOT_DEPLOYED,
|
|
@@ -97252,6 +97330,8 @@ var require_token = __commonJS({
|
|
|
97252
97330
|
wUSDL: constants_1.NOT_DEPLOYED,
|
|
97253
97331
|
csUSDL: constants_1.NOT_DEPLOYED,
|
|
97254
97332
|
RLUSD: constants_1.NOT_DEPLOYED,
|
|
97333
|
+
lvlUSD: constants_1.NOT_DEPLOYED,
|
|
97334
|
+
slvlUSD: constants_1.NOT_DEPLOYED,
|
|
97255
97335
|
/// UPDATE
|
|
97256
97336
|
STETH: constants_1.NOT_DEPLOYED,
|
|
97257
97337
|
wstETH: constants_1.NOT_DEPLOYED,
|
|
@@ -97339,6 +97419,10 @@ var require_token = __commonJS({
|
|
|
97339
97419
|
crvUSDETHCRV: constants_1.NOT_DEPLOYED,
|
|
97340
97420
|
crvUsUSDe: constants_1.NOT_DEPLOYED,
|
|
97341
97421
|
llamathena: constants_1.NOT_DEPLOYED,
|
|
97422
|
+
dolaSave: constants_1.NOT_DEPLOYED,
|
|
97423
|
+
lvlUSDUSDC: constants_1.NOT_DEPLOYED,
|
|
97424
|
+
slvlUSDlvlUSDNG: constants_1.NOT_DEPLOYED,
|
|
97425
|
+
slvlUSDlvlUSD: constants_1.NOT_DEPLOYED,
|
|
97342
97426
|
"2CRV": constants_1.NOT_DEPLOYED,
|
|
97343
97427
|
"3c-crvUSD": constants_1.NOT_DEPLOYED,
|
|
97344
97428
|
crvUSDC: constants_1.NOT_DEPLOYED,
|
|
@@ -97453,6 +97537,7 @@ var require_token = __commonJS({
|
|
|
97453
97537
|
PT_sUSDe_27MAR2025: constants_1.NOT_DEPLOYED,
|
|
97454
97538
|
PT_sUSDe_29MAY2025: constants_1.NOT_DEPLOYED,
|
|
97455
97539
|
PT_beraSTONE_10APR2025: constants_1.NOT_DEPLOYED,
|
|
97540
|
+
PT_slvlUSD_25SEP2025: constants_1.NOT_DEPLOYED,
|
|
97456
97541
|
// Balancer V3
|
|
97457
97542
|
rstETH_Lido_wstETH: constants_1.NOT_DEPLOYED,
|
|
97458
97543
|
DVstETH_Prime_wstETH: constants_1.NOT_DEPLOYED,
|
|
@@ -98056,6 +98141,7 @@ var require_protocols = __commonJS({
|
|
|
98056
98141
|
Protocols3[Protocols3["Beets"] = 25] = "Beets";
|
|
98057
98142
|
Protocols3[Protocols3["Shadow"] = 26] = "Shadow";
|
|
98058
98143
|
Protocols3[Protocols3["Lift"] = 27] = "Lift";
|
|
98144
|
+
Protocols3[Protocols3["LevelMoney"] = 28] = "LevelMoney";
|
|
98059
98145
|
})(Protocols2 || (exports2.Protocols = Protocols2 = {}));
|
|
98060
98146
|
}
|
|
98061
98147
|
});
|
|
@@ -98133,6 +98219,10 @@ var require_contracts = __commonJS({
|
|
|
98133
98219
|
CURVE_TRI_CRV_POOL: token_1.tokenDataByNetwork.Mainnet.crvUSDETHCRV,
|
|
98134
98220
|
CURVE_CRVUSD_SUSDE_POOL: token_1.tokenDataByNetwork.Mainnet.crvUsUSDe,
|
|
98135
98221
|
CURVE_LLAMA_THENA_POOL: token_1.tokenDataByNetwork.Mainnet.llamathena,
|
|
98222
|
+
CURVE_DOLA_SCRVUSD_POOL: token_1.tokenDataByNetwork.Mainnet.dolaSave,
|
|
98223
|
+
CURVE_LVLUSD_USDC_POOL: token_1.tokenDataByNetwork.Mainnet.lvlUSDUSDC,
|
|
98224
|
+
CURVE_SLVLUSD_LVLUSD_NG_POOL: token_1.tokenDataByNetwork.Mainnet.slvlUSDlvlUSDNG,
|
|
98225
|
+
CURVE_SLVLUSD_LVLUSD_POOL: token_1.tokenDataByNetwork.Mainnet.slvlUSDlvlUSD,
|
|
98136
98226
|
CURVE_RETH_ETH_POOL: "0x0f3159811670c117c372428D4E69AC32325e4D0F",
|
|
98137
98227
|
CURVE_3CRV_POOL_OP: constants_1.NOT_DEPLOYED,
|
|
98138
98228
|
CURVE_2CRV_POOL_ARB: token_1.tokenDataByNetwork.Mainnet["2CRV"],
|
|
@@ -98160,6 +98250,7 @@ var require_contracts = __commonJS({
|
|
|
98160
98250
|
AAVE_WSTETH_VAULT: token_1.tokenDataByNetwork.Mainnet.waEthLidowstETH,
|
|
98161
98251
|
WRAPPED_USDL_VAULT: token_1.tokenDataByNetwork.Mainnet.wUSDL,
|
|
98162
98252
|
COINSHIFT_USDL_VAULT: token_1.tokenDataByNetwork.Mainnet.csUSDL,
|
|
98253
|
+
LEVELED_USD_VAULT: token_1.tokenDataByNetwork.Mainnet.slvlUSD,
|
|
98163
98254
|
// CONVEX
|
|
98164
98255
|
CONVEX_BOOSTER: "0xF403C135812408BFbE8713b5A23a04b3D48AAE31",
|
|
98165
98256
|
CONVEX_3CRV_POOL: "0x689440f2Ff927E1f24c72F1087E1FAF471eCe1c8",
|
|
@@ -98292,6 +98383,10 @@ var require_contracts = __commonJS({
|
|
|
98292
98383
|
CURVE_TRI_CRV_POOL: token_1.tokenDataByNetwork.Arbitrum.crvUSDETHCRV,
|
|
98293
98384
|
CURVE_CRVUSD_SUSDE_POOL: token_1.tokenDataByNetwork.Arbitrum.crvUsUSDe,
|
|
98294
98385
|
CURVE_LLAMA_THENA_POOL: token_1.tokenDataByNetwork.Arbitrum.llamathena,
|
|
98386
|
+
CURVE_DOLA_SCRVUSD_POOL: token_1.tokenDataByNetwork.Arbitrum.dolaSave,
|
|
98387
|
+
CURVE_LVLUSD_USDC_POOL: token_1.tokenDataByNetwork.Arbitrum.lvlUSDUSDC,
|
|
98388
|
+
CURVE_SLVLUSD_LVLUSD_NG_POOL: token_1.tokenDataByNetwork.Arbitrum.slvlUSDlvlUSDNG,
|
|
98389
|
+
CURVE_SLVLUSD_LVLUSD_POOL: token_1.tokenDataByNetwork.Arbitrum.slvlUSDlvlUSD,
|
|
98295
98390
|
CURVE_RETH_ETH_POOL: constants_1.NOT_DEPLOYED,
|
|
98296
98391
|
CURVE_3CRV_POOL_OP: constants_1.NOT_DEPLOYED,
|
|
98297
98392
|
CURVE_2CRV_POOL_ARB: token_1.tokenDataByNetwork.Arbitrum["2CRV"],
|
|
@@ -98319,6 +98414,7 @@ var require_contracts = __commonJS({
|
|
|
98319
98414
|
AAVE_WSTETH_VAULT: token_1.tokenDataByNetwork.Arbitrum.waEthLidowstETH,
|
|
98320
98415
|
WRAPPED_USDL_VAULT: token_1.tokenDataByNetwork.Arbitrum.wUSDL,
|
|
98321
98416
|
COINSHIFT_USDL_VAULT: token_1.tokenDataByNetwork.Arbitrum.csUSDL,
|
|
98417
|
+
LEVELED_USD_VAULT: token_1.tokenDataByNetwork.Arbitrum.slvlUSD,
|
|
98322
98418
|
// CONVEX
|
|
98323
98419
|
CONVEX_BOOSTER: constants_1.NOT_DEPLOYED,
|
|
98324
98420
|
CONVEX_3CRV_POOL: constants_1.NOT_DEPLOYED,
|
|
@@ -98452,6 +98548,10 @@ var require_contracts = __commonJS({
|
|
|
98452
98548
|
CURVE_TRI_CRV_POOL: token_1.tokenDataByNetwork.Optimism.crvUSDETHCRV,
|
|
98453
98549
|
CURVE_CRVUSD_SUSDE_POOL: token_1.tokenDataByNetwork.Optimism.crvUsUSDe,
|
|
98454
98550
|
CURVE_LLAMA_THENA_POOL: token_1.tokenDataByNetwork.Optimism.llamathena,
|
|
98551
|
+
CURVE_DOLA_SCRVUSD_POOL: token_1.tokenDataByNetwork.Optimism.dolaSave,
|
|
98552
|
+
CURVE_LVLUSD_USDC_POOL: token_1.tokenDataByNetwork.Optimism.lvlUSDUSDC,
|
|
98553
|
+
CURVE_SLVLUSD_LVLUSD_NG_POOL: token_1.tokenDataByNetwork.Optimism.slvlUSDlvlUSDNG,
|
|
98554
|
+
CURVE_SLVLUSD_LVLUSD_POOL: token_1.tokenDataByNetwork.Optimism.slvlUSDlvlUSD,
|
|
98455
98555
|
CURVE_RETH_ETH_POOL: constants_1.NOT_DEPLOYED,
|
|
98456
98556
|
CURVE_2CRV_POOL_ARB: token_1.tokenDataByNetwork.Optimism["2CRV"],
|
|
98457
98557
|
CURVE_TRICRYPTO_CRVUSD_POOL_ARB: token_1.tokenDataByNetwork.Optimism["3c-crvUSD"],
|
|
@@ -98478,6 +98578,7 @@ var require_contracts = __commonJS({
|
|
|
98478
98578
|
AAVE_WSTETH_VAULT: token_1.tokenDataByNetwork.Optimism.waEthLidowstETH,
|
|
98479
98579
|
WRAPPED_USDL_VAULT: token_1.tokenDataByNetwork.Optimism.wUSDL,
|
|
98480
98580
|
COINSHIFT_USDL_VAULT: token_1.tokenDataByNetwork.Optimism.csUSDL,
|
|
98581
|
+
LEVELED_USD_VAULT: token_1.tokenDataByNetwork.Optimism.slvlUSD,
|
|
98481
98582
|
// CONVEX
|
|
98482
98583
|
CONVEX_BOOSTER: constants_1.NOT_DEPLOYED,
|
|
98483
98584
|
CONVEX_3CRV_POOL: constants_1.NOT_DEPLOYED,
|
|
@@ -98609,6 +98710,10 @@ var require_contracts = __commonJS({
|
|
|
98609
98710
|
CURVE_TRI_CRV_POOL: token_1.tokenDataByNetwork.Base.crvUSDETHCRV,
|
|
98610
98711
|
CURVE_CRVUSD_SUSDE_POOL: token_1.tokenDataByNetwork.Base.crvUsUSDe,
|
|
98611
98712
|
CURVE_LLAMA_THENA_POOL: token_1.tokenDataByNetwork.Base.llamathena,
|
|
98713
|
+
CURVE_DOLA_SCRVUSD_POOL: token_1.tokenDataByNetwork.Base.dolaSave,
|
|
98714
|
+
CURVE_LVLUSD_USDC_POOL: token_1.tokenDataByNetwork.Base.lvlUSDUSDC,
|
|
98715
|
+
CURVE_SLVLUSD_LVLUSD_NG_POOL: token_1.tokenDataByNetwork.Base.slvlUSDlvlUSDNG,
|
|
98716
|
+
CURVE_SLVLUSD_LVLUSD_POOL: token_1.tokenDataByNetwork.Base.slvlUSDlvlUSD,
|
|
98612
98717
|
CURVE_RETH_ETH_POOL: constants_1.NOT_DEPLOYED,
|
|
98613
98718
|
CURVE_2CRV_POOL_ARB: token_1.tokenDataByNetwork.Base["2CRV"],
|
|
98614
98719
|
CURVE_TRICRYPTO_CRVUSD_POOL_ARB: token_1.tokenDataByNetwork.Base["3c-crvUSD"],
|
|
@@ -98635,6 +98740,7 @@ var require_contracts = __commonJS({
|
|
|
98635
98740
|
AAVE_WSTETH_VAULT: token_1.tokenDataByNetwork.Base.waEthLidowstETH,
|
|
98636
98741
|
WRAPPED_USDL_VAULT: token_1.tokenDataByNetwork.Base.wUSDL,
|
|
98637
98742
|
COINSHIFT_USDL_VAULT: token_1.tokenDataByNetwork.Base.csUSDL,
|
|
98743
|
+
LEVELED_USD_VAULT: token_1.tokenDataByNetwork.Base.slvlUSD,
|
|
98638
98744
|
// CONVEX
|
|
98639
98745
|
CONVEX_BOOSTER: constants_1.NOT_DEPLOYED,
|
|
98640
98746
|
CONVEX_3CRV_POOL: constants_1.NOT_DEPLOYED,
|
|
@@ -98768,6 +98874,10 @@ var require_contracts = __commonJS({
|
|
|
98768
98874
|
CURVE_TRI_CRV_POOL: constants_1.NOT_DEPLOYED,
|
|
98769
98875
|
CURVE_CRVUSD_SUSDE_POOL: constants_1.NOT_DEPLOYED,
|
|
98770
98876
|
CURVE_LLAMA_THENA_POOL: constants_1.NOT_DEPLOYED,
|
|
98877
|
+
CURVE_DOLA_SCRVUSD_POOL: constants_1.NOT_DEPLOYED,
|
|
98878
|
+
CURVE_LVLUSD_USDC_POOL: constants_1.NOT_DEPLOYED,
|
|
98879
|
+
CURVE_SLVLUSD_LVLUSD_NG_POOL: constants_1.NOT_DEPLOYED,
|
|
98880
|
+
CURVE_SLVLUSD_LVLUSD_POOL: constants_1.NOT_DEPLOYED,
|
|
98771
98881
|
CURVE_RETH_ETH_POOL: constants_1.NOT_DEPLOYED,
|
|
98772
98882
|
CURVE_2CRV_POOL_ARB: constants_1.NOT_DEPLOYED,
|
|
98773
98883
|
CURVE_TRICRYPTO_CRVUSD_POOL_ARB: constants_1.NOT_DEPLOYED,
|
|
@@ -98794,6 +98904,7 @@ var require_contracts = __commonJS({
|
|
|
98794
98904
|
AAVE_WSTETH_VAULT: constants_1.NOT_DEPLOYED,
|
|
98795
98905
|
WRAPPED_USDL_VAULT: constants_1.NOT_DEPLOYED,
|
|
98796
98906
|
COINSHIFT_USDL_VAULT: constants_1.NOT_DEPLOYED,
|
|
98907
|
+
LEVELED_USD_VAULT: constants_1.NOT_DEPLOYED,
|
|
98797
98908
|
// CONVEX
|
|
98798
98909
|
CONVEX_BOOSTER: constants_1.NOT_DEPLOYED,
|
|
98799
98910
|
CONVEX_3CRV_POOL: constants_1.NOT_DEPLOYED,
|
|
@@ -99104,6 +99215,38 @@ var require_contracts = __commonJS({
|
|
|
99104
99215
|
lpToken: "llamathena",
|
|
99105
99216
|
tokens: ["scrvUSD", "sUSDe"]
|
|
99106
99217
|
},
|
|
99218
|
+
CURVE_DOLA_SCRVUSD_POOL: {
|
|
99219
|
+
name: "Curve dola save",
|
|
99220
|
+
protocol: protocols_1.Protocols.Curve,
|
|
99221
|
+
version: 10,
|
|
99222
|
+
type: adapters_1.AdapterInterface.CURVE_STABLE_NG,
|
|
99223
|
+
lpToken: "dolaSave",
|
|
99224
|
+
tokens: ["DOLA", "scrvUSD"]
|
|
99225
|
+
},
|
|
99226
|
+
CURVE_LVLUSD_USDC_POOL: {
|
|
99227
|
+
name: "Curve lvlUSD/USDC",
|
|
99228
|
+
protocol: protocols_1.Protocols.Curve,
|
|
99229
|
+
version: 10,
|
|
99230
|
+
type: adapters_1.AdapterInterface.CURVE_STABLE_NG,
|
|
99231
|
+
lpToken: "lvlUSDUSDC",
|
|
99232
|
+
tokens: ["USDC", "lvlUSD"]
|
|
99233
|
+
},
|
|
99234
|
+
CURVE_SLVLUSD_LVLUSD_NG_POOL: {
|
|
99235
|
+
name: "Curve slvlUSD/lvlUSD (ng)",
|
|
99236
|
+
protocol: protocols_1.Protocols.Curve,
|
|
99237
|
+
version: 10,
|
|
99238
|
+
type: adapters_1.AdapterInterface.CURVE_STABLE_NG,
|
|
99239
|
+
lpToken: "slvlUSDlvlUSDNG",
|
|
99240
|
+
tokens: ["slvlUSD", "lvlUSD"]
|
|
99241
|
+
},
|
|
99242
|
+
CURVE_SLVLUSD_LVLUSD_POOL: {
|
|
99243
|
+
name: "Curve slvlUSD/lvlUSD",
|
|
99244
|
+
protocol: protocols_1.Protocols.Curve,
|
|
99245
|
+
version: 10,
|
|
99246
|
+
type: adapters_1.AdapterInterface.CURVE_V1_2ASSETS,
|
|
99247
|
+
lpToken: "slvlUSDlvlUSD",
|
|
99248
|
+
tokens: ["lvlUSD", "slvlUSD"]
|
|
99249
|
+
},
|
|
99107
99250
|
CURVE_CRVUSD_FRAX_POOL: {
|
|
99108
99251
|
name: "Curve crvUSDFRAX",
|
|
99109
99252
|
protocol: protocols_1.Protocols.Curve,
|
|
@@ -99478,6 +99621,12 @@ var require_contracts = __commonJS({
|
|
|
99478
99621
|
type: adapters_1.AdapterInterface.ERC4626_VAULT,
|
|
99479
99622
|
underlying: "wUSDL"
|
|
99480
99623
|
},
|
|
99624
|
+
LEVELED_USD_VAULT: {
|
|
99625
|
+
name: "Leveled USD Vault",
|
|
99626
|
+
protocol: protocols_1.Protocols.LevelMoney,
|
|
99627
|
+
type: adapters_1.AdapterInterface.ERC4626_VAULT,
|
|
99628
|
+
underlying: "lvlUSD"
|
|
99629
|
+
},
|
|
99481
99630
|
CONVEX_BOOSTER: {
|
|
99482
99631
|
name: "Convex BOOSTER",
|
|
99483
99632
|
protocol: protocols_1.Protocols.Convex,
|
|
@@ -138372,6 +138521,38 @@ var require_priceFeeds = __commonJS({
|
|
|
138372
138521
|
}
|
|
138373
138522
|
}
|
|
138374
138523
|
},
|
|
138524
|
+
dolaSave: {
|
|
138525
|
+
AllNetworks: {
|
|
138526
|
+
Main: {
|
|
138527
|
+
type: pricefeedType_1.PriceFeedType.ZERO_ORACLE,
|
|
138528
|
+
trusted: true
|
|
138529
|
+
}
|
|
138530
|
+
}
|
|
138531
|
+
},
|
|
138532
|
+
lvlUSDUSDC: {
|
|
138533
|
+
AllNetworks: {
|
|
138534
|
+
Main: {
|
|
138535
|
+
type: pricefeedType_1.PriceFeedType.ZERO_ORACLE,
|
|
138536
|
+
trusted: true
|
|
138537
|
+
}
|
|
138538
|
+
}
|
|
138539
|
+
},
|
|
138540
|
+
slvlUSDlvlUSDNG: {
|
|
138541
|
+
AllNetworks: {
|
|
138542
|
+
Main: {
|
|
138543
|
+
type: pricefeedType_1.PriceFeedType.ZERO_ORACLE,
|
|
138544
|
+
trusted: true
|
|
138545
|
+
}
|
|
138546
|
+
}
|
|
138547
|
+
},
|
|
138548
|
+
slvlUSDlvlUSD: {
|
|
138549
|
+
AllNetworks: {
|
|
138550
|
+
Main: {
|
|
138551
|
+
type: pricefeedType_1.PriceFeedType.ZERO_ORACLE,
|
|
138552
|
+
trusted: true
|
|
138553
|
+
}
|
|
138554
|
+
}
|
|
138555
|
+
},
|
|
138375
138556
|
crvUSDUSDT: {
|
|
138376
138557
|
AllNetworks: {
|
|
138377
138558
|
Main: {
|
|
@@ -138431,7 +138612,11 @@ var require_priceFeeds = __commonJS({
|
|
|
138431
138612
|
Main: {
|
|
138432
138613
|
type: pricefeedType_1.PriceFeedType.CURVE_2LP_ORACLE,
|
|
138433
138614
|
assets: ["USDC", "RLUSD"],
|
|
138434
|
-
trusted:
|
|
138615
|
+
trusted: false
|
|
138616
|
+
},
|
|
138617
|
+
Reserve: {
|
|
138618
|
+
type: pricefeedType_1.PriceFeedType.CURVE_2LP_ORACLE,
|
|
138619
|
+
assets: ["RLUSD", "RLUSD"]
|
|
138435
138620
|
}
|
|
138436
138621
|
}
|
|
138437
138622
|
},
|
|
@@ -138795,7 +138980,11 @@ var require_priceFeeds = __commonJS({
|
|
|
138795
138980
|
Main: {
|
|
138796
138981
|
type: pricefeedType_1.PriceFeedType.THE_SAME_AS,
|
|
138797
138982
|
token: "RLUSDUSDC",
|
|
138798
|
-
trusted:
|
|
138983
|
+
trusted: false
|
|
138984
|
+
},
|
|
138985
|
+
Reserve: {
|
|
138986
|
+
type: pricefeedType_1.PriceFeedType.THE_SAME_AS,
|
|
138987
|
+
token: "RLUSDUSDC"
|
|
138799
138988
|
}
|
|
138800
138989
|
}
|
|
138801
138990
|
},
|
|
@@ -138970,7 +139159,11 @@ var require_priceFeeds = __commonJS({
|
|
|
138970
139159
|
Main: {
|
|
138971
139160
|
type: pricefeedType_1.PriceFeedType.THE_SAME_AS,
|
|
138972
139161
|
token: "RLUSDUSDC",
|
|
138973
|
-
trusted:
|
|
139162
|
+
trusted: false
|
|
139163
|
+
},
|
|
139164
|
+
Reserve: {
|
|
139165
|
+
type: pricefeedType_1.PriceFeedType.THE_SAME_AS,
|
|
139166
|
+
token: "RLUSDUSDC"
|
|
138974
139167
|
}
|
|
138975
139168
|
}
|
|
138976
139169
|
},
|
|
@@ -139632,7 +139825,7 @@ var require_priceFeeds = __commonJS({
|
|
|
139632
139825
|
Mainnet: {
|
|
139633
139826
|
Main: {
|
|
139634
139827
|
type: pricefeedType_1.PriceFeedType.ZERO_ORACLE,
|
|
139635
|
-
trusted:
|
|
139828
|
+
trusted: true
|
|
139636
139829
|
}
|
|
139637
139830
|
},
|
|
139638
139831
|
Arbitrum: {
|
|
@@ -139966,6 +140159,31 @@ var require_priceFeeds = __commonJS({
|
|
|
139966
140159
|
type: pricefeedType_1.PriceFeedType.CHAINLINK_ORACLE,
|
|
139967
140160
|
address: "0x26C46B7aD0012cA71F2298ada567dC9Af14E7f2A",
|
|
139968
140161
|
stalenessPeriod: pricefeedType_1.HOUR_24_BUFFERED,
|
|
140162
|
+
trusted: false
|
|
140163
|
+
},
|
|
140164
|
+
// @note: set this feed mannualy, use main usdc price feed
|
|
140165
|
+
Reserve: {
|
|
140166
|
+
type: pricefeedType_1.PriceFeedType.THE_SAME_AS,
|
|
140167
|
+
token: "USDC"
|
|
140168
|
+
}
|
|
140169
|
+
}
|
|
140170
|
+
},
|
|
140171
|
+
lvlUSD: {
|
|
140172
|
+
Mainnet: {
|
|
140173
|
+
Main: {
|
|
140174
|
+
type: pricefeedType_1.PriceFeedType.ZERO_ORACLE,
|
|
140175
|
+
trusted: true
|
|
140176
|
+
}
|
|
140177
|
+
}
|
|
140178
|
+
},
|
|
140179
|
+
slvlUSD: {
|
|
140180
|
+
Mainnet: {
|
|
140181
|
+
Main: {
|
|
140182
|
+
// @note this is Gearbox 3.1 ERC4626 price feed, but sdk-gov and deploy-v3 unsuited for bcr deployd feeds
|
|
140183
|
+
// therefore it is apssing as external (aka chainlink) type
|
|
140184
|
+
type: pricefeedType_1.PriceFeedType.CHAINLINK_ORACLE,
|
|
140185
|
+
address: "0xaE837845B2a64F69223f8BeEDDB40f99A8A8E0A8",
|
|
140186
|
+
stalenessPeriod: 0,
|
|
139969
140187
|
trusted: true
|
|
139970
140188
|
}
|
|
139971
140189
|
}
|
|
@@ -140490,6 +140708,18 @@ var require_priceFeeds = __commonJS({
|
|
|
140490
140708
|
}
|
|
140491
140709
|
}
|
|
140492
140710
|
},
|
|
140711
|
+
PT_slvlUSD_25SEP2025: {
|
|
140712
|
+
Mainnet: {
|
|
140713
|
+
Main: {
|
|
140714
|
+
// @note this is Gearbox 3.1 PendleTWAP price feed, but sdk-gov and deploy-v3 unsuited for bcr deployd feeds
|
|
140715
|
+
// therefore it is passing as external (aka chainlink) type
|
|
140716
|
+
type: pricefeedType_1.PriceFeedType.CHAINLINK_ORACLE,
|
|
140717
|
+
address: "0x5EDCDBa573f656881826Ccb73c6a27B00858340d",
|
|
140718
|
+
stalenessPeriod: 0,
|
|
140719
|
+
trusted: true
|
|
140720
|
+
}
|
|
140721
|
+
}
|
|
140722
|
+
},
|
|
140493
140723
|
rstETH_Lido_wstETH: {
|
|
140494
140724
|
AllNetworks: {
|
|
140495
140725
|
Main: {
|
|
@@ -140681,7 +140911,8 @@ var require_tokenData = __commonJS({
|
|
|
140681
140911
|
"solvBTC",
|
|
140682
140912
|
"pumpBTC",
|
|
140683
140913
|
"waEthLidowstETH",
|
|
140684
|
-
"beraSTONE"
|
|
140914
|
+
"beraSTONE",
|
|
140915
|
+
"crvUSD"
|
|
140685
140916
|
],
|
|
140686
140917
|
Arbitrum: ["WETH", "DAI", "USDC", "USDT", "rETH", "USDC_e", "wstETH"],
|
|
140687
140918
|
Optimism: ["WETH", "USDC", "USDT", "USDC_e", "wstETH"],
|
|
@@ -140906,7 +141137,7 @@ var require_audits = __commonJS({
|
|
|
140906
141137
|
"../../node_modules/@gearbox-protocol/sdk-gov/lib/verification/audits.js"(exports2) {
|
|
140907
141138
|
"use strict";
|
|
140908
141139
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
140909
|
-
exports2.audits = exports2.auditReports = exports2.Auditor = exports2.repos = void 0;
|
|
141140
|
+
exports2.audits = exports2.auditReports = exports2.Auditor = exports2.allRepos = exports2.repos = void 0;
|
|
140910
141141
|
exports2.repos = [
|
|
140911
141142
|
"bots-v3",
|
|
140912
141143
|
"contracts-v2",
|
|
@@ -140917,6 +141148,7 @@ var require_audits = __commonJS({
|
|
|
140917
141148
|
"integrations-v3",
|
|
140918
141149
|
"oracles-v3"
|
|
140919
141150
|
];
|
|
141151
|
+
exports2.allRepos = [...exports2.repos, "periphery-v3"];
|
|
140920
141152
|
var Auditor2;
|
|
140921
141153
|
(function(Auditor3) {
|
|
140922
141154
|
Auditor3["ChainSecurity"] = "ChainSecurity";
|
|
@@ -141027,6 +141259,11 @@ var require_audits = __commonJS({
|
|
|
141027
141259
|
auditor: Auditor2.Decurity,
|
|
141028
141260
|
revision: "2025 Feb",
|
|
141029
141261
|
reportLink: "https://github.com/Gearbox-protocol/security/blob/main/audits/2025%20Feb%20-%20Decurity_Gearbox_BalancerV3.pdf"
|
|
141262
|
+
},
|
|
141263
|
+
"2025_Jul_ChainSecutiry_Migration_Bot": {
|
|
141264
|
+
auditor: Auditor2.ChainSecurity,
|
|
141265
|
+
revision: "2025 Jul",
|
|
141266
|
+
reportLink: "https://github.com/Gearbox-protocol/security/blob/main/audits/2025-07-chainsecurity-account-migration.pdf"
|
|
141030
141267
|
}
|
|
141031
141268
|
};
|
|
141032
141269
|
exports2.audits = {
|
|
@@ -141164,6 +141401,13 @@ var require_audits = __commonJS({
|
|
|
141164
141401
|
report: exports2.auditReports["2022_Aug_Sigma"]
|
|
141165
141402
|
}
|
|
141166
141403
|
],
|
|
141404
|
+
"periphery-v3": [
|
|
141405
|
+
{
|
|
141406
|
+
type: "commit",
|
|
141407
|
+
commit: "0b1827d061f1d5340b71e6670bd3c56b47f55070",
|
|
141408
|
+
report: exports2.auditReports["2025_Jul_ChainSecutiry_Migration_Bot"]
|
|
141409
|
+
}
|
|
141410
|
+
],
|
|
141167
141411
|
"oracles-v3": [
|
|
141168
141412
|
{
|
|
141169
141413
|
type: "commit",
|
|
@@ -446608,7 +446852,7 @@ var Auditor = class {
|
|
|
446608
446852
|
return {
|
|
446609
446853
|
gearbox,
|
|
446610
446854
|
repo: gearbox ? p.split("/")[1] : "",
|
|
446611
|
-
path: gearbox ? p.split("/").slice(2).join("/") : p.replace(/^\/@/, ""),
|
|
446855
|
+
path: gearbox ? p.split("/").slice(2).join("/").replace("core-v3-next", "core-v3").replace("periphery-v3-next", "periphery-v3").replace("integrations-v3-next", "integrations-v3") : p.replace(/^\/@/, ""),
|
|
446612
446856
|
// trim things like '/@openzeppelin/contracts/security/Pausable.sol',
|
|
446613
446857
|
buffer: buffer2
|
|
446614
446858
|
};
|
|
@@ -459025,7 +459269,7 @@ function getRenderer(opts) {
|
|
|
459025
459269
|
var package_default = {
|
|
459026
459270
|
name: "@gearbox-protocol/deploy-tools",
|
|
459027
459271
|
description: "Gearbox deploy tools",
|
|
459028
|
-
version: "5.49.
|
|
459272
|
+
version: "5.49.16",
|
|
459029
459273
|
homepage: "https://gearbox.fi",
|
|
459030
459274
|
keywords: [
|
|
459031
459275
|
"gearbox"
|
|
@@ -459066,7 +459310,7 @@ var package_default = {
|
|
|
459066
459310
|
"@gearbox-protocol/deploy-tools-shared": "0.0.0",
|
|
459067
459311
|
"@gearbox-protocol/deploy-tools-types": "0.0.0",
|
|
459068
459312
|
"@gearbox-protocol/sdk": "9.11.1",
|
|
459069
|
-
"@gearbox-protocol/sdk-gov": "
|
|
459313
|
+
"@gearbox-protocol/sdk-gov": "v2.38.0",
|
|
459070
459314
|
"@types/lodash-es": "^4.17.12",
|
|
459071
459315
|
"@types/node": "^24.7.0",
|
|
459072
459316
|
"@types/react": "^19.2.0",
|
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.49.
|
|
4
|
+
"version": "5.49.16",
|
|
5
5
|
"homepage": "https://gearbox.fi",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"gearbox"
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"@gearbox-protocol/deploy-tools-shared": "0.0.0",
|
|
43
43
|
"@gearbox-protocol/deploy-tools-types": "0.0.0",
|
|
44
44
|
"@gearbox-protocol/sdk": "9.11.1",
|
|
45
|
-
"@gearbox-protocol/sdk-gov": "
|
|
45
|
+
"@gearbox-protocol/sdk-gov": "v2.38.0",
|
|
46
46
|
"@types/lodash-es": "^4.17.12",
|
|
47
47
|
"@types/node": "^24.7.0",
|
|
48
48
|
"@types/react": "^19.2.0",
|