@gearbox-protocol/sdk 3.0.0-vfour.196 → 3.0.0-vfour.198
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/cjs/sdk/index.cjs +72 -38
- package/dist/cjs/sdk/index.d.ts +14 -8
- package/dist/esm/sdk/index.d.mts +14 -8
- package/dist/esm/sdk/index.mjs +72 -38
- package/package.json +1 -1
package/dist/cjs/sdk/index.cjs
CHANGED
|
@@ -56903,18 +56903,21 @@ var SUPPORTED_CHAINS = [
|
|
|
56903
56903
|
"Arbitrum",
|
|
56904
56904
|
"Optimism",
|
|
56905
56905
|
"Base"
|
|
56906
|
+
// "Sonic",
|
|
56906
56907
|
];
|
|
56907
56908
|
var chains = {
|
|
56908
56909
|
Mainnet: chains$1.mainnet,
|
|
56909
56910
|
Arbitrum: chains$1.arbitrum,
|
|
56910
56911
|
Optimism: chains$1.optimism,
|
|
56911
56912
|
Base: chains$1.base
|
|
56913
|
+
// Sonic: sonic,
|
|
56912
56914
|
};
|
|
56913
56915
|
var CHAINS_BY_ID = {
|
|
56914
56916
|
[chains$1.mainnet.id]: "Mainnet",
|
|
56915
56917
|
[chains$1.arbitrum.id]: "Arbitrum",
|
|
56916
|
-
[chains$1.optimism.id]: "Optimism"
|
|
56917
|
-
|
|
56918
|
+
[chains$1.optimism.id]: "Optimism",
|
|
56919
|
+
[chains$1.base.id]: "Base"
|
|
56920
|
+
// [sonic.id]: "Sonic",
|
|
56918
56921
|
};
|
|
56919
56922
|
var getNetworkType = (chainId) => {
|
|
56920
56923
|
const chainType = CHAINS_BY_ID[chainId];
|
|
@@ -59175,6 +59178,7 @@ var decimals = {
|
|
|
59175
59178
|
rETH: 18,
|
|
59176
59179
|
rETH_f: 18,
|
|
59177
59180
|
stkUSDS: 18,
|
|
59181
|
+
T: 18,
|
|
59178
59182
|
PT_sUSDe_26DEC2024: 18,
|
|
59179
59183
|
PT_eETH_26DEC2024: 18,
|
|
59180
59184
|
PT_ezETH_26DEC2024: 18,
|
|
@@ -59232,6 +59236,49 @@ var erc4626Tokens = {
|
|
|
59232
59236
|
type: { AllNetworks: 13 /* ERC4626_VAULT_TOKEN */ },
|
|
59233
59237
|
underlying: "wstETH",
|
|
59234
59238
|
vault: "TREEHOUSE_ETH_VAULT"
|
|
59239
|
+
},
|
|
59240
|
+
// Mellow
|
|
59241
|
+
steakLRT: {
|
|
59242
|
+
name: "Steakhouse Mellow LRT",
|
|
59243
|
+
symbol: "steakLRT",
|
|
59244
|
+
type: { AllNetworks: 13 /* ERC4626_VAULT_TOKEN */ },
|
|
59245
|
+
underlying: "wstETH",
|
|
59246
|
+
vault: "MELLOW_STEAKHOUSE_VAULT"
|
|
59247
|
+
},
|
|
59248
|
+
Re7LRT: {
|
|
59249
|
+
name: "Re7 Mellow LRT",
|
|
59250
|
+
symbol: "Re7LRT",
|
|
59251
|
+
type: { AllNetworks: 13 /* ERC4626_VAULT_TOKEN */ },
|
|
59252
|
+
underlying: "wstETH",
|
|
59253
|
+
vault: "MELLOW_RE7_LABS_VAULT"
|
|
59254
|
+
},
|
|
59255
|
+
amphrETH: {
|
|
59256
|
+
name: "Mev Capital Mellow LRT",
|
|
59257
|
+
symbol: "amphrETH",
|
|
59258
|
+
type: { AllNetworks: 13 /* ERC4626_VAULT_TOKEN */ },
|
|
59259
|
+
underlying: "wstETH",
|
|
59260
|
+
vault: "MELLOW_AMPHOR_VAULT"
|
|
59261
|
+
},
|
|
59262
|
+
rstETH: {
|
|
59263
|
+
name: "P2P Mellow LRT",
|
|
59264
|
+
symbol: "rstETH",
|
|
59265
|
+
type: { AllNetworks: 13 /* ERC4626_VAULT_TOKEN */ },
|
|
59266
|
+
underlying: "wstETH",
|
|
59267
|
+
vault: "MELLOW_RESTAKING_VAULT"
|
|
59268
|
+
},
|
|
59269
|
+
pzETH: {
|
|
59270
|
+
name: "Renzo Mellow LST",
|
|
59271
|
+
symbol: "pzETH",
|
|
59272
|
+
type: { AllNetworks: 13 /* ERC4626_VAULT_TOKEN */ },
|
|
59273
|
+
underlying: "wstETH",
|
|
59274
|
+
vault: "MELLOW_RENZO_VAULT"
|
|
59275
|
+
},
|
|
59276
|
+
DVstETH: {
|
|
59277
|
+
name: "Decentralized Validator Token",
|
|
59278
|
+
symbol: "DVstETH",
|
|
59279
|
+
type: { AllNetworks: 13 /* ERC4626_VAULT_TOKEN */ },
|
|
59280
|
+
underlying: "wstETH",
|
|
59281
|
+
vault: "MELLOW_DECENTALIZED_VALIDATOR_VAULT"
|
|
59235
59282
|
}
|
|
59236
59283
|
};
|
|
59237
59284
|
var isERC4626LPToken = (t) => typeof t === "string" && !!erc4626Tokens[t];
|
|
@@ -59679,36 +59726,6 @@ var normalTokens = {
|
|
|
59679
59726
|
symbol: "wstETH",
|
|
59680
59727
|
type: { AllNetworks: 1 /* NORMAL_TOKEN */ }
|
|
59681
59728
|
},
|
|
59682
|
-
steakLRT: {
|
|
59683
|
-
name: "Steakhouse Mellow LRT",
|
|
59684
|
-
symbol: "steakLRT",
|
|
59685
|
-
type: { AllNetworks: 1 /* NORMAL_TOKEN */ }
|
|
59686
|
-
},
|
|
59687
|
-
Re7LRT: {
|
|
59688
|
-
name: "Re7 Mellow LRT",
|
|
59689
|
-
symbol: "Re7LRT",
|
|
59690
|
-
type: { AllNetworks: 1 /* NORMAL_TOKEN */ }
|
|
59691
|
-
},
|
|
59692
|
-
amphrETH: {
|
|
59693
|
-
name: "Mev Capital Mellow LRT",
|
|
59694
|
-
symbol: "amphrETH",
|
|
59695
|
-
type: { AllNetworks: 1 /* NORMAL_TOKEN */ }
|
|
59696
|
-
},
|
|
59697
|
-
rstETH: {
|
|
59698
|
-
name: "P2P Mellow LRT",
|
|
59699
|
-
symbol: "rstETH",
|
|
59700
|
-
type: { AllNetworks: 1 /* NORMAL_TOKEN */ }
|
|
59701
|
-
},
|
|
59702
|
-
pzETH: {
|
|
59703
|
-
name: "Renzo Mellow LST",
|
|
59704
|
-
symbol: "pzETH",
|
|
59705
|
-
type: { AllNetworks: 1 /* NORMAL_TOKEN */ }
|
|
59706
|
-
},
|
|
59707
|
-
DVstETH: {
|
|
59708
|
-
name: "Decentralized Validator Token",
|
|
59709
|
-
symbol: "DVstETH",
|
|
59710
|
-
type: { AllNetworks: 1 /* NORMAL_TOKEN */ }
|
|
59711
|
-
},
|
|
59712
59729
|
PT_rsETH_26SEP2024: {
|
|
59713
59730
|
name: "Pendle PT rsETH 26 Sep 2024 expiry",
|
|
59714
59731
|
symbol: "PT_rsETH_26SEP2024",
|
|
@@ -59724,6 +59741,11 @@ var normalTokens = {
|
|
|
59724
59741
|
symbol: "SKY",
|
|
59725
59742
|
type: { AllNetworks: 1 /* NORMAL_TOKEN */ }
|
|
59726
59743
|
},
|
|
59744
|
+
T: {
|
|
59745
|
+
name: "Threshold Network Token",
|
|
59746
|
+
symbol: "T",
|
|
59747
|
+
type: { AllNetworks: 1 /* NORMAL_TOKEN */ }
|
|
59748
|
+
},
|
|
59727
59749
|
PT_sUSDe_26DEC2024: {
|
|
59728
59750
|
name: "Pendle PT sUSDe 26 Dec 2024 expiry",
|
|
59729
59751
|
symbol: "PT_sUSDe_26DEC2024",
|
|
@@ -59995,6 +60017,7 @@ var tokenDataByNetwork = {
|
|
|
59995
60017
|
pufETH: "0xD9A442856C234a39a81a089C06451EBAa4306a72",
|
|
59996
60018
|
USDS: "0xdC035D45d973E3EC169d2276DDab16f1e407384F",
|
|
59997
60019
|
SKY: "0x56072C95FAA701256059aa122697B133aDEd9279",
|
|
60020
|
+
T: "0xcdf7028ceab81fa0c6971208e83fa7872994bee5",
|
|
59998
60021
|
// CURVE LP TOKENS
|
|
59999
60022
|
"3Crv": "0x6c3F90f043a72FA612cbac8115EE7e52BDe6E490",
|
|
60000
60023
|
crvFRAX: "0x3175Df0976dFA876431C2E9eE6Bc45b65d3473CC",
|
|
@@ -60281,6 +60304,7 @@ var tokenDataByNetwork = {
|
|
|
60281
60304
|
GHO: NOT_DEPLOYED,
|
|
60282
60305
|
pufETH: NOT_DEPLOYED,
|
|
60283
60306
|
USDS: NOT_DEPLOYED,
|
|
60307
|
+
T: NOT_DEPLOYED,
|
|
60284
60308
|
// REDSTONE
|
|
60285
60309
|
SHIB: NOT_DEPLOYED,
|
|
60286
60310
|
// YEARN TOKENS
|
|
@@ -60567,6 +60591,7 @@ var tokenDataByNetwork = {
|
|
|
60567
60591
|
pufETH: NOT_DEPLOYED,
|
|
60568
60592
|
USDS: NOT_DEPLOYED,
|
|
60569
60593
|
SKY: NOT_DEPLOYED,
|
|
60594
|
+
T: NOT_DEPLOYED,
|
|
60570
60595
|
// REDSTONE
|
|
60571
60596
|
SHIB: NOT_DEPLOYED,
|
|
60572
60597
|
// YEARN TOKENS
|
|
@@ -60857,6 +60882,7 @@ var tokenDataByNetwork = {
|
|
|
60857
60882
|
USDe: NOT_DEPLOYED,
|
|
60858
60883
|
pufETH: NOT_DEPLOYED,
|
|
60859
60884
|
USDS: NOT_DEPLOYED,
|
|
60885
|
+
T: NOT_DEPLOYED,
|
|
60860
60886
|
// REDSTONE
|
|
60861
60887
|
SHIB: NOT_DEPLOYED,
|
|
60862
60888
|
// YEARN TOKENS
|
|
@@ -65068,7 +65094,8 @@ var SWAP_OPERATIONS = {
|
|
|
65068
65094
|
};
|
|
65069
65095
|
var PT_IN = {
|
|
65070
65096
|
["0xEe9085fC268F6727d5D4293dBABccF901ffDCC29".toLowerCase()]: "PT_sUSDe_26DEC2024",
|
|
65071
|
-
["0xE00bd3Df25fb187d6ABBB620b3dfd19839947b81".toLowerCase()]: "PT_sUSDe_27MAR20251"
|
|
65097
|
+
["0xE00bd3Df25fb187d6ABBB620b3dfd19839947b81".toLowerCase()]: "PT_sUSDe_27MAR20251",
|
|
65098
|
+
["0xE00bd3Df25fb187d6ABBB620b3dfd19839947b81".toLowerCase()]: "PT_sUSDe_29MAY2025"
|
|
65072
65099
|
};
|
|
65073
65100
|
var OUT = {
|
|
65074
65101
|
["0x9D39A5DE30e57443BfF2A8307A4256c8797A3497".toLowerCase()]: "sUSDe"
|
|
@@ -66586,7 +66613,8 @@ var EXTRA_FARM_TOKENS = {
|
|
|
66586
66613
|
pumpBTC: true,
|
|
66587
66614
|
PT_sUSDe_27MAR2025: true,
|
|
66588
66615
|
DVstETH: true,
|
|
66589
|
-
beraSTONE: true
|
|
66616
|
+
beraSTONE: true,
|
|
66617
|
+
PT_sUSDe_29MAY2025: true
|
|
66590
66618
|
};
|
|
66591
66619
|
var isExtraFarmToken = (t) => {
|
|
66592
66620
|
if (typeof t !== "string") return false;
|
|
@@ -66618,7 +66646,8 @@ var EXTRA_TOKENS_WITH_APY = {
|
|
|
66618
66646
|
PT_cornLBTC_26DEC2024: true,
|
|
66619
66647
|
PT_corn_eBTC_27MAR2025: true,
|
|
66620
66648
|
PT_corn_pumpBTC_26DEC2024: true,
|
|
66621
|
-
PT_sUSDe_27MAR2025: true
|
|
66649
|
+
PT_sUSDe_27MAR2025: true,
|
|
66650
|
+
PT_sUSDe_29MAY2025: true
|
|
66622
66651
|
};
|
|
66623
66652
|
var isExtraTokenWithAPY = (t) => {
|
|
66624
66653
|
if (typeof t !== "string") return false;
|
|
@@ -70500,6 +70529,10 @@ var PROTOCOL_DATA = {
|
|
|
70500
70529
|
Stakestone: {
|
|
70501
70530
|
name: "Stakestone",
|
|
70502
70531
|
icon: "/protocols/stakestone.svg"
|
|
70532
|
+
},
|
|
70533
|
+
Treehouse: {
|
|
70534
|
+
name: "Treehouse",
|
|
70535
|
+
icon: "/protocols/treehouse.svg"
|
|
70503
70536
|
}
|
|
70504
70537
|
};
|
|
70505
70538
|
var isExtendedProtocol = (t) => typeof t === "string" && !!PROTOCOL_DATA[t];
|
|
@@ -71629,9 +71662,9 @@ var MerkleXYZApi = class {
|
|
|
71629
71662
|
|
|
71630
71663
|
// src/sdk/sdk-legacy/gearboxRewards/api.ts
|
|
71631
71664
|
var DEFAULT_POOLS_WITH_EXTRA_REWARDS = {
|
|
71632
|
-
Mainnet: [],
|
|
71665
|
+
Mainnet: ["dtBTCV3"],
|
|
71633
71666
|
Arbitrum: [],
|
|
71634
|
-
Optimism: [
|
|
71667
|
+
Optimism: [],
|
|
71635
71668
|
Base: []
|
|
71636
71669
|
};
|
|
71637
71670
|
var GearboxRewardsApi = class {
|
|
@@ -72275,7 +72308,8 @@ var ALIASES = {
|
|
|
72275
72308
|
PT_cornLBTC_26DEC2024: "p.c.LBTC(26.12.24)",
|
|
72276
72309
|
PT_corn_eBTC_27MAR2025: "p.c.eBTC(27.03.25)",
|
|
72277
72310
|
PT_corn_pumpBTC_26DEC2024: "p.c.pumpBTC(26.12.24)",
|
|
72278
|
-
PT_sUSDe_27MAR2025: "p.sUSDe(27.03.25)"
|
|
72311
|
+
PT_sUSDe_27MAR2025: "p.sUSDe(27.03.25)",
|
|
72312
|
+
PT_sUSDe_29MAY2025: "p.sUSDe(29.05.25)"
|
|
72279
72313
|
};
|
|
72280
72314
|
var TokenData = class {
|
|
72281
72315
|
title;
|
package/dist/cjs/sdk/index.d.ts
CHANGED
|
@@ -93122,7 +93122,7 @@ declare const curveTokens: Record<CurveLPToken, CurveLPTokenData | MetaCurveLPTo
|
|
|
93122
93122
|
declare const isCurveLPToken: (t: unknown) => t is CurveLPToken;
|
|
93123
93123
|
declare const isCurveMetaToken: (t: unknown) => t is CurveMetaTokens;
|
|
93124
93124
|
|
|
93125
|
-
type ERC4626LPToken = "sDAI" | "YieldETH" | "sUSDe" | "sUSDS" | "scrvUSD" | "tETH";
|
|
93125
|
+
type ERC4626LPToken = "sDAI" | "YieldETH" | "sUSDe" | "sUSDS" | "scrvUSD" | "tETH" | "steakLRT" | "Re7LRT" | "amphrETH" | "rstETH" | "pzETH" | "DVstETH";
|
|
93126
93126
|
type ERC4626VaultTokenData = {
|
|
93127
93127
|
symbol: ERC4626LPToken;
|
|
93128
93128
|
type: Partial<Record<TokenNetwork, TokenType.ERC4626_VAULT_TOKEN>>;
|
|
@@ -93135,7 +93135,13 @@ type ERC4626VaultOfCurveLPTokenData = {
|
|
|
93135
93135
|
underlying: CurveLPToken;
|
|
93136
93136
|
vault: ERC4626VaultContract;
|
|
93137
93137
|
} & TokenBase;
|
|
93138
|
-
|
|
93138
|
+
type ERC4626VaultOfMellowLRTTokenData = {
|
|
93139
|
+
symbol: ERC4626LPToken;
|
|
93140
|
+
type: Partial<Record<TokenNetwork, TokenType.ERC4626_VAULT_TOKEN>>;
|
|
93141
|
+
underlying: NormalToken;
|
|
93142
|
+
vault: MellowVaultContract;
|
|
93143
|
+
} & TokenBase;
|
|
93144
|
+
declare const erc4626Tokens: Record<ERC4626LPToken, ERC4626VaultTokenData | ERC4626VaultOfCurveLPTokenData | ERC4626VaultOfMellowLRTTokenData>;
|
|
93139
93145
|
declare const isERC4626LPToken: (t: unknown) => t is ERC4626LPToken;
|
|
93140
93146
|
|
|
93141
93147
|
type BalancerLPToken = "USDC_DAI_USDT" | "B_rETH_STABLE" | "weETH_rETH" | "osETH_wETH_BPT" | "B_80BAL_20WETH" | "50WETH_50AURA" | "ezETH_WETH_BPT" | "weETH_ezETH_rswETH" | "GHO_USDT_USDC" | "rsETH_WETH" | "trenSTETH" | "DVstETH_wstETH_BPT" | "sUSDe_USDC_BPT" | "pumpBTC_WBTC_BPT" | "eBTC_WBTC_BPT" | "B_50WBTC_50WETH" | "tETH_wstETH_BPT" | "BPT_rETH_ETH" | "BPT_WSTETH_ETH" | "BPT_ROAD" | "ECLP_wstETH_WETH" | "bpt_ethtri" | "wstETH_WETH_BPT" | "wstETH_rETH_sfrxETH" | "wstETH_rETH_cbETH" | "rETH_WETH_BPT_deprecated" | "cbETH_rETH_wstETH" | "rETH_wETH_BPT" | "33AURA_33ARB_33BAL" | "ezETH_wstETH" | "rsETH_wETH_Arb";
|
|
@@ -93298,7 +93304,7 @@ interface TokenBase {
|
|
|
93298
93304
|
name: string;
|
|
93299
93305
|
symbol: string;
|
|
93300
93306
|
}
|
|
93301
|
-
type LPTokenDataI = CurveLPTokenData | MetaCurveLPTokenData | YearnVaultTokenData | YearnVaultOfCurveLPTokenData | YearnVaultOfMetaCurveLPTokenData | ConvexLPTokenData | ConvexPhantomTokenData | ConvexL2StakedTokenData | BalancerLpTokenData | AaveV2PoolTokenData | WrappedAaveV2PoolTokenData | CompoundV2PoolTokenData | ERC4626VaultTokenData | ERC4626VaultOfCurveLPTokenData | AuraLPTokenData | AuraStakedTokenData | ZircuitPhantomTokenData | StakingRewardsPhantomTokenData;
|
|
93307
|
+
type LPTokenDataI = CurveLPTokenData | MetaCurveLPTokenData | YearnVaultTokenData | YearnVaultOfCurveLPTokenData | YearnVaultOfMetaCurveLPTokenData | ConvexLPTokenData | ConvexPhantomTokenData | ConvexL2StakedTokenData | BalancerLpTokenData | AaveV2PoolTokenData | WrappedAaveV2PoolTokenData | CompoundV2PoolTokenData | ERC4626VaultTokenData | ERC4626VaultOfCurveLPTokenData | ERC4626VaultOfMellowLRTTokenData | AuraLPTokenData | AuraStakedTokenData | ZircuitPhantomTokenData | StakingRewardsPhantomTokenData;
|
|
93302
93308
|
type TokenDataI = NormalTokenData | WrappedTokenData | LPTokenDataI | DieselTokenData | DieselStakedTokenData | GearboxTokenData;
|
|
93303
93309
|
declare const lpTokens: Record<LPTokens, LPTokenDataI>;
|
|
93304
93310
|
declare const supportedTokens: Record<SupportedToken, TokenDataI>;
|
|
@@ -93324,7 +93330,7 @@ declare const isLPToken: (t: unknown) => t is LPTokens;
|
|
|
93324
93330
|
declare function getDecimals(token: SupportedToken | string): number;
|
|
93325
93331
|
declare function extractTokenData(tokenAddress: string): [SupportedToken | undefined, number | undefined];
|
|
93326
93332
|
|
|
93327
|
-
type NormalToken = "1INCH" | "AAVE" | "CRV" | "LINK" | "SNX" | "UNI" | "USDT" | "DOLA" | "USDC" | "USDC_e" | "DAI" | "WETH" | "WBTC" | "tBTC" | "YFI" | "WLD" | "OP" | "STETH" | "CVX" | "FRAX" | "FXS" | "LDO" | "LUSD" | "sUSD" | "GUSD" | "LQTY" | "GMX" | "ARB" | "BAL" | "ARB" | "MKR" | "RPL" | "APE" | "rETH" | "AURA" | "LBTC" | "eBTC" | "solvBTC" | "pumpBTC" | "osETH" | "weETH" | "SWISE" | "ezETH" | "rsETH" | "PENDLE" | "frxETH" | "cbETH" | "rswETH" | "USDe" | "GHO" | "pufETH" | "wstETH" | "USDS" | "SKY" | "beraSTONE" | "
|
|
93333
|
+
type NormalToken = "1INCH" | "AAVE" | "CRV" | "LINK" | "SNX" | "UNI" | "USDT" | "DOLA" | "USDC" | "USDC_e" | "DAI" | "WETH" | "WBTC" | "tBTC" | "YFI" | "WLD" | "OP" | "STETH" | "CVX" | "FRAX" | "FXS" | "LDO" | "LUSD" | "sUSD" | "GUSD" | "LQTY" | "GMX" | "ARB" | "BAL" | "ARB" | "MKR" | "RPL" | "APE" | "rETH" | "AURA" | "LBTC" | "eBTC" | "solvBTC" | "pumpBTC" | "osETH" | "weETH" | "SWISE" | "ezETH" | "rsETH" | "PENDLE" | "frxETH" | "cbETH" | "rswETH" | "USDe" | "GHO" | "pufETH" | "wstETH" | "USDS" | "SKY" | "beraSTONE" | "T" | "PT_rsETH_26SEP2024" | "PT_sUSDe_26DEC2024" | "PT_eETH_26DEC2024" | "PT_ezETH_26DEC2024" | "PT_eBTC_26DEC2024" | "PT_LBTC_27MAR2025" | "PT_corn_solvBTC_BBN_26DEC2024" | "PT_corn_pumpBTC_26DEC2024" | "PT_cornLBTC_26DEC2024" | "PT_corn_eBTC_27MAR2025" | "PT_sUSDe_27MAR2025" | "PT_sUSDe_29MAY2025" | "SHIB" | "crvUSD";
|
|
93328
93334
|
type NormalTokenData = {
|
|
93329
93335
|
symbol: NormalToken;
|
|
93330
93336
|
type: Partial<Record<TokenNetwork, TokenType.NORMAL_TOKEN>>;
|
|
@@ -93592,8 +93598,8 @@ declare enum PriceFeedType {
|
|
|
93592
93598
|
PENDLE_PT_TWAP_ORACLE = 21
|
|
93593
93599
|
}
|
|
93594
93600
|
|
|
93595
|
-
type ExtraFarmTokens = Extract<SupportedToken, "STETH" | "rETH" | "osETH" | "cbETH" | "wstETH" | "weETH" | "ezETH" | "sfrxETH" | "USDe" | "rsETH" | "rswETH" | "pufETH" | "pzETH" | "rstETH" | "steakLRT" | "amphrETH" | "LBTC" | "Re7LRT" | "PT_ezETH_26DEC2024" | "PT_eETH_26DEC2024" | "PT_sUSDe_26DEC2024" | "PT_eBTC_26DEC2024" | "PT_LBTC_27MAR2025" | "eBTC" | "PT_cornLBTC_26DEC2024" | "PT_corn_eBTC_27MAR2025" | "PT_corn_pumpBTC_26DEC2024" | "pumpBTC" | "PT_sUSDe_27MAR2025" | "DVstETH" | "beraSTONE">;
|
|
93596
|
-
type ExtraTokensWithAPY = Extract<ExtraFarmTokens, "STETH" | "rETH" | "osETH" | "cbETH" | "wstETH" | "sfrxETH" | "pzETH" | "ezETH" | "Re7LRT" | "rsETH" | "weETH" | "rswETH" | "rstETH" | "steakLRT" | "amphrETH" | "pufETH" | "PT_ezETH_26DEC2024" | "PT_eETH_26DEC2024" | "PT_sUSDe_26DEC2024" | "PT_eBTC_26DEC2024" | "PT_LBTC_27MAR2025" | "PT_cornLBTC_26DEC2024" | "PT_corn_eBTC_27MAR2025" | "PT_corn_pumpBTC_26DEC2024" | "PT_sUSDe_27MAR2025" | "DVstETH">;
|
|
93601
|
+
type ExtraFarmTokens = Extract<SupportedToken, "STETH" | "rETH" | "osETH" | "cbETH" | "wstETH" | "weETH" | "ezETH" | "sfrxETH" | "USDe" | "rsETH" | "rswETH" | "pufETH" | "pzETH" | "rstETH" | "steakLRT" | "amphrETH" | "LBTC" | "Re7LRT" | "PT_ezETH_26DEC2024" | "PT_eETH_26DEC2024" | "PT_sUSDe_26DEC2024" | "PT_eBTC_26DEC2024" | "PT_LBTC_27MAR2025" | "eBTC" | "PT_cornLBTC_26DEC2024" | "PT_corn_eBTC_27MAR2025" | "PT_corn_pumpBTC_26DEC2024" | "pumpBTC" | "PT_sUSDe_27MAR2025" | "DVstETH" | "beraSTONE" | "PT_sUSDe_29MAY2025">;
|
|
93602
|
+
type ExtraTokensWithAPY = Extract<ExtraFarmTokens, "STETH" | "rETH" | "osETH" | "cbETH" | "wstETH" | "sfrxETH" | "pzETH" | "ezETH" | "Re7LRT" | "rsETH" | "weETH" | "rswETH" | "rstETH" | "steakLRT" | "amphrETH" | "pufETH" | "PT_ezETH_26DEC2024" | "PT_eETH_26DEC2024" | "PT_sUSDe_26DEC2024" | "PT_eBTC_26DEC2024" | "PT_LBTC_27MAR2025" | "PT_cornLBTC_26DEC2024" | "PT_corn_eBTC_27MAR2025" | "PT_corn_pumpBTC_26DEC2024" | "PT_sUSDe_27MAR2025" | "DVstETH" | "PT_sUSDe_29MAY2025">;
|
|
93597
93603
|
type LRTAndLSTTokens = Exclude<ExtraFarmTokens, "USDe">;
|
|
93598
93604
|
declare const isExtraFarmToken: (t: unknown) => t is ExtraFarmTokens;
|
|
93599
93605
|
declare const isLRT_LSTToken: (t: unknown) => t is LRTAndLSTTokens;
|
|
@@ -94910,7 +94916,7 @@ interface ProtocolData {
|
|
|
94910
94916
|
name: string;
|
|
94911
94917
|
icon: string;
|
|
94912
94918
|
}
|
|
94913
|
-
type ExtendedProtocols = keyof typeof Protocols | "Stakewise" | "Etherfi" | "Rocketpool" | "Renzo" | "Coinbase" | "Kelp" | "Swell" | "Puffer" | "Mellow" | "Lombard" | "pumpBTC" | "Stakestone";
|
|
94919
|
+
type ExtendedProtocols = keyof typeof Protocols | "Stakewise" | "Etherfi" | "Rocketpool" | "Renzo" | "Coinbase" | "Kelp" | "Swell" | "Puffer" | "Mellow" | "Lombard" | "pumpBTC" | "Stakestone" | "Treehouse";
|
|
94914
94920
|
declare const isExtendedProtocol: (t: unknown) => t is ExtendedProtocols;
|
|
94915
94921
|
declare function getProtocolData(t: string): ProtocolData;
|
|
94916
94922
|
|
|
@@ -98537,4 +98543,4 @@ type MulticallErrorType = GetChainContractAddressErrorType | ReadContractErrorTy
|
|
|
98537
98543
|
*/
|
|
98538
98544
|
declare function simulateMulticall<const contracts extends readonly unknown[], chain extends Chain | undefined, allowFailure extends boolean = true>(client: Client<Transport, chain>, parameters: MulticallParameters<contracts, allowFailure>): Promise<MulticallReturnType<contracts, allowFailure>>;
|
|
98539
98545
|
|
|
98540
|
-
export { ADDRESS_0X0, ADDRESS_PROVIDER, ADDRESS_PROVIDER_BLOCK, AP_ACCOUNT_FACTORY, AP_ACL, AP_ADAPTER_COMPRESSOR, AP_BOT_LIST, AP_CONTRACTS_REGISTER, AP_CONTROLLER_TIMELOCK, AP_CREDIT_ACCOUNT_COMPRESSOR, AP_DATA_COMPRESSOR, AP_DEGEN_DISTRIBUTOR, AP_DEGEN_NFT, AP_DELEVERAGE_BOT_HV, AP_DELEVERAGE_BOT_LV, AP_DELEVERAGE_BOT_PEGGED, AP_GEAR_STAKING, AP_GEAR_TOKEN, AP_INFLATION_ATTACK_BLOCKER, AP_INSOLVENCY_CHECKER, AP_MARKET_COMPRESSOR, AP_MARKET_CONFIGURATOR, AP_MULTI_PAUSE, AP_PARTIAL_LIQUIDATION_BOT, AP_PRICE_FEED_COMPRESSOR, AP_PRICE_ORACLE, AP_REWARDS_COMPRESSOR, AP_ROUTER, AP_TREASURY, AP_WETH_GATEWAY, AP_WETH_TOKEN, AP_ZAPPER_REGISTER, AP_ZERO_PRICE_FEED, type AaveV2LPToken, type AaveV2Params, type AaveV2PoolTokenData, type AaveV2TokenWrapperContract, type AaveV3Params, AbstractPriceFeedContract, type AdapterContractType, type AdapterData, AdapterInterface, type AdapterWithType, AddressLabeller, AddressMap, AddressProviderContractV3, AddressProviderContractV3_1, type AddressProviderState, type AddressProviderV3StateHuman, type AllLPTokens, type Asset, type AssetPriceFeedStateHuman, AssetUtils, type AssetWithAmountInTarget, type AssetWithView, type AuraExtraPoolParams, type AuraLPToken, type AuraLPTokenData, type AuraParams, type AuraPoolContract, type AuraPoolParams, type AuraStakedToken, type AuraStakedTokenData, BLOCKS_PER_WEEK_BY_NETWORK, type BalancerLPToken, type BalancerLpTokenData, type BalancerParams, BalancerStablePriceFeedContract, BalancerV2VaultAdapterContract, BalancerWeightedPriceFeedContract, type BalancerWeightedPriceFeedStateHuman, BaseContract, type BaseContractOptions, type BaseContractParams, type BaseContractStateHuman, type BaseParams, type BasePriceFeedStateHuman, BigIntMath, type BigNumberish, type BotAddresses, type BotBaseType, type BotDataPayload, type BotDetailedType, BotListContract, type BotListStateHuman, BotPermissions, BotsService, type BoundedOracleStateHuman, BoundedPriceFeedContract, CAMELOT_V3_QUOTER, CREDIT_SESSION_ID_BY_STATUS, CREDIT_SESSION_STATUS_BY_ID, type CaTokenBalance, type CalcAvgQuotaBorrowRateProps, type CalcDefaultQuotaProps, type CalcHealthFactorProps, type CalcMaxLendingDebtProps, type CalcOverallAPYProps, type CalcQuotaBorrowRateProps, type CalcQuotaUpdateProps, type CalcRecommendedQuotaProps, type CalcRelativeBaseBorrowRateProps, CamelotV3AdapterContract, type CamelotV3Params, ChainlinkPriceFeedContract, type ChartsAggregatedPoolPayload, type ChartsAggregatedStats, ChartsCreditManagerData, type ChartsCreditManagerPayload, ChartsPoolData, type ChartsPoolDataPayload, type ClaimFarmRewardsProps, type ClaimLmRewardsV2Props, type ClaimLmRewardsV3Props, type CloseCreditAccountResult, type ClosePathBalances, type CommonResult, CompositePriceFeedContract, type CompoundV2LPToken, type CompoundV2Params, type CompoundV2PoolContract, type CompoundV2PoolTokenData, type ConnectionOptions, type ContractMethod, type ContractParams, type ConvexExtraPoolParams, type ConvexL2Params, type ConvexL2PoolParams, type ConvexL2StakedToken, type ConvexL2StakedTokenData, type ConvexLPToken, type ConvexLPTokenData, type ConvexParams, type ConvexPhantomTokenData, type ConvexPoolContract, type ConvexPoolParams, type ConvexStakedPhantomToken, ConvexV1BaseRewardPoolAdapterContract, ConvexV1BoosterAdapterContract, type CoreStateHuman, type CreditAccountData, type CreditAccountDataPayload, type CreditAccountDataSlice, CreditAccountData_Legacy, type CreditAccountFilter, type CreditAccountServiceOptions, CreditAccountsService, type CreditConfiguratorState, type CreditConfiguratorStateHuman, CreditConfiguratorV300Contract, CreditConfiguratorV310Contract, type CreditFacadeState, type CreditFacadeStateHuman, CreditFacadeV300Contract, CreditFacadeV310Contract, type CreditManagerData, type CreditManagerDataPayload, CreditManagerData_Legacy, type CreditManagerDebtParams, type CreditManagerDebtParamsHuman, type CreditManagerDebtParamsSDK, type CreditManagerState, type CreditManagerStateHuman, type CreditManagerType, CreditManagerV300Contract, CreditManagerV310Contract, CreditSession, type CreditSessionAsset, type CreditSessionBalancePayload, CreditSessionFiltered, type CreditSessionFilteredPayload, type CreditSessionPayload, type CreditSessionReward, type CreditSessionSortFields, type CreditSessionSortType, type CreditSessionStatus, type CreditSessionsAggregatedStats, type CreditSessionsAggregatedStatsPayload, CreditSuite, type CreditSuiteStateHuman, Curve2AssetsAdapterContract, Curve3AssetsAdapterContract, Curve3CrvUnderlyingTokenIndex, Curve4AssetsAdapterContract, CurveCryptoPriceFeedContract, type CurveGEARPoolParams, type CurveLPToken, type CurveLPTokenData, type CurveMetaTokens, type CurveParams, type CurvePoolContract, type CurvePoolStruct, CurveStablePriceFeedContract, type CurveSteCRVPoolParams, CurveUSDPriceFeedContract, CurveV1AdapterStETHContract, CurveV1AdapterStableNGContract, DEPRECIATED_POOLS, DUMB_ADDRESS, DUMB_ADDRESS2, DUMB_ADDRESS3, DUMB_ADDRESS4, DaiUsdsAdapterContract, type DaiUsdsParams, type DieselSimpleTokenData, type DieselSimpleTokenTypes, type DieselStakedTokenData, type DieselStakedTokenTypes, type DieselTokenData, type DieselTokenTypes, type DieselTokenWithStkTypes, type DieselWithStkTokenV3Data, type Display, ERC4626AdapterContract, type ERC4626LPToken, type ERC4626Params, type ERC4626VaultContract, type ERC4626VaultOfCurveLPTokenData, type ERC4626VaultTokenData, ETH_ADDRESS, EVMEvent, type EVMEventProps, EVMTx, type EVMTxProps, Erc4626PriceFeedContract, type EtherscanURLParam, EventOrTx, type EventOrTxProps, type ExtendedProtocols, type ExtraRewardApy, type FarmInfo, type FindClosePathInput, GAUGE_COMPRESSORS, GEARBOX_MULTISIG, GEARBOX_RISK_CURATORS, GaugeContract, type GaugeParams, type GaugeParamsHuman, type GaugeStakingDataPayload, GaugeStakingService, type GaugeStateHuman, GearStakingContract, type GearStakingV3StateHuman, GearboxBackendApi, type GearboxExtraMerkleLmReward, type GearboxLmReward, type GearboxMerkleV2LmReward, GearboxRewardsApi, GearboxRewardsApy, GearboxRewardsExtraApy, GearboxSDK, type GearboxStakedV3LmReward, type GearboxState, type GearboxStateHuman, type GearboxToken, type GearboxTokenData, type GetAddressProviderOptions, type GetLmRewardsInfoProps, type GetLmRewardsProps, type GetPointsByPoolProps, type GetTotalTokensOnProtocolProps, type GraphPayload, type IAdapterContract$1 as IAdapterContract, type IAddressProviderContract, type IBaseContract$1 as IBaseContract, type ILPPriceFeedContract, type ILogger, type IPriceFeedContract, type IPriceOracleContract, LEVERAGE_DECIMALS, type LPPriceFeedStateHuman, type LPTokenDataI, type LPTokens, type LidoParams, type LidoWsthETHParams, type LinearModel, LinearModelContract, type LinearModelStateHuman, type LiquidationBotType, type LogFn, MAX_INT, MAX_UINT16, MAX_UINT256, MELLOW_COLLECTOR, MIN_INT96, MULTICALL_ADDRESS, type MarketData, MarketRegister, type MarketStateHuman, MarketSuite, MellowERC4626VaultAdapterContract, MellowLRTPriceFeedContract, MellowVaultAdapterContract, type MellowVaultContract, type MellowVaultParams, type MerkleDistributorInfo, type MetaCurveLPTokenData, type MultiCall, type MultiVote, type MulticallErrorType, type MulticallParameters, type MulticallReturnType, NOT_DEPLOYED, NO_VERSION, type NetworkOptions, type NetworkType, type NormalToken, type NormalTokenData, type OnDemandPriceUpdate, type OpenCAProps, type OpenStrategyResult, PANCAKESWAP_V3_QUOTER, PENDLE_ROUTER_STATIC_ARBITRUM, PENDLE_ROUTER_STATIC_MAINNET, PENDLE_ROUTER_STATIC_OPTIMISM, PERCENTAGE_DECIMALS, PERCENTAGE_FACTOR, PRICE_DECIMALS, PRICE_DECIMALS_POW, type PartialPriceFeedTreeNode, type PartialRecord, type PathFinderCloseResult, type PathFinderOpenStrategyResult, type PathFinderResult, type PathOption, type PathOptionSerie, PendleRouterAdapterContract, type PendleRouterParams, PendleTWAPPTPriceFeed, type PermitResult, PhantomTokenType, PoolContract, type PoolData, type PoolDataExtraPayload, type PoolDataPayload, PoolData_Legacy, type PoolPointsInfo, PoolQuotaKeeperContract, type PoolQuotaKeeperData, type PoolQuotaKeeperStateHuman, type PoolStateHuman, PoolSuite, type PoolSuiteStateHuman, type PoolType, type PoolZapper, PositionUtils, type PriceFeedConstructorArgs, type PriceFeedContractType, type PriceFeedMapEntry, PriceFeedRef, PriceFeedRegister, type PriceFeedRegisterHooks, type PriceFeedStateHuman, type PriceFeedTreeNode, PriceFeedType, type PriceFeedUsageType, type PriceOracleData, PriceOracleV300Contract, PriceOracleV310Contract, type PriceOracleV3StateHuman, PriceUtils, Protocols, Provider, type QuotaInfo, type QuotaParamsHuman, type QuotaState, RAMP_DURATION_BY_NETWORK, RAY, RAY_DECIMALS_POW, type RampEvent, type RateKeeperData, type RawTx, RedstonePriceFeedContract, type RedstonePriceFeedStateHuman, type ReleaseAt, RewardClaimer, type RewardInfo, type Rewards, type RouterCloseResult, type RouterHooks, type RouterResult, RouterV3Contract, SDKConstruct, type SDKHooks, type SDKOptions, SECONDS_PER_YEAR, SLIPPAGE_DECIMALS, SUPPORTED_CHAINS, type SecondaryStatus, type SendRawTxParameters, StakingRewardsAdapterContract, type StakingRewardsContract, type StakingRewardsParams, type StakingRewardsPhantomToken, type StakingRewardsPhantomTokenData, type SupportedContract, type SupportedToken, type SupportedValue, type SwapOperation, type SwapTask, type SyncStateOptions, TESTNET_CHAINS, TIMELOCK, type TVL, TXSwap, type TickerInfo, type TickerToken, type TimeToLiquidationProps, type TokenBase, TokenData, type TokenDataI, type TokenDataPayload, type TokenMetaData, type TokenNetwork, TokenType, type TokensAPYList, TokensMeta, type TokensWithAPY, type TransportOptions, TxAddBot, TxAddCollateral, TxAddLiquidity, TxApprove, TxClaimNFT, TxClaimRewards, TxCloseAccount, TxDecreaseBorrowAmount, TxGaugeClaim, TxGaugeStake, TxGaugeUnstake, TxGaugeVote, TxIncreaseBorrowAmount, TxLiquidateAccount, TxOpenMultitokenAccount, TxRemoveBot, TxRemoveLiquidity, TxRepayAccount, type TxSerialized, TxSerializer, TxStakeDiesel, type TxStatus, TxUnstakeDiesel, TxUpdateQuota, TxWithdrawCollateral, TypedObjectUtils, UNISWAP_V3_QUOTER, URLApi, USDC, USDT, type Unarray, UniswapV2AdapterContract, type UniswapV2Contract, type UniswapV2Params, UniswapV3AdapterContract, type UniswapV3Params, type UniversalParams, type UpdatePriceFeedsResult, type UserCreditSessions, type UserCreditSessionsAggregatedStatsPayload, UserCreditSessionsBuilder, type UserPoolAggregatedStatsPayload, UserPoolData, type UserPoolPayload, VELODROME_CL_QUOTER, VELODROME_V2_CL_FACTORY, VELODROME_V2_DEFAULT_FACTORY, type VelodromeV2Params, VelodromeV2RouterAdapterContract, VotingContractStatus, WAD, WAD_DECIMALS_POW, WETH, type WrapResult, type WrappedAaveV2LPToken, type WrappedAaveV2PoolTokenData, type WrappedToken, type WrappedTokenData, type WrapperAaveV2Params, WstETHPriceFeedContract, WstETHV1AdapterContract, type YearnLPToken, type YearnParams, YearnPriceFeedContract, YearnV2RouterAdapterContract, type YearnVaultContract, type YearnVaultOfCurveLPTokenData, type YearnVaultOfMetaCurveLPTokenData, type YearnVaultTokenData, type ZapperData, type ZapperStateHuman, ZeroPriceFeedContract, type ZircuitParams, type ZircuitPhantomTokenData, type ZircuitStakedPhantomToken, aaveV2Tokens, aaveV2WrapperAbi, accountFactoryV3Abi, aclAbi, aclNonReentrantTraitAbi, assetsMap, auraDepositorAbi, auraLpTokenByPid, auraLpTokens, auraPathResolverAbi, auraPoolByPid, auraStakedTokens, auraTokens, auraWithdrawerAbi, balancerLpDepositorAbi, balancerLpPathResolverAbi, balancerLpTokens, balancerLpWithdrawerAbi, balancerSwapperAbi, balancerV2VaultAdapterAbi, balancesMap, batchLiquidationEstimatorAbi, batchesChainAbi, botListV3Abi, botPermissionsToString, boundedPriceFeedAbi, bptStablePriceFeedAbi, bptWeightedPriceFeedAbi, bytes32ToString, camelotV3AdapterAbi, camelotV3SwapperAbi, chainlinkReadableAggregatorAbi, chains, childLogger, closePathResolverAbi, compositePriceFeedAbi, compoundV2Tokens, compoundV2WrapperAbi, connectors, contractParams, contractsByAddress, contractsByNetwork, contractsRegisterAbi, controllerTimelockV3Abi, convexDepositorAbi, convexL2StakedTokens, convexLpTokenByPid, convexLpTokens, convexPathResolverAbi, convexPoolByPid, convexStakedPhantomTokens, convexTokens, convexV1BaseRewardPoolAdapterAbi, convexV1BoosterAdapterAbi, convexWithdrawerAbi, createAdapter, createRawTx, createTransport, creditConfiguratorV3Abi, creditFacadeV3Abi, creditManagerV3Abi, creditManagerV3UsdtAbi, curveCryptoLpPriceFeedAbi, curveLpDepositorAbi, curveLpPathResolverAbi, curveLpWithdrawerAbi, curveMetaTokens, curveStableLpPriceFeedAbi, curveSwapperAbi, curveTokens, curveUsdPriceFeedAbi, curveV1Adapter2AssetsAbi, curveV1Adapter3AssetsAbi, curveV1Adapter4AssetsAbi, curveV1AdapterDepositAbi, curveV1AdapterStEthAbi, curveV1AdapterStableNgAbi, dataCompressorV3Abi, decimals, degenDistributorV3Abi, degenNftv2Abi, detectChain, detectNetwork, erc20Abi, erc4626AdapterAbi, erc4626DepositorAbi, erc4626PathResolverAbi, erc4626PriceFeedAbi, erc4626Tokens, erc4626WithdrawerAbi, errorAbis, etherscanUrl, extractTokenData, faucetAbi, filterDust, fmtBinaryMask, formatBN, formatBNvalue, formatBn4dig, formatDuration, formatLeverage, formatNumberToString_, formatPercentage, gaugeV3Abi, gearStakingV3Abi, gearTokens, getAddressProvider, getConnectors, getDecimals, getNetworkType, getProtocolData, getTokenSymbol, getTokenSymbolOrETH, getTokenSymbolOrTicker, halfRAY, iAdapterAbi, iAddressProviderV3Abi, iAddressProviderV3_1Abi, iAirdropDistributorAbi, iArbTokenAbi, iBalancerStablePoolAbi, iBalancerWeightedPoolAbi, iBaseRewardPoolAbi, iCamelotV3QuoterAbi, iConvexTokenAbi, iCreditAccountCompressorAbi, iCreditConfiguratorV310Abi, iCreditFacadeV2Abi, iCreditFacadeV2EventsAbi, iCreditFacadeV2ExceptionsAbi, iCreditFacadeV2ExtendedAbi, iCreditFacadeV2V2Abi, iCreditFacadeV310Abi, iCreditFacadeV310MulticallAbi, iCreditFacadeV3Abi, iCreditFacadeV3EventsAbi, iCreditFacadeV3MulticallAbi, iCreditManagerV310Abi, iCurvePoolAbi, iDaiUsdsAdapterAbi, iDataCompressorV3Abi, iDegenDistributorAbi, iDegenNftv2Abi, iDegenNftv2EventsAbi, iDegenNftv2ExceptionsAbi, iErc4626AdapterAbi, iExceptionsAbi, iFarmingPoolAbi, iInterestRateModelAbi, iLegacyMintableErc20Abi, iMarketCompressorAbi, iMarketConfiguratorV310Abi, iMellowVaultAbi, iMellowVaultAdapterAbi, iMulticall3Abi, iOffchainOracleAbi, iOptimismMintableErc20Abi, iPendleRouterAdapterAbi, iPoolV3Abi, iPoolV3EventsAbi, iPriceFeedAbi, iPriceFeedCompressorAbi, iPriceOracleV310Abi, iPriceOracleV3Abi, iPriceOracleV3EventsAbi, iRedstoneErrorsAbi, iRedstonePriceFeedEventsAbi, iRedstonePriceFeedExceptionsAbi, iRewardCompressorAbi, iRouterV3ErrorsAbi, iStakingRewardsAdapterAbi, iSwapperAbi, iTokenCompressorAbi, iUpdatablePriceFeedAbi, iVersionAbi, iZapperAbi, ierc20Abi, ierc20MetadataAbi, ierc20PermitAbi, ierc20ZapperDepositsAbi, iethZapperDepositsAbi, ilpPriceFeedAbi, ilpPriceFeedEventsAbi, ilpPriceFeedExceptionsAbi, inflationAttackBlockerAbi, insolvencyCheckerAbi, isAaveV2LPToken, isAuraLPToken, isAuraStakedToken, isAuraToken, isBalancerLPToken, isCompoundV2LPToken, isConvexL2StakedToken, isConvexLPToken, isConvexStakedPhantomToken, isConvexToken, isCurveLPToken, isCurveMetaToken, isDieselSimpleToken, isDieselStakedToken, isDieselToken, isDieselWithStkToken, isERC4626LPToken, isExtendedProtocol, isExtraFarmToken, isFarmToken, isLPToken, isLRT_LSTToken, isNormalToken, isStakingRewardsPhantomToken, isSupportedContract, isSupportedNetwork, isSupportedToken, isTokenWithAPY, isWrappedToken, isYearnLPToken, isZircuitStakedPhantomToken, iwstEthAbi, iyVaultAbi, json_parse, json_stringify, lidoSwapperAbi, lidoV1AdapterAbi, linearInterestRateModelV3Abi, lpTokens, mellowLrtPriceFeedAbi, multiPauseAbi, nonQuoted, normalTokens, numberWithCommas, overrideAggregatorAbi, partialLiquidationBotV3Abi, pendleTWAPPTPriceFeedAbi, percentFmt, poolQuotaKeeperV3Abi, poolV3Abi, poolV3UsdtAbi, priceFeedMultiplierAbi, priceOracleV3Abi, rawTxToMulticallPriceUpdate, rayToNumber, redstonePriceFeedAbi, routerV3Abi, sendRawTx, shortAddress, shortHash, simulateMulticall, stakingRewardsPhantomTokens, stakingRewardsTokens, supportedTokens, susdeOverriderAbi, swapAggregatorAbi, tickerInfoTokensByNetwork, tickerSymbolByAddress, tickerTokensByNetwork, toBN, toBigInt, toHumanFormat, toSignificant, tokenDataByNetwork, tokenStealerAbi, tokenSymbolByAddress, underlyingDepositZapperAbi, underlyingFarmingZapperAbi, uniswapV2AdapterAbi, uniswapV2SwapperAbi, uniswapV3AdapterAbi, uniswapV3SwapperAbi, velodromeV2RouterAdapterAbi, velodromeV2SwapperAbi, wethDepositZapperAbi, wethFarmingZapperAbi, wrapAggregatorAbi, wrappedAaveV2Tokens, wrappedTokens, wstEthPriceFeedAbi, wstEthSwapperAbi, wstEthv1AdapterAbi, yearnDepositorAbi, yearnPathResolverAbi, yearnPriceFeedAbi, yearnTokens, yearnV2AdapterAbi, yearnWithdrawerAbi, zapperRegisterAbi, zeroPriceFeedAbi, zircuitStakedPhantomTokens, zircuitStakedTokenByToken, zircuitTokens };
|
|
98546
|
+
export { ADDRESS_0X0, ADDRESS_PROVIDER, ADDRESS_PROVIDER_BLOCK, AP_ACCOUNT_FACTORY, AP_ACL, AP_ADAPTER_COMPRESSOR, AP_BOT_LIST, AP_CONTRACTS_REGISTER, AP_CONTROLLER_TIMELOCK, AP_CREDIT_ACCOUNT_COMPRESSOR, AP_DATA_COMPRESSOR, AP_DEGEN_DISTRIBUTOR, AP_DEGEN_NFT, AP_DELEVERAGE_BOT_HV, AP_DELEVERAGE_BOT_LV, AP_DELEVERAGE_BOT_PEGGED, AP_GEAR_STAKING, AP_GEAR_TOKEN, AP_INFLATION_ATTACK_BLOCKER, AP_INSOLVENCY_CHECKER, AP_MARKET_COMPRESSOR, AP_MARKET_CONFIGURATOR, AP_MULTI_PAUSE, AP_PARTIAL_LIQUIDATION_BOT, AP_PRICE_FEED_COMPRESSOR, AP_PRICE_ORACLE, AP_REWARDS_COMPRESSOR, AP_ROUTER, AP_TREASURY, AP_WETH_GATEWAY, AP_WETH_TOKEN, AP_ZAPPER_REGISTER, AP_ZERO_PRICE_FEED, type AaveV2LPToken, type AaveV2Params, type AaveV2PoolTokenData, type AaveV2TokenWrapperContract, type AaveV3Params, AbstractPriceFeedContract, type AdapterContractType, type AdapterData, AdapterInterface, type AdapterWithType, AddressLabeller, AddressMap, AddressProviderContractV3, AddressProviderContractV3_1, type AddressProviderState, type AddressProviderV3StateHuman, type AllLPTokens, type Asset, type AssetPriceFeedStateHuman, AssetUtils, type AssetWithAmountInTarget, type AssetWithView, type AuraExtraPoolParams, type AuraLPToken, type AuraLPTokenData, type AuraParams, type AuraPoolContract, type AuraPoolParams, type AuraStakedToken, type AuraStakedTokenData, BLOCKS_PER_WEEK_BY_NETWORK, type BalancerLPToken, type BalancerLpTokenData, type BalancerParams, BalancerStablePriceFeedContract, BalancerV2VaultAdapterContract, BalancerWeightedPriceFeedContract, type BalancerWeightedPriceFeedStateHuman, BaseContract, type BaseContractOptions, type BaseContractParams, type BaseContractStateHuman, type BaseParams, type BasePriceFeedStateHuman, BigIntMath, type BigNumberish, type BotAddresses, type BotBaseType, type BotDataPayload, type BotDetailedType, BotListContract, type BotListStateHuman, BotPermissions, BotsService, type BoundedOracleStateHuman, BoundedPriceFeedContract, CAMELOT_V3_QUOTER, CREDIT_SESSION_ID_BY_STATUS, CREDIT_SESSION_STATUS_BY_ID, type CaTokenBalance, type CalcAvgQuotaBorrowRateProps, type CalcDefaultQuotaProps, type CalcHealthFactorProps, type CalcMaxLendingDebtProps, type CalcOverallAPYProps, type CalcQuotaBorrowRateProps, type CalcQuotaUpdateProps, type CalcRecommendedQuotaProps, type CalcRelativeBaseBorrowRateProps, CamelotV3AdapterContract, type CamelotV3Params, ChainlinkPriceFeedContract, type ChartsAggregatedPoolPayload, type ChartsAggregatedStats, ChartsCreditManagerData, type ChartsCreditManagerPayload, ChartsPoolData, type ChartsPoolDataPayload, type ClaimFarmRewardsProps, type ClaimLmRewardsV2Props, type ClaimLmRewardsV3Props, type CloseCreditAccountResult, type ClosePathBalances, type CommonResult, CompositePriceFeedContract, type CompoundV2LPToken, type CompoundV2Params, type CompoundV2PoolContract, type CompoundV2PoolTokenData, type ConnectionOptions, type ContractMethod, type ContractParams, type ConvexExtraPoolParams, type ConvexL2Params, type ConvexL2PoolParams, type ConvexL2StakedToken, type ConvexL2StakedTokenData, type ConvexLPToken, type ConvexLPTokenData, type ConvexParams, type ConvexPhantomTokenData, type ConvexPoolContract, type ConvexPoolParams, type ConvexStakedPhantomToken, ConvexV1BaseRewardPoolAdapterContract, ConvexV1BoosterAdapterContract, type CoreStateHuman, type CreditAccountData, type CreditAccountDataPayload, type CreditAccountDataSlice, CreditAccountData_Legacy, type CreditAccountFilter, type CreditAccountServiceOptions, CreditAccountsService, type CreditConfiguratorState, type CreditConfiguratorStateHuman, CreditConfiguratorV300Contract, CreditConfiguratorV310Contract, type CreditFacadeState, type CreditFacadeStateHuman, CreditFacadeV300Contract, CreditFacadeV310Contract, type CreditManagerData, type CreditManagerDataPayload, CreditManagerData_Legacy, type CreditManagerDebtParams, type CreditManagerDebtParamsHuman, type CreditManagerDebtParamsSDK, type CreditManagerState, type CreditManagerStateHuman, type CreditManagerType, CreditManagerV300Contract, CreditManagerV310Contract, CreditSession, type CreditSessionAsset, type CreditSessionBalancePayload, CreditSessionFiltered, type CreditSessionFilteredPayload, type CreditSessionPayload, type CreditSessionReward, type CreditSessionSortFields, type CreditSessionSortType, type CreditSessionStatus, type CreditSessionsAggregatedStats, type CreditSessionsAggregatedStatsPayload, CreditSuite, type CreditSuiteStateHuman, Curve2AssetsAdapterContract, Curve3AssetsAdapterContract, Curve3CrvUnderlyingTokenIndex, Curve4AssetsAdapterContract, CurveCryptoPriceFeedContract, type CurveGEARPoolParams, type CurveLPToken, type CurveLPTokenData, type CurveMetaTokens, type CurveParams, type CurvePoolContract, type CurvePoolStruct, CurveStablePriceFeedContract, type CurveSteCRVPoolParams, CurveUSDPriceFeedContract, CurveV1AdapterStETHContract, CurveV1AdapterStableNGContract, DEPRECIATED_POOLS, DUMB_ADDRESS, DUMB_ADDRESS2, DUMB_ADDRESS3, DUMB_ADDRESS4, DaiUsdsAdapterContract, type DaiUsdsParams, type DieselSimpleTokenData, type DieselSimpleTokenTypes, type DieselStakedTokenData, type DieselStakedTokenTypes, type DieselTokenData, type DieselTokenTypes, type DieselTokenWithStkTypes, type DieselWithStkTokenV3Data, type Display, ERC4626AdapterContract, type ERC4626LPToken, type ERC4626Params, type ERC4626VaultContract, type ERC4626VaultOfCurveLPTokenData, type ERC4626VaultOfMellowLRTTokenData, type ERC4626VaultTokenData, ETH_ADDRESS, EVMEvent, type EVMEventProps, EVMTx, type EVMTxProps, Erc4626PriceFeedContract, type EtherscanURLParam, EventOrTx, type EventOrTxProps, type ExtendedProtocols, type ExtraRewardApy, type FarmInfo, type FindClosePathInput, GAUGE_COMPRESSORS, GEARBOX_MULTISIG, GEARBOX_RISK_CURATORS, GaugeContract, type GaugeParams, type GaugeParamsHuman, type GaugeStakingDataPayload, GaugeStakingService, type GaugeStateHuman, GearStakingContract, type GearStakingV3StateHuman, GearboxBackendApi, type GearboxExtraMerkleLmReward, type GearboxLmReward, type GearboxMerkleV2LmReward, GearboxRewardsApi, GearboxRewardsApy, GearboxRewardsExtraApy, GearboxSDK, type GearboxStakedV3LmReward, type GearboxState, type GearboxStateHuman, type GearboxToken, type GearboxTokenData, type GetAddressProviderOptions, type GetLmRewardsInfoProps, type GetLmRewardsProps, type GetPointsByPoolProps, type GetTotalTokensOnProtocolProps, type GraphPayload, type IAdapterContract$1 as IAdapterContract, type IAddressProviderContract, type IBaseContract$1 as IBaseContract, type ILPPriceFeedContract, type ILogger, type IPriceFeedContract, type IPriceOracleContract, LEVERAGE_DECIMALS, type LPPriceFeedStateHuman, type LPTokenDataI, type LPTokens, type LidoParams, type LidoWsthETHParams, type LinearModel, LinearModelContract, type LinearModelStateHuman, type LiquidationBotType, type LogFn, MAX_INT, MAX_UINT16, MAX_UINT256, MELLOW_COLLECTOR, MIN_INT96, MULTICALL_ADDRESS, type MarketData, MarketRegister, type MarketStateHuman, MarketSuite, MellowERC4626VaultAdapterContract, MellowLRTPriceFeedContract, MellowVaultAdapterContract, type MellowVaultContract, type MellowVaultParams, type MerkleDistributorInfo, type MetaCurveLPTokenData, type MultiCall, type MultiVote, type MulticallErrorType, type MulticallParameters, type MulticallReturnType, NOT_DEPLOYED, NO_VERSION, type NetworkOptions, type NetworkType, type NormalToken, type NormalTokenData, type OnDemandPriceUpdate, type OpenCAProps, type OpenStrategyResult, PANCAKESWAP_V3_QUOTER, PENDLE_ROUTER_STATIC_ARBITRUM, PENDLE_ROUTER_STATIC_MAINNET, PENDLE_ROUTER_STATIC_OPTIMISM, PERCENTAGE_DECIMALS, PERCENTAGE_FACTOR, PRICE_DECIMALS, PRICE_DECIMALS_POW, type PartialPriceFeedTreeNode, type PartialRecord, type PathFinderCloseResult, type PathFinderOpenStrategyResult, type PathFinderResult, type PathOption, type PathOptionSerie, PendleRouterAdapterContract, type PendleRouterParams, PendleTWAPPTPriceFeed, type PermitResult, PhantomTokenType, PoolContract, type PoolData, type PoolDataExtraPayload, type PoolDataPayload, PoolData_Legacy, type PoolPointsInfo, PoolQuotaKeeperContract, type PoolQuotaKeeperData, type PoolQuotaKeeperStateHuman, type PoolStateHuman, PoolSuite, type PoolSuiteStateHuman, type PoolType, type PoolZapper, PositionUtils, type PriceFeedConstructorArgs, type PriceFeedContractType, type PriceFeedMapEntry, PriceFeedRef, PriceFeedRegister, type PriceFeedRegisterHooks, type PriceFeedStateHuman, type PriceFeedTreeNode, PriceFeedType, type PriceFeedUsageType, type PriceOracleData, PriceOracleV300Contract, PriceOracleV310Contract, type PriceOracleV3StateHuman, PriceUtils, Protocols, Provider, type QuotaInfo, type QuotaParamsHuman, type QuotaState, RAMP_DURATION_BY_NETWORK, RAY, RAY_DECIMALS_POW, type RampEvent, type RateKeeperData, type RawTx, RedstonePriceFeedContract, type RedstonePriceFeedStateHuman, type ReleaseAt, RewardClaimer, type RewardInfo, type Rewards, type RouterCloseResult, type RouterHooks, type RouterResult, RouterV3Contract, SDKConstruct, type SDKHooks, type SDKOptions, SECONDS_PER_YEAR, SLIPPAGE_DECIMALS, SUPPORTED_CHAINS, type SecondaryStatus, type SendRawTxParameters, StakingRewardsAdapterContract, type StakingRewardsContract, type StakingRewardsParams, type StakingRewardsPhantomToken, type StakingRewardsPhantomTokenData, type SupportedContract, type SupportedToken, type SupportedValue, type SwapOperation, type SwapTask, type SyncStateOptions, TESTNET_CHAINS, TIMELOCK, type TVL, TXSwap, type TickerInfo, type TickerToken, type TimeToLiquidationProps, type TokenBase, TokenData, type TokenDataI, type TokenDataPayload, type TokenMetaData, type TokenNetwork, TokenType, type TokensAPYList, TokensMeta, type TokensWithAPY, type TransportOptions, TxAddBot, TxAddCollateral, TxAddLiquidity, TxApprove, TxClaimNFT, TxClaimRewards, TxCloseAccount, TxDecreaseBorrowAmount, TxGaugeClaim, TxGaugeStake, TxGaugeUnstake, TxGaugeVote, TxIncreaseBorrowAmount, TxLiquidateAccount, TxOpenMultitokenAccount, TxRemoveBot, TxRemoveLiquidity, TxRepayAccount, type TxSerialized, TxSerializer, TxStakeDiesel, type TxStatus, TxUnstakeDiesel, TxUpdateQuota, TxWithdrawCollateral, TypedObjectUtils, UNISWAP_V3_QUOTER, URLApi, USDC, USDT, type Unarray, UniswapV2AdapterContract, type UniswapV2Contract, type UniswapV2Params, UniswapV3AdapterContract, type UniswapV3Params, type UniversalParams, type UpdatePriceFeedsResult, type UserCreditSessions, type UserCreditSessionsAggregatedStatsPayload, UserCreditSessionsBuilder, type UserPoolAggregatedStatsPayload, UserPoolData, type UserPoolPayload, VELODROME_CL_QUOTER, VELODROME_V2_CL_FACTORY, VELODROME_V2_DEFAULT_FACTORY, type VelodromeV2Params, VelodromeV2RouterAdapterContract, VotingContractStatus, WAD, WAD_DECIMALS_POW, WETH, type WrapResult, type WrappedAaveV2LPToken, type WrappedAaveV2PoolTokenData, type WrappedToken, type WrappedTokenData, type WrapperAaveV2Params, WstETHPriceFeedContract, WstETHV1AdapterContract, type YearnLPToken, type YearnParams, YearnPriceFeedContract, YearnV2RouterAdapterContract, type YearnVaultContract, type YearnVaultOfCurveLPTokenData, type YearnVaultOfMetaCurveLPTokenData, type YearnVaultTokenData, type ZapperData, type ZapperStateHuman, ZeroPriceFeedContract, type ZircuitParams, type ZircuitPhantomTokenData, type ZircuitStakedPhantomToken, aaveV2Tokens, aaveV2WrapperAbi, accountFactoryV3Abi, aclAbi, aclNonReentrantTraitAbi, assetsMap, auraDepositorAbi, auraLpTokenByPid, auraLpTokens, auraPathResolverAbi, auraPoolByPid, auraStakedTokens, auraTokens, auraWithdrawerAbi, balancerLpDepositorAbi, balancerLpPathResolverAbi, balancerLpTokens, balancerLpWithdrawerAbi, balancerSwapperAbi, balancerV2VaultAdapterAbi, balancesMap, batchLiquidationEstimatorAbi, batchesChainAbi, botListV3Abi, botPermissionsToString, boundedPriceFeedAbi, bptStablePriceFeedAbi, bptWeightedPriceFeedAbi, bytes32ToString, camelotV3AdapterAbi, camelotV3SwapperAbi, chainlinkReadableAggregatorAbi, chains, childLogger, closePathResolverAbi, compositePriceFeedAbi, compoundV2Tokens, compoundV2WrapperAbi, connectors, contractParams, contractsByAddress, contractsByNetwork, contractsRegisterAbi, controllerTimelockV3Abi, convexDepositorAbi, convexL2StakedTokens, convexLpTokenByPid, convexLpTokens, convexPathResolverAbi, convexPoolByPid, convexStakedPhantomTokens, convexTokens, convexV1BaseRewardPoolAdapterAbi, convexV1BoosterAdapterAbi, convexWithdrawerAbi, createAdapter, createRawTx, createTransport, creditConfiguratorV3Abi, creditFacadeV3Abi, creditManagerV3Abi, creditManagerV3UsdtAbi, curveCryptoLpPriceFeedAbi, curveLpDepositorAbi, curveLpPathResolverAbi, curveLpWithdrawerAbi, curveMetaTokens, curveStableLpPriceFeedAbi, curveSwapperAbi, curveTokens, curveUsdPriceFeedAbi, curveV1Adapter2AssetsAbi, curveV1Adapter3AssetsAbi, curveV1Adapter4AssetsAbi, curveV1AdapterDepositAbi, curveV1AdapterStEthAbi, curveV1AdapterStableNgAbi, dataCompressorV3Abi, decimals, degenDistributorV3Abi, degenNftv2Abi, detectChain, detectNetwork, erc20Abi, erc4626AdapterAbi, erc4626DepositorAbi, erc4626PathResolverAbi, erc4626PriceFeedAbi, erc4626Tokens, erc4626WithdrawerAbi, errorAbis, etherscanUrl, extractTokenData, faucetAbi, filterDust, fmtBinaryMask, formatBN, formatBNvalue, formatBn4dig, formatDuration, formatLeverage, formatNumberToString_, formatPercentage, gaugeV3Abi, gearStakingV3Abi, gearTokens, getAddressProvider, getConnectors, getDecimals, getNetworkType, getProtocolData, getTokenSymbol, getTokenSymbolOrETH, getTokenSymbolOrTicker, halfRAY, iAdapterAbi, iAddressProviderV3Abi, iAddressProviderV3_1Abi, iAirdropDistributorAbi, iArbTokenAbi, iBalancerStablePoolAbi, iBalancerWeightedPoolAbi, iBaseRewardPoolAbi, iCamelotV3QuoterAbi, iConvexTokenAbi, iCreditAccountCompressorAbi, iCreditConfiguratorV310Abi, iCreditFacadeV2Abi, iCreditFacadeV2EventsAbi, iCreditFacadeV2ExceptionsAbi, iCreditFacadeV2ExtendedAbi, iCreditFacadeV2V2Abi, iCreditFacadeV310Abi, iCreditFacadeV310MulticallAbi, iCreditFacadeV3Abi, iCreditFacadeV3EventsAbi, iCreditFacadeV3MulticallAbi, iCreditManagerV310Abi, iCurvePoolAbi, iDaiUsdsAdapterAbi, iDataCompressorV3Abi, iDegenDistributorAbi, iDegenNftv2Abi, iDegenNftv2EventsAbi, iDegenNftv2ExceptionsAbi, iErc4626AdapterAbi, iExceptionsAbi, iFarmingPoolAbi, iInterestRateModelAbi, iLegacyMintableErc20Abi, iMarketCompressorAbi, iMarketConfiguratorV310Abi, iMellowVaultAbi, iMellowVaultAdapterAbi, iMulticall3Abi, iOffchainOracleAbi, iOptimismMintableErc20Abi, iPendleRouterAdapterAbi, iPoolV3Abi, iPoolV3EventsAbi, iPriceFeedAbi, iPriceFeedCompressorAbi, iPriceOracleV310Abi, iPriceOracleV3Abi, iPriceOracleV3EventsAbi, iRedstoneErrorsAbi, iRedstonePriceFeedEventsAbi, iRedstonePriceFeedExceptionsAbi, iRewardCompressorAbi, iRouterV3ErrorsAbi, iStakingRewardsAdapterAbi, iSwapperAbi, iTokenCompressorAbi, iUpdatablePriceFeedAbi, iVersionAbi, iZapperAbi, ierc20Abi, ierc20MetadataAbi, ierc20PermitAbi, ierc20ZapperDepositsAbi, iethZapperDepositsAbi, ilpPriceFeedAbi, ilpPriceFeedEventsAbi, ilpPriceFeedExceptionsAbi, inflationAttackBlockerAbi, insolvencyCheckerAbi, isAaveV2LPToken, isAuraLPToken, isAuraStakedToken, isAuraToken, isBalancerLPToken, isCompoundV2LPToken, isConvexL2StakedToken, isConvexLPToken, isConvexStakedPhantomToken, isConvexToken, isCurveLPToken, isCurveMetaToken, isDieselSimpleToken, isDieselStakedToken, isDieselToken, isDieselWithStkToken, isERC4626LPToken, isExtendedProtocol, isExtraFarmToken, isFarmToken, isLPToken, isLRT_LSTToken, isNormalToken, isStakingRewardsPhantomToken, isSupportedContract, isSupportedNetwork, isSupportedToken, isTokenWithAPY, isWrappedToken, isYearnLPToken, isZircuitStakedPhantomToken, iwstEthAbi, iyVaultAbi, json_parse, json_stringify, lidoSwapperAbi, lidoV1AdapterAbi, linearInterestRateModelV3Abi, lpTokens, mellowLrtPriceFeedAbi, multiPauseAbi, nonQuoted, normalTokens, numberWithCommas, overrideAggregatorAbi, partialLiquidationBotV3Abi, pendleTWAPPTPriceFeedAbi, percentFmt, poolQuotaKeeperV3Abi, poolV3Abi, poolV3UsdtAbi, priceFeedMultiplierAbi, priceOracleV3Abi, rawTxToMulticallPriceUpdate, rayToNumber, redstonePriceFeedAbi, routerV3Abi, sendRawTx, shortAddress, shortHash, simulateMulticall, stakingRewardsPhantomTokens, stakingRewardsTokens, supportedTokens, susdeOverriderAbi, swapAggregatorAbi, tickerInfoTokensByNetwork, tickerSymbolByAddress, tickerTokensByNetwork, toBN, toBigInt, toHumanFormat, toSignificant, tokenDataByNetwork, tokenStealerAbi, tokenSymbolByAddress, underlyingDepositZapperAbi, underlyingFarmingZapperAbi, uniswapV2AdapterAbi, uniswapV2SwapperAbi, uniswapV3AdapterAbi, uniswapV3SwapperAbi, velodromeV2RouterAdapterAbi, velodromeV2SwapperAbi, wethDepositZapperAbi, wethFarmingZapperAbi, wrapAggregatorAbi, wrappedAaveV2Tokens, wrappedTokens, wstEthPriceFeedAbi, wstEthSwapperAbi, wstEthv1AdapterAbi, yearnDepositorAbi, yearnPathResolverAbi, yearnPriceFeedAbi, yearnTokens, yearnV2AdapterAbi, yearnWithdrawerAbi, zapperRegisterAbi, zeroPriceFeedAbi, zircuitStakedPhantomTokens, zircuitStakedTokenByToken, zircuitTokens };
|
package/dist/esm/sdk/index.d.mts
CHANGED
|
@@ -93122,7 +93122,7 @@ declare const curveTokens: Record<CurveLPToken, CurveLPTokenData | MetaCurveLPTo
|
|
|
93122
93122
|
declare const isCurveLPToken: (t: unknown) => t is CurveLPToken;
|
|
93123
93123
|
declare const isCurveMetaToken: (t: unknown) => t is CurveMetaTokens;
|
|
93124
93124
|
|
|
93125
|
-
type ERC4626LPToken = "sDAI" | "YieldETH" | "sUSDe" | "sUSDS" | "scrvUSD" | "tETH";
|
|
93125
|
+
type ERC4626LPToken = "sDAI" | "YieldETH" | "sUSDe" | "sUSDS" | "scrvUSD" | "tETH" | "steakLRT" | "Re7LRT" | "amphrETH" | "rstETH" | "pzETH" | "DVstETH";
|
|
93126
93126
|
type ERC4626VaultTokenData = {
|
|
93127
93127
|
symbol: ERC4626LPToken;
|
|
93128
93128
|
type: Partial<Record<TokenNetwork, TokenType.ERC4626_VAULT_TOKEN>>;
|
|
@@ -93135,7 +93135,13 @@ type ERC4626VaultOfCurveLPTokenData = {
|
|
|
93135
93135
|
underlying: CurveLPToken;
|
|
93136
93136
|
vault: ERC4626VaultContract;
|
|
93137
93137
|
} & TokenBase;
|
|
93138
|
-
|
|
93138
|
+
type ERC4626VaultOfMellowLRTTokenData = {
|
|
93139
|
+
symbol: ERC4626LPToken;
|
|
93140
|
+
type: Partial<Record<TokenNetwork, TokenType.ERC4626_VAULT_TOKEN>>;
|
|
93141
|
+
underlying: NormalToken;
|
|
93142
|
+
vault: MellowVaultContract;
|
|
93143
|
+
} & TokenBase;
|
|
93144
|
+
declare const erc4626Tokens: Record<ERC4626LPToken, ERC4626VaultTokenData | ERC4626VaultOfCurveLPTokenData | ERC4626VaultOfMellowLRTTokenData>;
|
|
93139
93145
|
declare const isERC4626LPToken: (t: unknown) => t is ERC4626LPToken;
|
|
93140
93146
|
|
|
93141
93147
|
type BalancerLPToken = "USDC_DAI_USDT" | "B_rETH_STABLE" | "weETH_rETH" | "osETH_wETH_BPT" | "B_80BAL_20WETH" | "50WETH_50AURA" | "ezETH_WETH_BPT" | "weETH_ezETH_rswETH" | "GHO_USDT_USDC" | "rsETH_WETH" | "trenSTETH" | "DVstETH_wstETH_BPT" | "sUSDe_USDC_BPT" | "pumpBTC_WBTC_BPT" | "eBTC_WBTC_BPT" | "B_50WBTC_50WETH" | "tETH_wstETH_BPT" | "BPT_rETH_ETH" | "BPT_WSTETH_ETH" | "BPT_ROAD" | "ECLP_wstETH_WETH" | "bpt_ethtri" | "wstETH_WETH_BPT" | "wstETH_rETH_sfrxETH" | "wstETH_rETH_cbETH" | "rETH_WETH_BPT_deprecated" | "cbETH_rETH_wstETH" | "rETH_wETH_BPT" | "33AURA_33ARB_33BAL" | "ezETH_wstETH" | "rsETH_wETH_Arb";
|
|
@@ -93298,7 +93304,7 @@ interface TokenBase {
|
|
|
93298
93304
|
name: string;
|
|
93299
93305
|
symbol: string;
|
|
93300
93306
|
}
|
|
93301
|
-
type LPTokenDataI = CurveLPTokenData | MetaCurveLPTokenData | YearnVaultTokenData | YearnVaultOfCurveLPTokenData | YearnVaultOfMetaCurveLPTokenData | ConvexLPTokenData | ConvexPhantomTokenData | ConvexL2StakedTokenData | BalancerLpTokenData | AaveV2PoolTokenData | WrappedAaveV2PoolTokenData | CompoundV2PoolTokenData | ERC4626VaultTokenData | ERC4626VaultOfCurveLPTokenData | AuraLPTokenData | AuraStakedTokenData | ZircuitPhantomTokenData | StakingRewardsPhantomTokenData;
|
|
93307
|
+
type LPTokenDataI = CurveLPTokenData | MetaCurveLPTokenData | YearnVaultTokenData | YearnVaultOfCurveLPTokenData | YearnVaultOfMetaCurveLPTokenData | ConvexLPTokenData | ConvexPhantomTokenData | ConvexL2StakedTokenData | BalancerLpTokenData | AaveV2PoolTokenData | WrappedAaveV2PoolTokenData | CompoundV2PoolTokenData | ERC4626VaultTokenData | ERC4626VaultOfCurveLPTokenData | ERC4626VaultOfMellowLRTTokenData | AuraLPTokenData | AuraStakedTokenData | ZircuitPhantomTokenData | StakingRewardsPhantomTokenData;
|
|
93302
93308
|
type TokenDataI = NormalTokenData | WrappedTokenData | LPTokenDataI | DieselTokenData | DieselStakedTokenData | GearboxTokenData;
|
|
93303
93309
|
declare const lpTokens: Record<LPTokens, LPTokenDataI>;
|
|
93304
93310
|
declare const supportedTokens: Record<SupportedToken, TokenDataI>;
|
|
@@ -93324,7 +93330,7 @@ declare const isLPToken: (t: unknown) => t is LPTokens;
|
|
|
93324
93330
|
declare function getDecimals(token: SupportedToken | string): number;
|
|
93325
93331
|
declare function extractTokenData(tokenAddress: string): [SupportedToken | undefined, number | undefined];
|
|
93326
93332
|
|
|
93327
|
-
type NormalToken = "1INCH" | "AAVE" | "CRV" | "LINK" | "SNX" | "UNI" | "USDT" | "DOLA" | "USDC" | "USDC_e" | "DAI" | "WETH" | "WBTC" | "tBTC" | "YFI" | "WLD" | "OP" | "STETH" | "CVX" | "FRAX" | "FXS" | "LDO" | "LUSD" | "sUSD" | "GUSD" | "LQTY" | "GMX" | "ARB" | "BAL" | "ARB" | "MKR" | "RPL" | "APE" | "rETH" | "AURA" | "LBTC" | "eBTC" | "solvBTC" | "pumpBTC" | "osETH" | "weETH" | "SWISE" | "ezETH" | "rsETH" | "PENDLE" | "frxETH" | "cbETH" | "rswETH" | "USDe" | "GHO" | "pufETH" | "wstETH" | "USDS" | "SKY" | "beraSTONE" | "
|
|
93333
|
+
type NormalToken = "1INCH" | "AAVE" | "CRV" | "LINK" | "SNX" | "UNI" | "USDT" | "DOLA" | "USDC" | "USDC_e" | "DAI" | "WETH" | "WBTC" | "tBTC" | "YFI" | "WLD" | "OP" | "STETH" | "CVX" | "FRAX" | "FXS" | "LDO" | "LUSD" | "sUSD" | "GUSD" | "LQTY" | "GMX" | "ARB" | "BAL" | "ARB" | "MKR" | "RPL" | "APE" | "rETH" | "AURA" | "LBTC" | "eBTC" | "solvBTC" | "pumpBTC" | "osETH" | "weETH" | "SWISE" | "ezETH" | "rsETH" | "PENDLE" | "frxETH" | "cbETH" | "rswETH" | "USDe" | "GHO" | "pufETH" | "wstETH" | "USDS" | "SKY" | "beraSTONE" | "T" | "PT_rsETH_26SEP2024" | "PT_sUSDe_26DEC2024" | "PT_eETH_26DEC2024" | "PT_ezETH_26DEC2024" | "PT_eBTC_26DEC2024" | "PT_LBTC_27MAR2025" | "PT_corn_solvBTC_BBN_26DEC2024" | "PT_corn_pumpBTC_26DEC2024" | "PT_cornLBTC_26DEC2024" | "PT_corn_eBTC_27MAR2025" | "PT_sUSDe_27MAR2025" | "PT_sUSDe_29MAY2025" | "SHIB" | "crvUSD";
|
|
93328
93334
|
type NormalTokenData = {
|
|
93329
93335
|
symbol: NormalToken;
|
|
93330
93336
|
type: Partial<Record<TokenNetwork, TokenType.NORMAL_TOKEN>>;
|
|
@@ -93592,8 +93598,8 @@ declare enum PriceFeedType {
|
|
|
93592
93598
|
PENDLE_PT_TWAP_ORACLE = 21
|
|
93593
93599
|
}
|
|
93594
93600
|
|
|
93595
|
-
type ExtraFarmTokens = Extract<SupportedToken, "STETH" | "rETH" | "osETH" | "cbETH" | "wstETH" | "weETH" | "ezETH" | "sfrxETH" | "USDe" | "rsETH" | "rswETH" | "pufETH" | "pzETH" | "rstETH" | "steakLRT" | "amphrETH" | "LBTC" | "Re7LRT" | "PT_ezETH_26DEC2024" | "PT_eETH_26DEC2024" | "PT_sUSDe_26DEC2024" | "PT_eBTC_26DEC2024" | "PT_LBTC_27MAR2025" | "eBTC" | "PT_cornLBTC_26DEC2024" | "PT_corn_eBTC_27MAR2025" | "PT_corn_pumpBTC_26DEC2024" | "pumpBTC" | "PT_sUSDe_27MAR2025" | "DVstETH" | "beraSTONE">;
|
|
93596
|
-
type ExtraTokensWithAPY = Extract<ExtraFarmTokens, "STETH" | "rETH" | "osETH" | "cbETH" | "wstETH" | "sfrxETH" | "pzETH" | "ezETH" | "Re7LRT" | "rsETH" | "weETH" | "rswETH" | "rstETH" | "steakLRT" | "amphrETH" | "pufETH" | "PT_ezETH_26DEC2024" | "PT_eETH_26DEC2024" | "PT_sUSDe_26DEC2024" | "PT_eBTC_26DEC2024" | "PT_LBTC_27MAR2025" | "PT_cornLBTC_26DEC2024" | "PT_corn_eBTC_27MAR2025" | "PT_corn_pumpBTC_26DEC2024" | "PT_sUSDe_27MAR2025" | "DVstETH">;
|
|
93601
|
+
type ExtraFarmTokens = Extract<SupportedToken, "STETH" | "rETH" | "osETH" | "cbETH" | "wstETH" | "weETH" | "ezETH" | "sfrxETH" | "USDe" | "rsETH" | "rswETH" | "pufETH" | "pzETH" | "rstETH" | "steakLRT" | "amphrETH" | "LBTC" | "Re7LRT" | "PT_ezETH_26DEC2024" | "PT_eETH_26DEC2024" | "PT_sUSDe_26DEC2024" | "PT_eBTC_26DEC2024" | "PT_LBTC_27MAR2025" | "eBTC" | "PT_cornLBTC_26DEC2024" | "PT_corn_eBTC_27MAR2025" | "PT_corn_pumpBTC_26DEC2024" | "pumpBTC" | "PT_sUSDe_27MAR2025" | "DVstETH" | "beraSTONE" | "PT_sUSDe_29MAY2025">;
|
|
93602
|
+
type ExtraTokensWithAPY = Extract<ExtraFarmTokens, "STETH" | "rETH" | "osETH" | "cbETH" | "wstETH" | "sfrxETH" | "pzETH" | "ezETH" | "Re7LRT" | "rsETH" | "weETH" | "rswETH" | "rstETH" | "steakLRT" | "amphrETH" | "pufETH" | "PT_ezETH_26DEC2024" | "PT_eETH_26DEC2024" | "PT_sUSDe_26DEC2024" | "PT_eBTC_26DEC2024" | "PT_LBTC_27MAR2025" | "PT_cornLBTC_26DEC2024" | "PT_corn_eBTC_27MAR2025" | "PT_corn_pumpBTC_26DEC2024" | "PT_sUSDe_27MAR2025" | "DVstETH" | "PT_sUSDe_29MAY2025">;
|
|
93597
93603
|
type LRTAndLSTTokens = Exclude<ExtraFarmTokens, "USDe">;
|
|
93598
93604
|
declare const isExtraFarmToken: (t: unknown) => t is ExtraFarmTokens;
|
|
93599
93605
|
declare const isLRT_LSTToken: (t: unknown) => t is LRTAndLSTTokens;
|
|
@@ -94910,7 +94916,7 @@ interface ProtocolData {
|
|
|
94910
94916
|
name: string;
|
|
94911
94917
|
icon: string;
|
|
94912
94918
|
}
|
|
94913
|
-
type ExtendedProtocols = keyof typeof Protocols | "Stakewise" | "Etherfi" | "Rocketpool" | "Renzo" | "Coinbase" | "Kelp" | "Swell" | "Puffer" | "Mellow" | "Lombard" | "pumpBTC" | "Stakestone";
|
|
94919
|
+
type ExtendedProtocols = keyof typeof Protocols | "Stakewise" | "Etherfi" | "Rocketpool" | "Renzo" | "Coinbase" | "Kelp" | "Swell" | "Puffer" | "Mellow" | "Lombard" | "pumpBTC" | "Stakestone" | "Treehouse";
|
|
94914
94920
|
declare const isExtendedProtocol: (t: unknown) => t is ExtendedProtocols;
|
|
94915
94921
|
declare function getProtocolData(t: string): ProtocolData;
|
|
94916
94922
|
|
|
@@ -98537,4 +98543,4 @@ type MulticallErrorType = GetChainContractAddressErrorType | ReadContractErrorTy
|
|
|
98537
98543
|
*/
|
|
98538
98544
|
declare function simulateMulticall<const contracts extends readonly unknown[], chain extends Chain | undefined, allowFailure extends boolean = true>(client: Client<Transport, chain>, parameters: MulticallParameters<contracts, allowFailure>): Promise<MulticallReturnType<contracts, allowFailure>>;
|
|
98539
98545
|
|
|
98540
|
-
export { ADDRESS_0X0, ADDRESS_PROVIDER, ADDRESS_PROVIDER_BLOCK, AP_ACCOUNT_FACTORY, AP_ACL, AP_ADAPTER_COMPRESSOR, AP_BOT_LIST, AP_CONTRACTS_REGISTER, AP_CONTROLLER_TIMELOCK, AP_CREDIT_ACCOUNT_COMPRESSOR, AP_DATA_COMPRESSOR, AP_DEGEN_DISTRIBUTOR, AP_DEGEN_NFT, AP_DELEVERAGE_BOT_HV, AP_DELEVERAGE_BOT_LV, AP_DELEVERAGE_BOT_PEGGED, AP_GEAR_STAKING, AP_GEAR_TOKEN, AP_INFLATION_ATTACK_BLOCKER, AP_INSOLVENCY_CHECKER, AP_MARKET_COMPRESSOR, AP_MARKET_CONFIGURATOR, AP_MULTI_PAUSE, AP_PARTIAL_LIQUIDATION_BOT, AP_PRICE_FEED_COMPRESSOR, AP_PRICE_ORACLE, AP_REWARDS_COMPRESSOR, AP_ROUTER, AP_TREASURY, AP_WETH_GATEWAY, AP_WETH_TOKEN, AP_ZAPPER_REGISTER, AP_ZERO_PRICE_FEED, type AaveV2LPToken, type AaveV2Params, type AaveV2PoolTokenData, type AaveV2TokenWrapperContract, type AaveV3Params, AbstractPriceFeedContract, type AdapterContractType, type AdapterData, AdapterInterface, type AdapterWithType, AddressLabeller, AddressMap, AddressProviderContractV3, AddressProviderContractV3_1, type AddressProviderState, type AddressProviderV3StateHuman, type AllLPTokens, type Asset, type AssetPriceFeedStateHuman, AssetUtils, type AssetWithAmountInTarget, type AssetWithView, type AuraExtraPoolParams, type AuraLPToken, type AuraLPTokenData, type AuraParams, type AuraPoolContract, type AuraPoolParams, type AuraStakedToken, type AuraStakedTokenData, BLOCKS_PER_WEEK_BY_NETWORK, type BalancerLPToken, type BalancerLpTokenData, type BalancerParams, BalancerStablePriceFeedContract, BalancerV2VaultAdapterContract, BalancerWeightedPriceFeedContract, type BalancerWeightedPriceFeedStateHuman, BaseContract, type BaseContractOptions, type BaseContractParams, type BaseContractStateHuman, type BaseParams, type BasePriceFeedStateHuman, BigIntMath, type BigNumberish, type BotAddresses, type BotBaseType, type BotDataPayload, type BotDetailedType, BotListContract, type BotListStateHuman, BotPermissions, BotsService, type BoundedOracleStateHuman, BoundedPriceFeedContract, CAMELOT_V3_QUOTER, CREDIT_SESSION_ID_BY_STATUS, CREDIT_SESSION_STATUS_BY_ID, type CaTokenBalance, type CalcAvgQuotaBorrowRateProps, type CalcDefaultQuotaProps, type CalcHealthFactorProps, type CalcMaxLendingDebtProps, type CalcOverallAPYProps, type CalcQuotaBorrowRateProps, type CalcQuotaUpdateProps, type CalcRecommendedQuotaProps, type CalcRelativeBaseBorrowRateProps, CamelotV3AdapterContract, type CamelotV3Params, ChainlinkPriceFeedContract, type ChartsAggregatedPoolPayload, type ChartsAggregatedStats, ChartsCreditManagerData, type ChartsCreditManagerPayload, ChartsPoolData, type ChartsPoolDataPayload, type ClaimFarmRewardsProps, type ClaimLmRewardsV2Props, type ClaimLmRewardsV3Props, type CloseCreditAccountResult, type ClosePathBalances, type CommonResult, CompositePriceFeedContract, type CompoundV2LPToken, type CompoundV2Params, type CompoundV2PoolContract, type CompoundV2PoolTokenData, type ConnectionOptions, type ContractMethod, type ContractParams, type ConvexExtraPoolParams, type ConvexL2Params, type ConvexL2PoolParams, type ConvexL2StakedToken, type ConvexL2StakedTokenData, type ConvexLPToken, type ConvexLPTokenData, type ConvexParams, type ConvexPhantomTokenData, type ConvexPoolContract, type ConvexPoolParams, type ConvexStakedPhantomToken, ConvexV1BaseRewardPoolAdapterContract, ConvexV1BoosterAdapterContract, type CoreStateHuman, type CreditAccountData, type CreditAccountDataPayload, type CreditAccountDataSlice, CreditAccountData_Legacy, type CreditAccountFilter, type CreditAccountServiceOptions, CreditAccountsService, type CreditConfiguratorState, type CreditConfiguratorStateHuman, CreditConfiguratorV300Contract, CreditConfiguratorV310Contract, type CreditFacadeState, type CreditFacadeStateHuman, CreditFacadeV300Contract, CreditFacadeV310Contract, type CreditManagerData, type CreditManagerDataPayload, CreditManagerData_Legacy, type CreditManagerDebtParams, type CreditManagerDebtParamsHuman, type CreditManagerDebtParamsSDK, type CreditManagerState, type CreditManagerStateHuman, type CreditManagerType, CreditManagerV300Contract, CreditManagerV310Contract, CreditSession, type CreditSessionAsset, type CreditSessionBalancePayload, CreditSessionFiltered, type CreditSessionFilteredPayload, type CreditSessionPayload, type CreditSessionReward, type CreditSessionSortFields, type CreditSessionSortType, type CreditSessionStatus, type CreditSessionsAggregatedStats, type CreditSessionsAggregatedStatsPayload, CreditSuite, type CreditSuiteStateHuman, Curve2AssetsAdapterContract, Curve3AssetsAdapterContract, Curve3CrvUnderlyingTokenIndex, Curve4AssetsAdapterContract, CurveCryptoPriceFeedContract, type CurveGEARPoolParams, type CurveLPToken, type CurveLPTokenData, type CurveMetaTokens, type CurveParams, type CurvePoolContract, type CurvePoolStruct, CurveStablePriceFeedContract, type CurveSteCRVPoolParams, CurveUSDPriceFeedContract, CurveV1AdapterStETHContract, CurveV1AdapterStableNGContract, DEPRECIATED_POOLS, DUMB_ADDRESS, DUMB_ADDRESS2, DUMB_ADDRESS3, DUMB_ADDRESS4, DaiUsdsAdapterContract, type DaiUsdsParams, type DieselSimpleTokenData, type DieselSimpleTokenTypes, type DieselStakedTokenData, type DieselStakedTokenTypes, type DieselTokenData, type DieselTokenTypes, type DieselTokenWithStkTypes, type DieselWithStkTokenV3Data, type Display, ERC4626AdapterContract, type ERC4626LPToken, type ERC4626Params, type ERC4626VaultContract, type ERC4626VaultOfCurveLPTokenData, type ERC4626VaultTokenData, ETH_ADDRESS, EVMEvent, type EVMEventProps, EVMTx, type EVMTxProps, Erc4626PriceFeedContract, type EtherscanURLParam, EventOrTx, type EventOrTxProps, type ExtendedProtocols, type ExtraRewardApy, type FarmInfo, type FindClosePathInput, GAUGE_COMPRESSORS, GEARBOX_MULTISIG, GEARBOX_RISK_CURATORS, GaugeContract, type GaugeParams, type GaugeParamsHuman, type GaugeStakingDataPayload, GaugeStakingService, type GaugeStateHuman, GearStakingContract, type GearStakingV3StateHuman, GearboxBackendApi, type GearboxExtraMerkleLmReward, type GearboxLmReward, type GearboxMerkleV2LmReward, GearboxRewardsApi, GearboxRewardsApy, GearboxRewardsExtraApy, GearboxSDK, type GearboxStakedV3LmReward, type GearboxState, type GearboxStateHuman, type GearboxToken, type GearboxTokenData, type GetAddressProviderOptions, type GetLmRewardsInfoProps, type GetLmRewardsProps, type GetPointsByPoolProps, type GetTotalTokensOnProtocolProps, type GraphPayload, type IAdapterContract$1 as IAdapterContract, type IAddressProviderContract, type IBaseContract$1 as IBaseContract, type ILPPriceFeedContract, type ILogger, type IPriceFeedContract, type IPriceOracleContract, LEVERAGE_DECIMALS, type LPPriceFeedStateHuman, type LPTokenDataI, type LPTokens, type LidoParams, type LidoWsthETHParams, type LinearModel, LinearModelContract, type LinearModelStateHuman, type LiquidationBotType, type LogFn, MAX_INT, MAX_UINT16, MAX_UINT256, MELLOW_COLLECTOR, MIN_INT96, MULTICALL_ADDRESS, type MarketData, MarketRegister, type MarketStateHuman, MarketSuite, MellowERC4626VaultAdapterContract, MellowLRTPriceFeedContract, MellowVaultAdapterContract, type MellowVaultContract, type MellowVaultParams, type MerkleDistributorInfo, type MetaCurveLPTokenData, type MultiCall, type MultiVote, type MulticallErrorType, type MulticallParameters, type MulticallReturnType, NOT_DEPLOYED, NO_VERSION, type NetworkOptions, type NetworkType, type NormalToken, type NormalTokenData, type OnDemandPriceUpdate, type OpenCAProps, type OpenStrategyResult, PANCAKESWAP_V3_QUOTER, PENDLE_ROUTER_STATIC_ARBITRUM, PENDLE_ROUTER_STATIC_MAINNET, PENDLE_ROUTER_STATIC_OPTIMISM, PERCENTAGE_DECIMALS, PERCENTAGE_FACTOR, PRICE_DECIMALS, PRICE_DECIMALS_POW, type PartialPriceFeedTreeNode, type PartialRecord, type PathFinderCloseResult, type PathFinderOpenStrategyResult, type PathFinderResult, type PathOption, type PathOptionSerie, PendleRouterAdapterContract, type PendleRouterParams, PendleTWAPPTPriceFeed, type PermitResult, PhantomTokenType, PoolContract, type PoolData, type PoolDataExtraPayload, type PoolDataPayload, PoolData_Legacy, type PoolPointsInfo, PoolQuotaKeeperContract, type PoolQuotaKeeperData, type PoolQuotaKeeperStateHuman, type PoolStateHuman, PoolSuite, type PoolSuiteStateHuman, type PoolType, type PoolZapper, PositionUtils, type PriceFeedConstructorArgs, type PriceFeedContractType, type PriceFeedMapEntry, PriceFeedRef, PriceFeedRegister, type PriceFeedRegisterHooks, type PriceFeedStateHuman, type PriceFeedTreeNode, PriceFeedType, type PriceFeedUsageType, type PriceOracleData, PriceOracleV300Contract, PriceOracleV310Contract, type PriceOracleV3StateHuman, PriceUtils, Protocols, Provider, type QuotaInfo, type QuotaParamsHuman, type QuotaState, RAMP_DURATION_BY_NETWORK, RAY, RAY_DECIMALS_POW, type RampEvent, type RateKeeperData, type RawTx, RedstonePriceFeedContract, type RedstonePriceFeedStateHuman, type ReleaseAt, RewardClaimer, type RewardInfo, type Rewards, type RouterCloseResult, type RouterHooks, type RouterResult, RouterV3Contract, SDKConstruct, type SDKHooks, type SDKOptions, SECONDS_PER_YEAR, SLIPPAGE_DECIMALS, SUPPORTED_CHAINS, type SecondaryStatus, type SendRawTxParameters, StakingRewardsAdapterContract, type StakingRewardsContract, type StakingRewardsParams, type StakingRewardsPhantomToken, type StakingRewardsPhantomTokenData, type SupportedContract, type SupportedToken, type SupportedValue, type SwapOperation, type SwapTask, type SyncStateOptions, TESTNET_CHAINS, TIMELOCK, type TVL, TXSwap, type TickerInfo, type TickerToken, type TimeToLiquidationProps, type TokenBase, TokenData, type TokenDataI, type TokenDataPayload, type TokenMetaData, type TokenNetwork, TokenType, type TokensAPYList, TokensMeta, type TokensWithAPY, type TransportOptions, TxAddBot, TxAddCollateral, TxAddLiquidity, TxApprove, TxClaimNFT, TxClaimRewards, TxCloseAccount, TxDecreaseBorrowAmount, TxGaugeClaim, TxGaugeStake, TxGaugeUnstake, TxGaugeVote, TxIncreaseBorrowAmount, TxLiquidateAccount, TxOpenMultitokenAccount, TxRemoveBot, TxRemoveLiquidity, TxRepayAccount, type TxSerialized, TxSerializer, TxStakeDiesel, type TxStatus, TxUnstakeDiesel, TxUpdateQuota, TxWithdrawCollateral, TypedObjectUtils, UNISWAP_V3_QUOTER, URLApi, USDC, USDT, type Unarray, UniswapV2AdapterContract, type UniswapV2Contract, type UniswapV2Params, UniswapV3AdapterContract, type UniswapV3Params, type UniversalParams, type UpdatePriceFeedsResult, type UserCreditSessions, type UserCreditSessionsAggregatedStatsPayload, UserCreditSessionsBuilder, type UserPoolAggregatedStatsPayload, UserPoolData, type UserPoolPayload, VELODROME_CL_QUOTER, VELODROME_V2_CL_FACTORY, VELODROME_V2_DEFAULT_FACTORY, type VelodromeV2Params, VelodromeV2RouterAdapterContract, VotingContractStatus, WAD, WAD_DECIMALS_POW, WETH, type WrapResult, type WrappedAaveV2LPToken, type WrappedAaveV2PoolTokenData, type WrappedToken, type WrappedTokenData, type WrapperAaveV2Params, WstETHPriceFeedContract, WstETHV1AdapterContract, type YearnLPToken, type YearnParams, YearnPriceFeedContract, YearnV2RouterAdapterContract, type YearnVaultContract, type YearnVaultOfCurveLPTokenData, type YearnVaultOfMetaCurveLPTokenData, type YearnVaultTokenData, type ZapperData, type ZapperStateHuman, ZeroPriceFeedContract, type ZircuitParams, type ZircuitPhantomTokenData, type ZircuitStakedPhantomToken, aaveV2Tokens, aaveV2WrapperAbi, accountFactoryV3Abi, aclAbi, aclNonReentrantTraitAbi, assetsMap, auraDepositorAbi, auraLpTokenByPid, auraLpTokens, auraPathResolverAbi, auraPoolByPid, auraStakedTokens, auraTokens, auraWithdrawerAbi, balancerLpDepositorAbi, balancerLpPathResolverAbi, balancerLpTokens, balancerLpWithdrawerAbi, balancerSwapperAbi, balancerV2VaultAdapterAbi, balancesMap, batchLiquidationEstimatorAbi, batchesChainAbi, botListV3Abi, botPermissionsToString, boundedPriceFeedAbi, bptStablePriceFeedAbi, bptWeightedPriceFeedAbi, bytes32ToString, camelotV3AdapterAbi, camelotV3SwapperAbi, chainlinkReadableAggregatorAbi, chains, childLogger, closePathResolverAbi, compositePriceFeedAbi, compoundV2Tokens, compoundV2WrapperAbi, connectors, contractParams, contractsByAddress, contractsByNetwork, contractsRegisterAbi, controllerTimelockV3Abi, convexDepositorAbi, convexL2StakedTokens, convexLpTokenByPid, convexLpTokens, convexPathResolverAbi, convexPoolByPid, convexStakedPhantomTokens, convexTokens, convexV1BaseRewardPoolAdapterAbi, convexV1BoosterAdapterAbi, convexWithdrawerAbi, createAdapter, createRawTx, createTransport, creditConfiguratorV3Abi, creditFacadeV3Abi, creditManagerV3Abi, creditManagerV3UsdtAbi, curveCryptoLpPriceFeedAbi, curveLpDepositorAbi, curveLpPathResolverAbi, curveLpWithdrawerAbi, curveMetaTokens, curveStableLpPriceFeedAbi, curveSwapperAbi, curveTokens, curveUsdPriceFeedAbi, curveV1Adapter2AssetsAbi, curveV1Adapter3AssetsAbi, curveV1Adapter4AssetsAbi, curveV1AdapterDepositAbi, curveV1AdapterStEthAbi, curveV1AdapterStableNgAbi, dataCompressorV3Abi, decimals, degenDistributorV3Abi, degenNftv2Abi, detectChain, detectNetwork, erc20Abi, erc4626AdapterAbi, erc4626DepositorAbi, erc4626PathResolverAbi, erc4626PriceFeedAbi, erc4626Tokens, erc4626WithdrawerAbi, errorAbis, etherscanUrl, extractTokenData, faucetAbi, filterDust, fmtBinaryMask, formatBN, formatBNvalue, formatBn4dig, formatDuration, formatLeverage, formatNumberToString_, formatPercentage, gaugeV3Abi, gearStakingV3Abi, gearTokens, getAddressProvider, getConnectors, getDecimals, getNetworkType, getProtocolData, getTokenSymbol, getTokenSymbolOrETH, getTokenSymbolOrTicker, halfRAY, iAdapterAbi, iAddressProviderV3Abi, iAddressProviderV3_1Abi, iAirdropDistributorAbi, iArbTokenAbi, iBalancerStablePoolAbi, iBalancerWeightedPoolAbi, iBaseRewardPoolAbi, iCamelotV3QuoterAbi, iConvexTokenAbi, iCreditAccountCompressorAbi, iCreditConfiguratorV310Abi, iCreditFacadeV2Abi, iCreditFacadeV2EventsAbi, iCreditFacadeV2ExceptionsAbi, iCreditFacadeV2ExtendedAbi, iCreditFacadeV2V2Abi, iCreditFacadeV310Abi, iCreditFacadeV310MulticallAbi, iCreditFacadeV3Abi, iCreditFacadeV3EventsAbi, iCreditFacadeV3MulticallAbi, iCreditManagerV310Abi, iCurvePoolAbi, iDaiUsdsAdapterAbi, iDataCompressorV3Abi, iDegenDistributorAbi, iDegenNftv2Abi, iDegenNftv2EventsAbi, iDegenNftv2ExceptionsAbi, iErc4626AdapterAbi, iExceptionsAbi, iFarmingPoolAbi, iInterestRateModelAbi, iLegacyMintableErc20Abi, iMarketCompressorAbi, iMarketConfiguratorV310Abi, iMellowVaultAbi, iMellowVaultAdapterAbi, iMulticall3Abi, iOffchainOracleAbi, iOptimismMintableErc20Abi, iPendleRouterAdapterAbi, iPoolV3Abi, iPoolV3EventsAbi, iPriceFeedAbi, iPriceFeedCompressorAbi, iPriceOracleV310Abi, iPriceOracleV3Abi, iPriceOracleV3EventsAbi, iRedstoneErrorsAbi, iRedstonePriceFeedEventsAbi, iRedstonePriceFeedExceptionsAbi, iRewardCompressorAbi, iRouterV3ErrorsAbi, iStakingRewardsAdapterAbi, iSwapperAbi, iTokenCompressorAbi, iUpdatablePriceFeedAbi, iVersionAbi, iZapperAbi, ierc20Abi, ierc20MetadataAbi, ierc20PermitAbi, ierc20ZapperDepositsAbi, iethZapperDepositsAbi, ilpPriceFeedAbi, ilpPriceFeedEventsAbi, ilpPriceFeedExceptionsAbi, inflationAttackBlockerAbi, insolvencyCheckerAbi, isAaveV2LPToken, isAuraLPToken, isAuraStakedToken, isAuraToken, isBalancerLPToken, isCompoundV2LPToken, isConvexL2StakedToken, isConvexLPToken, isConvexStakedPhantomToken, isConvexToken, isCurveLPToken, isCurveMetaToken, isDieselSimpleToken, isDieselStakedToken, isDieselToken, isDieselWithStkToken, isERC4626LPToken, isExtendedProtocol, isExtraFarmToken, isFarmToken, isLPToken, isLRT_LSTToken, isNormalToken, isStakingRewardsPhantomToken, isSupportedContract, isSupportedNetwork, isSupportedToken, isTokenWithAPY, isWrappedToken, isYearnLPToken, isZircuitStakedPhantomToken, iwstEthAbi, iyVaultAbi, json_parse, json_stringify, lidoSwapperAbi, lidoV1AdapterAbi, linearInterestRateModelV3Abi, lpTokens, mellowLrtPriceFeedAbi, multiPauseAbi, nonQuoted, normalTokens, numberWithCommas, overrideAggregatorAbi, partialLiquidationBotV3Abi, pendleTWAPPTPriceFeedAbi, percentFmt, poolQuotaKeeperV3Abi, poolV3Abi, poolV3UsdtAbi, priceFeedMultiplierAbi, priceOracleV3Abi, rawTxToMulticallPriceUpdate, rayToNumber, redstonePriceFeedAbi, routerV3Abi, sendRawTx, shortAddress, shortHash, simulateMulticall, stakingRewardsPhantomTokens, stakingRewardsTokens, supportedTokens, susdeOverriderAbi, swapAggregatorAbi, tickerInfoTokensByNetwork, tickerSymbolByAddress, tickerTokensByNetwork, toBN, toBigInt, toHumanFormat, toSignificant, tokenDataByNetwork, tokenStealerAbi, tokenSymbolByAddress, underlyingDepositZapperAbi, underlyingFarmingZapperAbi, uniswapV2AdapterAbi, uniswapV2SwapperAbi, uniswapV3AdapterAbi, uniswapV3SwapperAbi, velodromeV2RouterAdapterAbi, velodromeV2SwapperAbi, wethDepositZapperAbi, wethFarmingZapperAbi, wrapAggregatorAbi, wrappedAaveV2Tokens, wrappedTokens, wstEthPriceFeedAbi, wstEthSwapperAbi, wstEthv1AdapterAbi, yearnDepositorAbi, yearnPathResolverAbi, yearnPriceFeedAbi, yearnTokens, yearnV2AdapterAbi, yearnWithdrawerAbi, zapperRegisterAbi, zeroPriceFeedAbi, zircuitStakedPhantomTokens, zircuitStakedTokenByToken, zircuitTokens };
|
|
98546
|
+
export { ADDRESS_0X0, ADDRESS_PROVIDER, ADDRESS_PROVIDER_BLOCK, AP_ACCOUNT_FACTORY, AP_ACL, AP_ADAPTER_COMPRESSOR, AP_BOT_LIST, AP_CONTRACTS_REGISTER, AP_CONTROLLER_TIMELOCK, AP_CREDIT_ACCOUNT_COMPRESSOR, AP_DATA_COMPRESSOR, AP_DEGEN_DISTRIBUTOR, AP_DEGEN_NFT, AP_DELEVERAGE_BOT_HV, AP_DELEVERAGE_BOT_LV, AP_DELEVERAGE_BOT_PEGGED, AP_GEAR_STAKING, AP_GEAR_TOKEN, AP_INFLATION_ATTACK_BLOCKER, AP_INSOLVENCY_CHECKER, AP_MARKET_COMPRESSOR, AP_MARKET_CONFIGURATOR, AP_MULTI_PAUSE, AP_PARTIAL_LIQUIDATION_BOT, AP_PRICE_FEED_COMPRESSOR, AP_PRICE_ORACLE, AP_REWARDS_COMPRESSOR, AP_ROUTER, AP_TREASURY, AP_WETH_GATEWAY, AP_WETH_TOKEN, AP_ZAPPER_REGISTER, AP_ZERO_PRICE_FEED, type AaveV2LPToken, type AaveV2Params, type AaveV2PoolTokenData, type AaveV2TokenWrapperContract, type AaveV3Params, AbstractPriceFeedContract, type AdapterContractType, type AdapterData, AdapterInterface, type AdapterWithType, AddressLabeller, AddressMap, AddressProviderContractV3, AddressProviderContractV3_1, type AddressProviderState, type AddressProviderV3StateHuman, type AllLPTokens, type Asset, type AssetPriceFeedStateHuman, AssetUtils, type AssetWithAmountInTarget, type AssetWithView, type AuraExtraPoolParams, type AuraLPToken, type AuraLPTokenData, type AuraParams, type AuraPoolContract, type AuraPoolParams, type AuraStakedToken, type AuraStakedTokenData, BLOCKS_PER_WEEK_BY_NETWORK, type BalancerLPToken, type BalancerLpTokenData, type BalancerParams, BalancerStablePriceFeedContract, BalancerV2VaultAdapterContract, BalancerWeightedPriceFeedContract, type BalancerWeightedPriceFeedStateHuman, BaseContract, type BaseContractOptions, type BaseContractParams, type BaseContractStateHuman, type BaseParams, type BasePriceFeedStateHuman, BigIntMath, type BigNumberish, type BotAddresses, type BotBaseType, type BotDataPayload, type BotDetailedType, BotListContract, type BotListStateHuman, BotPermissions, BotsService, type BoundedOracleStateHuman, BoundedPriceFeedContract, CAMELOT_V3_QUOTER, CREDIT_SESSION_ID_BY_STATUS, CREDIT_SESSION_STATUS_BY_ID, type CaTokenBalance, type CalcAvgQuotaBorrowRateProps, type CalcDefaultQuotaProps, type CalcHealthFactorProps, type CalcMaxLendingDebtProps, type CalcOverallAPYProps, type CalcQuotaBorrowRateProps, type CalcQuotaUpdateProps, type CalcRecommendedQuotaProps, type CalcRelativeBaseBorrowRateProps, CamelotV3AdapterContract, type CamelotV3Params, ChainlinkPriceFeedContract, type ChartsAggregatedPoolPayload, type ChartsAggregatedStats, ChartsCreditManagerData, type ChartsCreditManagerPayload, ChartsPoolData, type ChartsPoolDataPayload, type ClaimFarmRewardsProps, type ClaimLmRewardsV2Props, type ClaimLmRewardsV3Props, type CloseCreditAccountResult, type ClosePathBalances, type CommonResult, CompositePriceFeedContract, type CompoundV2LPToken, type CompoundV2Params, type CompoundV2PoolContract, type CompoundV2PoolTokenData, type ConnectionOptions, type ContractMethod, type ContractParams, type ConvexExtraPoolParams, type ConvexL2Params, type ConvexL2PoolParams, type ConvexL2StakedToken, type ConvexL2StakedTokenData, type ConvexLPToken, type ConvexLPTokenData, type ConvexParams, type ConvexPhantomTokenData, type ConvexPoolContract, type ConvexPoolParams, type ConvexStakedPhantomToken, ConvexV1BaseRewardPoolAdapterContract, ConvexV1BoosterAdapterContract, type CoreStateHuman, type CreditAccountData, type CreditAccountDataPayload, type CreditAccountDataSlice, CreditAccountData_Legacy, type CreditAccountFilter, type CreditAccountServiceOptions, CreditAccountsService, type CreditConfiguratorState, type CreditConfiguratorStateHuman, CreditConfiguratorV300Contract, CreditConfiguratorV310Contract, type CreditFacadeState, type CreditFacadeStateHuman, CreditFacadeV300Contract, CreditFacadeV310Contract, type CreditManagerData, type CreditManagerDataPayload, CreditManagerData_Legacy, type CreditManagerDebtParams, type CreditManagerDebtParamsHuman, type CreditManagerDebtParamsSDK, type CreditManagerState, type CreditManagerStateHuman, type CreditManagerType, CreditManagerV300Contract, CreditManagerV310Contract, CreditSession, type CreditSessionAsset, type CreditSessionBalancePayload, CreditSessionFiltered, type CreditSessionFilteredPayload, type CreditSessionPayload, type CreditSessionReward, type CreditSessionSortFields, type CreditSessionSortType, type CreditSessionStatus, type CreditSessionsAggregatedStats, type CreditSessionsAggregatedStatsPayload, CreditSuite, type CreditSuiteStateHuman, Curve2AssetsAdapterContract, Curve3AssetsAdapterContract, Curve3CrvUnderlyingTokenIndex, Curve4AssetsAdapterContract, CurveCryptoPriceFeedContract, type CurveGEARPoolParams, type CurveLPToken, type CurveLPTokenData, type CurveMetaTokens, type CurveParams, type CurvePoolContract, type CurvePoolStruct, CurveStablePriceFeedContract, type CurveSteCRVPoolParams, CurveUSDPriceFeedContract, CurveV1AdapterStETHContract, CurveV1AdapterStableNGContract, DEPRECIATED_POOLS, DUMB_ADDRESS, DUMB_ADDRESS2, DUMB_ADDRESS3, DUMB_ADDRESS4, DaiUsdsAdapterContract, type DaiUsdsParams, type DieselSimpleTokenData, type DieselSimpleTokenTypes, type DieselStakedTokenData, type DieselStakedTokenTypes, type DieselTokenData, type DieselTokenTypes, type DieselTokenWithStkTypes, type DieselWithStkTokenV3Data, type Display, ERC4626AdapterContract, type ERC4626LPToken, type ERC4626Params, type ERC4626VaultContract, type ERC4626VaultOfCurveLPTokenData, type ERC4626VaultOfMellowLRTTokenData, type ERC4626VaultTokenData, ETH_ADDRESS, EVMEvent, type EVMEventProps, EVMTx, type EVMTxProps, Erc4626PriceFeedContract, type EtherscanURLParam, EventOrTx, type EventOrTxProps, type ExtendedProtocols, type ExtraRewardApy, type FarmInfo, type FindClosePathInput, GAUGE_COMPRESSORS, GEARBOX_MULTISIG, GEARBOX_RISK_CURATORS, GaugeContract, type GaugeParams, type GaugeParamsHuman, type GaugeStakingDataPayload, GaugeStakingService, type GaugeStateHuman, GearStakingContract, type GearStakingV3StateHuman, GearboxBackendApi, type GearboxExtraMerkleLmReward, type GearboxLmReward, type GearboxMerkleV2LmReward, GearboxRewardsApi, GearboxRewardsApy, GearboxRewardsExtraApy, GearboxSDK, type GearboxStakedV3LmReward, type GearboxState, type GearboxStateHuman, type GearboxToken, type GearboxTokenData, type GetAddressProviderOptions, type GetLmRewardsInfoProps, type GetLmRewardsProps, type GetPointsByPoolProps, type GetTotalTokensOnProtocolProps, type GraphPayload, type IAdapterContract$1 as IAdapterContract, type IAddressProviderContract, type IBaseContract$1 as IBaseContract, type ILPPriceFeedContract, type ILogger, type IPriceFeedContract, type IPriceOracleContract, LEVERAGE_DECIMALS, type LPPriceFeedStateHuman, type LPTokenDataI, type LPTokens, type LidoParams, type LidoWsthETHParams, type LinearModel, LinearModelContract, type LinearModelStateHuman, type LiquidationBotType, type LogFn, MAX_INT, MAX_UINT16, MAX_UINT256, MELLOW_COLLECTOR, MIN_INT96, MULTICALL_ADDRESS, type MarketData, MarketRegister, type MarketStateHuman, MarketSuite, MellowERC4626VaultAdapterContract, MellowLRTPriceFeedContract, MellowVaultAdapterContract, type MellowVaultContract, type MellowVaultParams, type MerkleDistributorInfo, type MetaCurveLPTokenData, type MultiCall, type MultiVote, type MulticallErrorType, type MulticallParameters, type MulticallReturnType, NOT_DEPLOYED, NO_VERSION, type NetworkOptions, type NetworkType, type NormalToken, type NormalTokenData, type OnDemandPriceUpdate, type OpenCAProps, type OpenStrategyResult, PANCAKESWAP_V3_QUOTER, PENDLE_ROUTER_STATIC_ARBITRUM, PENDLE_ROUTER_STATIC_MAINNET, PENDLE_ROUTER_STATIC_OPTIMISM, PERCENTAGE_DECIMALS, PERCENTAGE_FACTOR, PRICE_DECIMALS, PRICE_DECIMALS_POW, type PartialPriceFeedTreeNode, type PartialRecord, type PathFinderCloseResult, type PathFinderOpenStrategyResult, type PathFinderResult, type PathOption, type PathOptionSerie, PendleRouterAdapterContract, type PendleRouterParams, PendleTWAPPTPriceFeed, type PermitResult, PhantomTokenType, PoolContract, type PoolData, type PoolDataExtraPayload, type PoolDataPayload, PoolData_Legacy, type PoolPointsInfo, PoolQuotaKeeperContract, type PoolQuotaKeeperData, type PoolQuotaKeeperStateHuman, type PoolStateHuman, PoolSuite, type PoolSuiteStateHuman, type PoolType, type PoolZapper, PositionUtils, type PriceFeedConstructorArgs, type PriceFeedContractType, type PriceFeedMapEntry, PriceFeedRef, PriceFeedRegister, type PriceFeedRegisterHooks, type PriceFeedStateHuman, type PriceFeedTreeNode, PriceFeedType, type PriceFeedUsageType, type PriceOracleData, PriceOracleV300Contract, PriceOracleV310Contract, type PriceOracleV3StateHuman, PriceUtils, Protocols, Provider, type QuotaInfo, type QuotaParamsHuman, type QuotaState, RAMP_DURATION_BY_NETWORK, RAY, RAY_DECIMALS_POW, type RampEvent, type RateKeeperData, type RawTx, RedstonePriceFeedContract, type RedstonePriceFeedStateHuman, type ReleaseAt, RewardClaimer, type RewardInfo, type Rewards, type RouterCloseResult, type RouterHooks, type RouterResult, RouterV3Contract, SDKConstruct, type SDKHooks, type SDKOptions, SECONDS_PER_YEAR, SLIPPAGE_DECIMALS, SUPPORTED_CHAINS, type SecondaryStatus, type SendRawTxParameters, StakingRewardsAdapterContract, type StakingRewardsContract, type StakingRewardsParams, type StakingRewardsPhantomToken, type StakingRewardsPhantomTokenData, type SupportedContract, type SupportedToken, type SupportedValue, type SwapOperation, type SwapTask, type SyncStateOptions, TESTNET_CHAINS, TIMELOCK, type TVL, TXSwap, type TickerInfo, type TickerToken, type TimeToLiquidationProps, type TokenBase, TokenData, type TokenDataI, type TokenDataPayload, type TokenMetaData, type TokenNetwork, TokenType, type TokensAPYList, TokensMeta, type TokensWithAPY, type TransportOptions, TxAddBot, TxAddCollateral, TxAddLiquidity, TxApprove, TxClaimNFT, TxClaimRewards, TxCloseAccount, TxDecreaseBorrowAmount, TxGaugeClaim, TxGaugeStake, TxGaugeUnstake, TxGaugeVote, TxIncreaseBorrowAmount, TxLiquidateAccount, TxOpenMultitokenAccount, TxRemoveBot, TxRemoveLiquidity, TxRepayAccount, type TxSerialized, TxSerializer, TxStakeDiesel, type TxStatus, TxUnstakeDiesel, TxUpdateQuota, TxWithdrawCollateral, TypedObjectUtils, UNISWAP_V3_QUOTER, URLApi, USDC, USDT, type Unarray, UniswapV2AdapterContract, type UniswapV2Contract, type UniswapV2Params, UniswapV3AdapterContract, type UniswapV3Params, type UniversalParams, type UpdatePriceFeedsResult, type UserCreditSessions, type UserCreditSessionsAggregatedStatsPayload, UserCreditSessionsBuilder, type UserPoolAggregatedStatsPayload, UserPoolData, type UserPoolPayload, VELODROME_CL_QUOTER, VELODROME_V2_CL_FACTORY, VELODROME_V2_DEFAULT_FACTORY, type VelodromeV2Params, VelodromeV2RouterAdapterContract, VotingContractStatus, WAD, WAD_DECIMALS_POW, WETH, type WrapResult, type WrappedAaveV2LPToken, type WrappedAaveV2PoolTokenData, type WrappedToken, type WrappedTokenData, type WrapperAaveV2Params, WstETHPriceFeedContract, WstETHV1AdapterContract, type YearnLPToken, type YearnParams, YearnPriceFeedContract, YearnV2RouterAdapterContract, type YearnVaultContract, type YearnVaultOfCurveLPTokenData, type YearnVaultOfMetaCurveLPTokenData, type YearnVaultTokenData, type ZapperData, type ZapperStateHuman, ZeroPriceFeedContract, type ZircuitParams, type ZircuitPhantomTokenData, type ZircuitStakedPhantomToken, aaveV2Tokens, aaveV2WrapperAbi, accountFactoryV3Abi, aclAbi, aclNonReentrantTraitAbi, assetsMap, auraDepositorAbi, auraLpTokenByPid, auraLpTokens, auraPathResolverAbi, auraPoolByPid, auraStakedTokens, auraTokens, auraWithdrawerAbi, balancerLpDepositorAbi, balancerLpPathResolverAbi, balancerLpTokens, balancerLpWithdrawerAbi, balancerSwapperAbi, balancerV2VaultAdapterAbi, balancesMap, batchLiquidationEstimatorAbi, batchesChainAbi, botListV3Abi, botPermissionsToString, boundedPriceFeedAbi, bptStablePriceFeedAbi, bptWeightedPriceFeedAbi, bytes32ToString, camelotV3AdapterAbi, camelotV3SwapperAbi, chainlinkReadableAggregatorAbi, chains, childLogger, closePathResolverAbi, compositePriceFeedAbi, compoundV2Tokens, compoundV2WrapperAbi, connectors, contractParams, contractsByAddress, contractsByNetwork, contractsRegisterAbi, controllerTimelockV3Abi, convexDepositorAbi, convexL2StakedTokens, convexLpTokenByPid, convexLpTokens, convexPathResolverAbi, convexPoolByPid, convexStakedPhantomTokens, convexTokens, convexV1BaseRewardPoolAdapterAbi, convexV1BoosterAdapterAbi, convexWithdrawerAbi, createAdapter, createRawTx, createTransport, creditConfiguratorV3Abi, creditFacadeV3Abi, creditManagerV3Abi, creditManagerV3UsdtAbi, curveCryptoLpPriceFeedAbi, curveLpDepositorAbi, curveLpPathResolverAbi, curveLpWithdrawerAbi, curveMetaTokens, curveStableLpPriceFeedAbi, curveSwapperAbi, curveTokens, curveUsdPriceFeedAbi, curveV1Adapter2AssetsAbi, curveV1Adapter3AssetsAbi, curveV1Adapter4AssetsAbi, curveV1AdapterDepositAbi, curveV1AdapterStEthAbi, curveV1AdapterStableNgAbi, dataCompressorV3Abi, decimals, degenDistributorV3Abi, degenNftv2Abi, detectChain, detectNetwork, erc20Abi, erc4626AdapterAbi, erc4626DepositorAbi, erc4626PathResolverAbi, erc4626PriceFeedAbi, erc4626Tokens, erc4626WithdrawerAbi, errorAbis, etherscanUrl, extractTokenData, faucetAbi, filterDust, fmtBinaryMask, formatBN, formatBNvalue, formatBn4dig, formatDuration, formatLeverage, formatNumberToString_, formatPercentage, gaugeV3Abi, gearStakingV3Abi, gearTokens, getAddressProvider, getConnectors, getDecimals, getNetworkType, getProtocolData, getTokenSymbol, getTokenSymbolOrETH, getTokenSymbolOrTicker, halfRAY, iAdapterAbi, iAddressProviderV3Abi, iAddressProviderV3_1Abi, iAirdropDistributorAbi, iArbTokenAbi, iBalancerStablePoolAbi, iBalancerWeightedPoolAbi, iBaseRewardPoolAbi, iCamelotV3QuoterAbi, iConvexTokenAbi, iCreditAccountCompressorAbi, iCreditConfiguratorV310Abi, iCreditFacadeV2Abi, iCreditFacadeV2EventsAbi, iCreditFacadeV2ExceptionsAbi, iCreditFacadeV2ExtendedAbi, iCreditFacadeV2V2Abi, iCreditFacadeV310Abi, iCreditFacadeV310MulticallAbi, iCreditFacadeV3Abi, iCreditFacadeV3EventsAbi, iCreditFacadeV3MulticallAbi, iCreditManagerV310Abi, iCurvePoolAbi, iDaiUsdsAdapterAbi, iDataCompressorV3Abi, iDegenDistributorAbi, iDegenNftv2Abi, iDegenNftv2EventsAbi, iDegenNftv2ExceptionsAbi, iErc4626AdapterAbi, iExceptionsAbi, iFarmingPoolAbi, iInterestRateModelAbi, iLegacyMintableErc20Abi, iMarketCompressorAbi, iMarketConfiguratorV310Abi, iMellowVaultAbi, iMellowVaultAdapterAbi, iMulticall3Abi, iOffchainOracleAbi, iOptimismMintableErc20Abi, iPendleRouterAdapterAbi, iPoolV3Abi, iPoolV3EventsAbi, iPriceFeedAbi, iPriceFeedCompressorAbi, iPriceOracleV310Abi, iPriceOracleV3Abi, iPriceOracleV3EventsAbi, iRedstoneErrorsAbi, iRedstonePriceFeedEventsAbi, iRedstonePriceFeedExceptionsAbi, iRewardCompressorAbi, iRouterV3ErrorsAbi, iStakingRewardsAdapterAbi, iSwapperAbi, iTokenCompressorAbi, iUpdatablePriceFeedAbi, iVersionAbi, iZapperAbi, ierc20Abi, ierc20MetadataAbi, ierc20PermitAbi, ierc20ZapperDepositsAbi, iethZapperDepositsAbi, ilpPriceFeedAbi, ilpPriceFeedEventsAbi, ilpPriceFeedExceptionsAbi, inflationAttackBlockerAbi, insolvencyCheckerAbi, isAaveV2LPToken, isAuraLPToken, isAuraStakedToken, isAuraToken, isBalancerLPToken, isCompoundV2LPToken, isConvexL2StakedToken, isConvexLPToken, isConvexStakedPhantomToken, isConvexToken, isCurveLPToken, isCurveMetaToken, isDieselSimpleToken, isDieselStakedToken, isDieselToken, isDieselWithStkToken, isERC4626LPToken, isExtendedProtocol, isExtraFarmToken, isFarmToken, isLPToken, isLRT_LSTToken, isNormalToken, isStakingRewardsPhantomToken, isSupportedContract, isSupportedNetwork, isSupportedToken, isTokenWithAPY, isWrappedToken, isYearnLPToken, isZircuitStakedPhantomToken, iwstEthAbi, iyVaultAbi, json_parse, json_stringify, lidoSwapperAbi, lidoV1AdapterAbi, linearInterestRateModelV3Abi, lpTokens, mellowLrtPriceFeedAbi, multiPauseAbi, nonQuoted, normalTokens, numberWithCommas, overrideAggregatorAbi, partialLiquidationBotV3Abi, pendleTWAPPTPriceFeedAbi, percentFmt, poolQuotaKeeperV3Abi, poolV3Abi, poolV3UsdtAbi, priceFeedMultiplierAbi, priceOracleV3Abi, rawTxToMulticallPriceUpdate, rayToNumber, redstonePriceFeedAbi, routerV3Abi, sendRawTx, shortAddress, shortHash, simulateMulticall, stakingRewardsPhantomTokens, stakingRewardsTokens, supportedTokens, susdeOverriderAbi, swapAggregatorAbi, tickerInfoTokensByNetwork, tickerSymbolByAddress, tickerTokensByNetwork, toBN, toBigInt, toHumanFormat, toSignificant, tokenDataByNetwork, tokenStealerAbi, tokenSymbolByAddress, underlyingDepositZapperAbi, underlyingFarmingZapperAbi, uniswapV2AdapterAbi, uniswapV2SwapperAbi, uniswapV3AdapterAbi, uniswapV3SwapperAbi, velodromeV2RouterAdapterAbi, velodromeV2SwapperAbi, wethDepositZapperAbi, wethFarmingZapperAbi, wrapAggregatorAbi, wrappedAaveV2Tokens, wrappedTokens, wstEthPriceFeedAbi, wstEthSwapperAbi, wstEthv1AdapterAbi, yearnDepositorAbi, yearnPathResolverAbi, yearnPriceFeedAbi, yearnTokens, yearnV2AdapterAbi, yearnWithdrawerAbi, zapperRegisterAbi, zeroPriceFeedAbi, zircuitStakedPhantomTokens, zircuitStakedTokenByToken, zircuitTokens };
|
package/dist/esm/sdk/index.mjs
CHANGED
|
@@ -56896,18 +56896,21 @@ var SUPPORTED_CHAINS = [
|
|
|
56896
56896
|
"Arbitrum",
|
|
56897
56897
|
"Optimism",
|
|
56898
56898
|
"Base"
|
|
56899
|
+
// "Sonic",
|
|
56899
56900
|
];
|
|
56900
56901
|
var chains = {
|
|
56901
56902
|
Mainnet: mainnet,
|
|
56902
56903
|
Arbitrum: arbitrum,
|
|
56903
56904
|
Optimism: optimism,
|
|
56904
56905
|
Base: base
|
|
56906
|
+
// Sonic: sonic,
|
|
56905
56907
|
};
|
|
56906
56908
|
var CHAINS_BY_ID = {
|
|
56907
56909
|
[mainnet.id]: "Mainnet",
|
|
56908
56910
|
[arbitrum.id]: "Arbitrum",
|
|
56909
|
-
[optimism.id]: "Optimism"
|
|
56910
|
-
|
|
56911
|
+
[optimism.id]: "Optimism",
|
|
56912
|
+
[base.id]: "Base"
|
|
56913
|
+
// [sonic.id]: "Sonic",
|
|
56911
56914
|
};
|
|
56912
56915
|
var getNetworkType = (chainId) => {
|
|
56913
56916
|
const chainType = CHAINS_BY_ID[chainId];
|
|
@@ -59168,6 +59171,7 @@ var decimals = {
|
|
|
59168
59171
|
rETH: 18,
|
|
59169
59172
|
rETH_f: 18,
|
|
59170
59173
|
stkUSDS: 18,
|
|
59174
|
+
T: 18,
|
|
59171
59175
|
PT_sUSDe_26DEC2024: 18,
|
|
59172
59176
|
PT_eETH_26DEC2024: 18,
|
|
59173
59177
|
PT_ezETH_26DEC2024: 18,
|
|
@@ -59225,6 +59229,49 @@ var erc4626Tokens = {
|
|
|
59225
59229
|
type: { AllNetworks: 13 /* ERC4626_VAULT_TOKEN */ },
|
|
59226
59230
|
underlying: "wstETH",
|
|
59227
59231
|
vault: "TREEHOUSE_ETH_VAULT"
|
|
59232
|
+
},
|
|
59233
|
+
// Mellow
|
|
59234
|
+
steakLRT: {
|
|
59235
|
+
name: "Steakhouse Mellow LRT",
|
|
59236
|
+
symbol: "steakLRT",
|
|
59237
|
+
type: { AllNetworks: 13 /* ERC4626_VAULT_TOKEN */ },
|
|
59238
|
+
underlying: "wstETH",
|
|
59239
|
+
vault: "MELLOW_STEAKHOUSE_VAULT"
|
|
59240
|
+
},
|
|
59241
|
+
Re7LRT: {
|
|
59242
|
+
name: "Re7 Mellow LRT",
|
|
59243
|
+
symbol: "Re7LRT",
|
|
59244
|
+
type: { AllNetworks: 13 /* ERC4626_VAULT_TOKEN */ },
|
|
59245
|
+
underlying: "wstETH",
|
|
59246
|
+
vault: "MELLOW_RE7_LABS_VAULT"
|
|
59247
|
+
},
|
|
59248
|
+
amphrETH: {
|
|
59249
|
+
name: "Mev Capital Mellow LRT",
|
|
59250
|
+
symbol: "amphrETH",
|
|
59251
|
+
type: { AllNetworks: 13 /* ERC4626_VAULT_TOKEN */ },
|
|
59252
|
+
underlying: "wstETH",
|
|
59253
|
+
vault: "MELLOW_AMPHOR_VAULT"
|
|
59254
|
+
},
|
|
59255
|
+
rstETH: {
|
|
59256
|
+
name: "P2P Mellow LRT",
|
|
59257
|
+
symbol: "rstETH",
|
|
59258
|
+
type: { AllNetworks: 13 /* ERC4626_VAULT_TOKEN */ },
|
|
59259
|
+
underlying: "wstETH",
|
|
59260
|
+
vault: "MELLOW_RESTAKING_VAULT"
|
|
59261
|
+
},
|
|
59262
|
+
pzETH: {
|
|
59263
|
+
name: "Renzo Mellow LST",
|
|
59264
|
+
symbol: "pzETH",
|
|
59265
|
+
type: { AllNetworks: 13 /* ERC4626_VAULT_TOKEN */ },
|
|
59266
|
+
underlying: "wstETH",
|
|
59267
|
+
vault: "MELLOW_RENZO_VAULT"
|
|
59268
|
+
},
|
|
59269
|
+
DVstETH: {
|
|
59270
|
+
name: "Decentralized Validator Token",
|
|
59271
|
+
symbol: "DVstETH",
|
|
59272
|
+
type: { AllNetworks: 13 /* ERC4626_VAULT_TOKEN */ },
|
|
59273
|
+
underlying: "wstETH",
|
|
59274
|
+
vault: "MELLOW_DECENTALIZED_VALIDATOR_VAULT"
|
|
59228
59275
|
}
|
|
59229
59276
|
};
|
|
59230
59277
|
var isERC4626LPToken = (t) => typeof t === "string" && !!erc4626Tokens[t];
|
|
@@ -59672,36 +59719,6 @@ var normalTokens = {
|
|
|
59672
59719
|
symbol: "wstETH",
|
|
59673
59720
|
type: { AllNetworks: 1 /* NORMAL_TOKEN */ }
|
|
59674
59721
|
},
|
|
59675
|
-
steakLRT: {
|
|
59676
|
-
name: "Steakhouse Mellow LRT",
|
|
59677
|
-
symbol: "steakLRT",
|
|
59678
|
-
type: { AllNetworks: 1 /* NORMAL_TOKEN */ }
|
|
59679
|
-
},
|
|
59680
|
-
Re7LRT: {
|
|
59681
|
-
name: "Re7 Mellow LRT",
|
|
59682
|
-
symbol: "Re7LRT",
|
|
59683
|
-
type: { AllNetworks: 1 /* NORMAL_TOKEN */ }
|
|
59684
|
-
},
|
|
59685
|
-
amphrETH: {
|
|
59686
|
-
name: "Mev Capital Mellow LRT",
|
|
59687
|
-
symbol: "amphrETH",
|
|
59688
|
-
type: { AllNetworks: 1 /* NORMAL_TOKEN */ }
|
|
59689
|
-
},
|
|
59690
|
-
rstETH: {
|
|
59691
|
-
name: "P2P Mellow LRT",
|
|
59692
|
-
symbol: "rstETH",
|
|
59693
|
-
type: { AllNetworks: 1 /* NORMAL_TOKEN */ }
|
|
59694
|
-
},
|
|
59695
|
-
pzETH: {
|
|
59696
|
-
name: "Renzo Mellow LST",
|
|
59697
|
-
symbol: "pzETH",
|
|
59698
|
-
type: { AllNetworks: 1 /* NORMAL_TOKEN */ }
|
|
59699
|
-
},
|
|
59700
|
-
DVstETH: {
|
|
59701
|
-
name: "Decentralized Validator Token",
|
|
59702
|
-
symbol: "DVstETH",
|
|
59703
|
-
type: { AllNetworks: 1 /* NORMAL_TOKEN */ }
|
|
59704
|
-
},
|
|
59705
59722
|
PT_rsETH_26SEP2024: {
|
|
59706
59723
|
name: "Pendle PT rsETH 26 Sep 2024 expiry",
|
|
59707
59724
|
symbol: "PT_rsETH_26SEP2024",
|
|
@@ -59717,6 +59734,11 @@ var normalTokens = {
|
|
|
59717
59734
|
symbol: "SKY",
|
|
59718
59735
|
type: { AllNetworks: 1 /* NORMAL_TOKEN */ }
|
|
59719
59736
|
},
|
|
59737
|
+
T: {
|
|
59738
|
+
name: "Threshold Network Token",
|
|
59739
|
+
symbol: "T",
|
|
59740
|
+
type: { AllNetworks: 1 /* NORMAL_TOKEN */ }
|
|
59741
|
+
},
|
|
59720
59742
|
PT_sUSDe_26DEC2024: {
|
|
59721
59743
|
name: "Pendle PT sUSDe 26 Dec 2024 expiry",
|
|
59722
59744
|
symbol: "PT_sUSDe_26DEC2024",
|
|
@@ -59988,6 +60010,7 @@ var tokenDataByNetwork = {
|
|
|
59988
60010
|
pufETH: "0xD9A442856C234a39a81a089C06451EBAa4306a72",
|
|
59989
60011
|
USDS: "0xdC035D45d973E3EC169d2276DDab16f1e407384F",
|
|
59990
60012
|
SKY: "0x56072C95FAA701256059aa122697B133aDEd9279",
|
|
60013
|
+
T: "0xcdf7028ceab81fa0c6971208e83fa7872994bee5",
|
|
59991
60014
|
// CURVE LP TOKENS
|
|
59992
60015
|
"3Crv": "0x6c3F90f043a72FA612cbac8115EE7e52BDe6E490",
|
|
59993
60016
|
crvFRAX: "0x3175Df0976dFA876431C2E9eE6Bc45b65d3473CC",
|
|
@@ -60274,6 +60297,7 @@ var tokenDataByNetwork = {
|
|
|
60274
60297
|
GHO: NOT_DEPLOYED,
|
|
60275
60298
|
pufETH: NOT_DEPLOYED,
|
|
60276
60299
|
USDS: NOT_DEPLOYED,
|
|
60300
|
+
T: NOT_DEPLOYED,
|
|
60277
60301
|
// REDSTONE
|
|
60278
60302
|
SHIB: NOT_DEPLOYED,
|
|
60279
60303
|
// YEARN TOKENS
|
|
@@ -60560,6 +60584,7 @@ var tokenDataByNetwork = {
|
|
|
60560
60584
|
pufETH: NOT_DEPLOYED,
|
|
60561
60585
|
USDS: NOT_DEPLOYED,
|
|
60562
60586
|
SKY: NOT_DEPLOYED,
|
|
60587
|
+
T: NOT_DEPLOYED,
|
|
60563
60588
|
// REDSTONE
|
|
60564
60589
|
SHIB: NOT_DEPLOYED,
|
|
60565
60590
|
// YEARN TOKENS
|
|
@@ -60850,6 +60875,7 @@ var tokenDataByNetwork = {
|
|
|
60850
60875
|
USDe: NOT_DEPLOYED,
|
|
60851
60876
|
pufETH: NOT_DEPLOYED,
|
|
60852
60877
|
USDS: NOT_DEPLOYED,
|
|
60878
|
+
T: NOT_DEPLOYED,
|
|
60853
60879
|
// REDSTONE
|
|
60854
60880
|
SHIB: NOT_DEPLOYED,
|
|
60855
60881
|
// YEARN TOKENS
|
|
@@ -65061,7 +65087,8 @@ var SWAP_OPERATIONS = {
|
|
|
65061
65087
|
};
|
|
65062
65088
|
var PT_IN = {
|
|
65063
65089
|
["0xEe9085fC268F6727d5D4293dBABccF901ffDCC29".toLowerCase()]: "PT_sUSDe_26DEC2024",
|
|
65064
|
-
["0xE00bd3Df25fb187d6ABBB620b3dfd19839947b81".toLowerCase()]: "PT_sUSDe_27MAR20251"
|
|
65090
|
+
["0xE00bd3Df25fb187d6ABBB620b3dfd19839947b81".toLowerCase()]: "PT_sUSDe_27MAR20251",
|
|
65091
|
+
["0xE00bd3Df25fb187d6ABBB620b3dfd19839947b81".toLowerCase()]: "PT_sUSDe_29MAY2025"
|
|
65065
65092
|
};
|
|
65066
65093
|
var OUT = {
|
|
65067
65094
|
["0x9D39A5DE30e57443BfF2A8307A4256c8797A3497".toLowerCase()]: "sUSDe"
|
|
@@ -66579,7 +66606,8 @@ var EXTRA_FARM_TOKENS = {
|
|
|
66579
66606
|
pumpBTC: true,
|
|
66580
66607
|
PT_sUSDe_27MAR2025: true,
|
|
66581
66608
|
DVstETH: true,
|
|
66582
|
-
beraSTONE: true
|
|
66609
|
+
beraSTONE: true,
|
|
66610
|
+
PT_sUSDe_29MAY2025: true
|
|
66583
66611
|
};
|
|
66584
66612
|
var isExtraFarmToken = (t) => {
|
|
66585
66613
|
if (typeof t !== "string") return false;
|
|
@@ -66611,7 +66639,8 @@ var EXTRA_TOKENS_WITH_APY = {
|
|
|
66611
66639
|
PT_cornLBTC_26DEC2024: true,
|
|
66612
66640
|
PT_corn_eBTC_27MAR2025: true,
|
|
66613
66641
|
PT_corn_pumpBTC_26DEC2024: true,
|
|
66614
|
-
PT_sUSDe_27MAR2025: true
|
|
66642
|
+
PT_sUSDe_27MAR2025: true,
|
|
66643
|
+
PT_sUSDe_29MAY2025: true
|
|
66615
66644
|
};
|
|
66616
66645
|
var isExtraTokenWithAPY = (t) => {
|
|
66617
66646
|
if (typeof t !== "string") return false;
|
|
@@ -70493,6 +70522,10 @@ var PROTOCOL_DATA = {
|
|
|
70493
70522
|
Stakestone: {
|
|
70494
70523
|
name: "Stakestone",
|
|
70495
70524
|
icon: "/protocols/stakestone.svg"
|
|
70525
|
+
},
|
|
70526
|
+
Treehouse: {
|
|
70527
|
+
name: "Treehouse",
|
|
70528
|
+
icon: "/protocols/treehouse.svg"
|
|
70496
70529
|
}
|
|
70497
70530
|
};
|
|
70498
70531
|
var isExtendedProtocol = (t) => typeof t === "string" && !!PROTOCOL_DATA[t];
|
|
@@ -71622,9 +71655,9 @@ var MerkleXYZApi = class {
|
|
|
71622
71655
|
|
|
71623
71656
|
// src/sdk/sdk-legacy/gearboxRewards/api.ts
|
|
71624
71657
|
var DEFAULT_POOLS_WITH_EXTRA_REWARDS = {
|
|
71625
|
-
Mainnet: [],
|
|
71658
|
+
Mainnet: ["dtBTCV3"],
|
|
71626
71659
|
Arbitrum: [],
|
|
71627
|
-
Optimism: [
|
|
71660
|
+
Optimism: [],
|
|
71628
71661
|
Base: []
|
|
71629
71662
|
};
|
|
71630
71663
|
var GearboxRewardsApi = class {
|
|
@@ -72268,7 +72301,8 @@ var ALIASES = {
|
|
|
72268
72301
|
PT_cornLBTC_26DEC2024: "p.c.LBTC(26.12.24)",
|
|
72269
72302
|
PT_corn_eBTC_27MAR2025: "p.c.eBTC(27.03.25)",
|
|
72270
72303
|
PT_corn_pumpBTC_26DEC2024: "p.c.pumpBTC(26.12.24)",
|
|
72271
|
-
PT_sUSDe_27MAR2025: "p.sUSDe(27.03.25)"
|
|
72304
|
+
PT_sUSDe_27MAR2025: "p.sUSDe(27.03.25)",
|
|
72305
|
+
PT_sUSDe_29MAY2025: "p.sUSDe(29.05.25)"
|
|
72272
72306
|
};
|
|
72273
72307
|
var TokenData = class {
|
|
72274
72308
|
title;
|