@@ -58,6 +58,7 @@ export type CurvePoolContract =
5858 | "CURVE_EBTC_WBTC_POOL"
5959 | "CURVE_PUMPBTC_WBTC_POOL"
6060 | "CURVE_TRIBTC_POOL"
61+ | "CURVE_tBTC_WBTC_POOL"
6162 | "CURVE_2CRV_POOL_ARB"
6263 | "CURVE_TRICRYPTO_CRVUSD_POOL_ARB"
6364 | "CURVE_CRVUSD_USDC_POOL_ARB"
@@ -137,7 +138,8 @@ export type MellowVaultContract =
137138 | "MELLOW_RE7_LABS_VAULT"
138139 | "MELLOW_AMPHOR_VAULT"
139140 | "MELLOW_RESTAKING_VAULT"
140- | "MELLOW_RENZO_VAULT" ;
141+ | "MELLOW_RENZO_VAULT"
142+ | "MELLOW_DECENTALIZED_VALIDATOR_VAULT" ;
141143
142144export type StakingRewardsContract = "SKY_STAKING_REWARDS" ;
143145
@@ -218,6 +220,7 @@ export const contractsByNetwork: Record<
218220 CURVE_EBTC_WBTC_POOL : tokenDataByNetwork . Mainnet . eBTCWBTC ,
219221 CURVE_PUMPBTC_WBTC_POOL : tokenDataByNetwork . Mainnet . pumpBTCWBTC ,
220222 CURVE_TRIBTC_POOL : tokenDataByNetwork . Mainnet . TriBTC ,
223+ CURVE_tBTC_WBTC_POOL : tokenDataByNetwork . Mainnet [ "2BTC-f" ] ,
221224
222225 CURVE_GEAR_POOL : "0x0E9B5B092caD6F1c5E6bc7f89Ffe1abb5c95F1C2" ,
223226
@@ -330,6 +333,7 @@ export const contractsByNetwork: Record<
330333 MELLOW_AMPHOR_VAULT : tokenDataByNetwork . Mainnet . amphrETH ,
331334 MELLOW_RESTAKING_VAULT : tokenDataByNetwork . Mainnet . rstETH ,
332335 MELLOW_RENZO_VAULT : tokenDataByNetwork . Mainnet . pzETH ,
336+ MELLOW_DECENTALIZED_VALIDATOR_VAULT : tokenDataByNetwork . Mainnet . DVstETH ,
333337
334338 // SKY
335339 SKY_STAKING_REWARDS : "0x0650CAF159C5A49f711e8169D4336ECB9b950275" ,
@@ -388,6 +392,7 @@ export const contractsByNetwork: Record<
388392 CURVE_EBTC_WBTC_POOL : NOT_DEPLOYED ,
389393 CURVE_PUMPBTC_WBTC_POOL : NOT_DEPLOYED ,
390394 CURVE_TRIBTC_POOL : NOT_DEPLOYED ,
395+ CURVE_tBTC_WBTC_POOL : NOT_DEPLOYED ,
391396
392397 CURVE_GEAR_POOL : NOT_DEPLOYED ,
393398
@@ -500,6 +505,7 @@ export const contractsByNetwork: Record<
500505 MELLOW_AMPHOR_VAULT : tokenDataByNetwork . Arbitrum . amphrETH ,
501506 MELLOW_RESTAKING_VAULT : tokenDataByNetwork . Arbitrum . rstETH ,
502507 MELLOW_RENZO_VAULT : tokenDataByNetwork . Arbitrum . pzETH ,
508+ MELLOW_DECENTALIZED_VALIDATOR_VAULT : tokenDataByNetwork . Arbitrum . DVstETH ,
503509
504510 SKY_STAKING_REWARDS : NOT_DEPLOYED ,
505511 DAI_USDS : NOT_DEPLOYED ,
@@ -557,6 +563,7 @@ export const contractsByNetwork: Record<
557563 CURVE_EBTC_WBTC_POOL : NOT_DEPLOYED ,
558564 CURVE_PUMPBTC_WBTC_POOL : NOT_DEPLOYED ,
559565 CURVE_TRIBTC_POOL : NOT_DEPLOYED ,
566+ CURVE_tBTC_WBTC_POOL : NOT_DEPLOYED ,
560567
561568 CURVE_GEAR_POOL : NOT_DEPLOYED ,
562569
@@ -669,6 +676,7 @@ export const contractsByNetwork: Record<
669676 MELLOW_AMPHOR_VAULT : tokenDataByNetwork . Optimism . amphrETH ,
670677 MELLOW_RESTAKING_VAULT : tokenDataByNetwork . Optimism . rstETH ,
671678 MELLOW_RENZO_VAULT : tokenDataByNetwork . Optimism . pzETH ,
679+ MELLOW_DECENTALIZED_VALIDATOR_VAULT : tokenDataByNetwork . Optimism . DVstETH ,
672680
673681 SKY_STAKING_REWARDS : NOT_DEPLOYED ,
674682 DAI_USDS : NOT_DEPLOYED ,
@@ -725,6 +733,7 @@ export const contractsByNetwork: Record<
725733 CURVE_EBTC_WBTC_POOL : NOT_DEPLOYED ,
726734 CURVE_PUMPBTC_WBTC_POOL : NOT_DEPLOYED ,
727735 CURVE_TRIBTC_POOL : NOT_DEPLOYED ,
736+ CURVE_tBTC_WBTC_POOL : NOT_DEPLOYED ,
728737
729738 CURVE_GEAR_POOL : NOT_DEPLOYED ,
730739
@@ -835,6 +844,7 @@ export const contractsByNetwork: Record<
835844 MELLOW_AMPHOR_VAULT : tokenDataByNetwork . Base . amphrETH ,
836845 MELLOW_RESTAKING_VAULT : tokenDataByNetwork . Base . rstETH ,
837846 MELLOW_RENZO_VAULT : tokenDataByNetwork . Base . pzETH ,
847+ MELLOW_DECENTALIZED_VALIDATOR_VAULT : tokenDataByNetwork . Base . DVstETH ,
838848
839849 SKY_STAKING_REWARDS : NOT_DEPLOYED ,
840850 DAI_USDS : NOT_DEPLOYED ,
@@ -1501,6 +1511,14 @@ export const contractParams: Record<SupportedContract, ContractParams> = {
15011511 lpToken : "TriBTC" ,
15021512 tokens : [ "eBTC" , "LBTC" , "WBTC" ] ,
15031513 } ,
1514+ CURVE_tBTC_WBTC_POOL : {
1515+ name : "Curve tBTC/WBTC LP" ,
1516+ protocol : Protocols . Curve ,
1517+ version : 20 ,
1518+ type : AdapterInterface . CURVE_V1_2ASSETS ,
1519+ lpToken : "2BTC-f" ,
1520+ tokens : [ "WBTC" , "tBTC" ] ,
1521+ } ,
15041522
15051523 CURVE_2CRV_POOL_ARB : {
15061524 name : "Curve USDC/USDT Pool (Arbitrum)" ,
@@ -2283,6 +2301,11 @@ export const contractParams: Record<SupportedContract, ContractParams> = {
22832301 protocol : Protocols . Mellow ,
22842302 type : AdapterInterface . MELLOW_LRT_VAULT ,
22852303 } ,
2304+ MELLOW_DECENTALIZED_VALIDATOR_VAULT : {
2305+ name : "Mellow Decentralized Validator Token vault" ,
2306+ protocol : Protocols . Mellow ,
2307+ type : AdapterInterface . MELLOW_LRT_VAULT ,
2308+ } ,
22862309 SKY_STAKING_REWARDS : {
22872310 name : "Sky StakingRewards contract" ,
22882311 protocol : Protocols . Sky ,
0 commit comments