@gearbox-protocol/sdk 3.0.0-vfour.204 → 3.0.0-vfour.206

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.
@@ -54954,37 +54954,43 @@ var USDC = {
54954
54954
  Mainnet: "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
54955
54955
  Arbitrum: "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
54956
54956
  Optimism: "0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85",
54957
- Base: "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
54957
+ Base: "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
54958
+ Sonic: "0x29219dd400f2Bf60E5a23d13Be72B486D4038894"
54958
54959
  };
54959
54960
  var USDT = {
54960
54961
  Mainnet: "0xdAC17F958D2ee523a2206206994597C13D831ec7",
54961
54962
  Arbitrum: "0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9",
54962
54963
  Optimism: "0x94b008aA00579c1307B0EF2c499aD98a8ce58e58",
54963
- Base: NOT_DEPLOYED
54964
+ Base: NOT_DEPLOYED,
54965
+ Sonic: NOT_DEPLOYED
54964
54966
  };
54965
54967
  var WETH = {
54966
54968
  Mainnet: "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
54967
54969
  Arbitrum: "0x82aF49447D8a07e3bd95BD0d56f35241523fBab1",
54968
54970
  Optimism: "0x4200000000000000000000000000000000000006",
54969
- Base: NOT_DEPLOYED
54971
+ Base: NOT_DEPLOYED,
54972
+ Sonic: NOT_DEPLOYED
54970
54973
  };
54971
54974
  var TIMELOCK = {
54972
54975
  Mainnet: "0xa133C9A92Fb8dDB962Af1cbae58b2723A0bdf23b",
54973
54976
  Arbitrum: "0x148DD932eCe1155c11006F5650c6Ff428f8D374A",
54974
54977
  Optimism: "0x148DD932eCe1155c11006F5650c6Ff428f8D374A",
54975
- Base: NOT_DEPLOYED
54978
+ Base: NOT_DEPLOYED,
54979
+ Sonic: NOT_DEPLOYED
54976
54980
  };
54977
54981
  var GEARBOX_MULTISIG = {
54978
54982
  Mainnet: "0xA7D5DDc1b8557914F158076b228AA91eF613f1D5",
54979
54983
  Arbitrum: "0x57Fd8B1a9213624157786Fff4a7bc532Ce717773",
54980
54984
  Optimism: "0x8bA8cd6D00919ceCc19D9B4A2c8669a524883C4c",
54981
- Base: NOT_DEPLOYED
54985
+ Base: NOT_DEPLOYED,
54986
+ Sonic: "0xacEB9dc6a81f1C9E2d8a86c3bFec3f6EF584139D"
54982
54987
  };
54983
54988
  var GEARBOX_RISK_CURATORS = {
54984
54989
  Mainnet: [TIMELOCK.Mainnet],
54985
54990
  Arbitrum: [TIMELOCK.Arbitrum],
54986
54991
  Optimism: [TIMELOCK.Optimism],
54987
- Base: [TIMELOCK.Base]
54992
+ Base: [TIMELOCK.Base],
54993
+ Sonic: [TIMELOCK.Sonic]
54988
54994
  };
54989
54995
  var DEPRECIATED_POOLS = {
54990
54996
  Mainnet: {
@@ -54992,7 +54998,8 @@ var DEPRECIATED_POOLS = {
54992
54998
  },
54993
54999
  Arbitrum: {},
54994
55000
  Optimism: {},
54995
- Base: {}
55001
+ Base: {},
55002
+ Sonic: {}
54996
55003
  };
54997
55004
 
54998
55005
  // src/sdk/constants/address-provider.ts
@@ -55031,7 +55038,8 @@ var ADDRESS_PROVIDER = {
55031
55038
  Mainnet: "0x9ea7b04Da02a5373317D745c1571c84aaD03321D",
55032
55039
  Arbitrum: "0x7d04eCdb892Ae074f03B5D0aBA03796F90F3F2af",
55033
55040
  Optimism: "0x3761ca4BFAcFCFFc1B8034e69F19116dD6756726",
55034
- Base: NOT_DEPLOYED
55041
+ Base: NOT_DEPLOYED,
55042
+ Sonic: NOT_DEPLOYED
55035
55043
  };
55036
55044
 
55037
55045
  // src/sdk/constants/bot-permissions.ts
@@ -55087,27 +55095,32 @@ var ADDRESS_PROVIDER_BLOCK = {
55087
55095
  Mainnet: 18433056n,
55088
55096
  Arbitrum: 184650310n,
55089
55097
  Optimism: 118410666n,
55090
- Base: 0n
55098
+ Base: 0n,
55099
+ Sonic: 0n
55091
55100
  };
55092
55101
  var BLOCK_DURATION_BY_NETWORK = {
55093
55102
  Mainnet: 12.16,
55094
55103
  Arbitrum: 0.26,
55095
55104
  Optimism: 1.64,
55096
- Base: 2.01
55105
+ Base: 2.01,
55106
+ // TODO:
55107
+ Sonic: 1
55097
55108
  };
55098
55109
  var RAMP_TIME = 30 * 24 * 60 * 60 * 1.2;
55099
55110
  var RAMP_DURATION_BY_NETWORK = {
55100
55111
  Mainnet: BigInt(Math.floor(RAMP_TIME / BLOCK_DURATION_BY_NETWORK.Mainnet)),
55101
55112
  Arbitrum: BigInt(Math.floor(RAMP_TIME / BLOCK_DURATION_BY_NETWORK.Arbitrum)),
55102
55113
  Optimism: BigInt(Math.floor(RAMP_TIME / BLOCK_DURATION_BY_NETWORK.Optimism)),
55103
- Base: BigInt(Math.floor(RAMP_TIME / BLOCK_DURATION_BY_NETWORK.Base))
55114
+ Base: BigInt(Math.floor(RAMP_TIME / BLOCK_DURATION_BY_NETWORK.Base)),
55115
+ Sonic: BigInt(Math.floor(RAMP_TIME / BLOCK_DURATION_BY_NETWORK.Sonic))
55104
55116
  };
55105
55117
  var WEEK = 7 * 24 * 60 * 60;
55106
55118
  var BLOCKS_PER_WEEK_BY_NETWORK = {
55107
55119
  Mainnet: BigInt(Math.floor(WEEK / BLOCK_DURATION_BY_NETWORK.Mainnet)),
55108
55120
  Arbitrum: BigInt(Math.floor(WEEK / BLOCK_DURATION_BY_NETWORK.Arbitrum)),
55109
55121
  Optimism: BigInt(Math.floor(WEEK / BLOCK_DURATION_BY_NETWORK.Optimism)),
55110
- Base: BigInt(Math.floor(WEEK / BLOCK_DURATION_BY_NETWORK.Base))
55122
+ Base: BigInt(Math.floor(WEEK / BLOCK_DURATION_BY_NETWORK.Base)),
55123
+ Sonic: BigInt(Math.floor(WEEK / BLOCK_DURATION_BY_NETWORK.Sonic))
55111
55124
  };
55112
55125
  var AddressMap = class {
55113
55126
  #map;
@@ -55292,6 +55305,9 @@ function etherscanUrl(entity, network) {
55292
55305
  case "Base":
55293
55306
  domain = "basescan.org";
55294
55307
  break;
55308
+ case "Sonic":
55309
+ domain = "sonicscan.org";
55310
+ break;
55295
55311
  }
55296
55312
  const [key, value] = Object.entries(param)[0];
55297
55313
  return `https://${prefix}${domain}/${key}/${value}`;
@@ -55415,6 +55431,24 @@ var TypedObjectUtils = class _TypedObjectUtils {
55415
55431
  );
55416
55432
  };
55417
55433
 
55434
+ // src/sdk/utils/retry.ts
55435
+ async function retry(fn, options = {}) {
55436
+ const { attempts = 3, interval = 200 } = options;
55437
+ let cause;
55438
+ for (let i = 0; i < attempts; i++) {
55439
+ try {
55440
+ const result = await fn();
55441
+ return result;
55442
+ } catch (e) {
55443
+ cause = e;
55444
+ await new Promise((resolve) => {
55445
+ setTimeout(resolve, interval);
55446
+ });
55447
+ }
55448
+ }
55449
+ throw new Error(`all attempts failed: ${cause}`);
55450
+ }
55451
+
55418
55452
  // src/sdk/base/AddressLabeller.ts
55419
55453
  var AddressLabeller = class {
55420
55454
  #labels = new AddressMap();
@@ -56884,22 +56918,22 @@ var SUPPORTED_CHAINS = [
56884
56918
  "Mainnet",
56885
56919
  "Arbitrum",
56886
56920
  "Optimism",
56887
- "Base"
56888
- // "Sonic",
56921
+ "Base",
56922
+ "Sonic"
56889
56923
  ];
56890
56924
  var chains = {
56891
56925
  Mainnet: chains$1.mainnet,
56892
56926
  Arbitrum: chains$1.arbitrum,
56893
56927
  Optimism: chains$1.optimism,
56894
- Base: chains$1.base
56895
- // Sonic: sonic,
56928
+ Base: chains$1.base,
56929
+ Sonic: chains$1.sonic
56896
56930
  };
56897
56931
  var CHAINS_BY_ID = {
56898
56932
  [chains$1.mainnet.id]: "Mainnet",
56899
56933
  [chains$1.arbitrum.id]: "Arbitrum",
56900
56934
  [chains$1.optimism.id]: "Optimism",
56901
- [chains$1.base.id]: "Base"
56902
- // [sonic.id]: "Sonic",
56935
+ [chains$1.base.id]: "Base",
56936
+ [chains$1.sonic.id]: "Sonic"
56903
56937
  };
56904
56938
  var getNetworkType = (chainId) => {
56905
56939
  const chainType = CHAINS_BY_ID[chainId];
@@ -58077,6 +58111,42 @@ var balancerLpTokens = {
58077
58111
  underlying: ["wstETH", "sfrxETH", "rETH"],
58078
58112
  poolId: "0x5f8893506ddc4c271837187d14a9c87964a074dc000000000000000000000106"
58079
58113
  },
58114
+ bpt_rsb: {
58115
+ name: "Ringing Stable Beets",
58116
+ symbol: "bpt_rsb",
58117
+ type: {
58118
+ AllNetworks: 10 /* BALANCER_LP_TOKEN */
58119
+ },
58120
+ underlying: ["USDC", "scUSD"],
58121
+ poolId: "0xcd4d2b142235d5650ffa6a38787ed0b7d7a51c0c000000000000000000000037"
58122
+ },
58123
+ bpt_sss: {
58124
+ name: "Staked Sonic Symphony",
58125
+ symbol: "bpt_sss",
58126
+ type: {
58127
+ AllNetworks: 10 /* BALANCER_LP_TOKEN */
58128
+ },
58129
+ underlying: ["wS", "stS"],
58130
+ poolId: "0x374641076b68371e69d03c417dac3e5f236c32fa000000000000000000000006"
58131
+ },
58132
+ BPT_scUSD_stS: {
58133
+ name: "Put A Ring On It",
58134
+ symbol: "BPT_scUSD_stS",
58135
+ type: {
58136
+ AllNetworks: 10 /* BALANCER_LP_TOKEN */
58137
+ },
58138
+ underlying: ["scUSD", "stS"],
58139
+ poolId: "0x25ca5451cd5a50ab1d324b5e64f32c0799661891000200000000000000000018"
58140
+ },
58141
+ BPT_USDCe_stS: {
58142
+ name: "Staked Sonic & Circle Concerto",
58143
+ symbol: "BPT_USDCe_stS",
58144
+ type: {
58145
+ AllNetworks: 10 /* BALANCER_LP_TOKEN */
58146
+ },
58147
+ underlying: ["USDC", "stS"],
58148
+ poolId: "0x713fb5036dc70012588d77a5b066f1dd05c712d7000200000000000000000041"
58149
+ },
58080
58150
  tETH_wstETH_BPT: {
58081
58151
  name: "Balancer tETH/wstETH",
58082
58152
  symbol: "tETH_wstETH_BPT",
@@ -58942,6 +59012,9 @@ var decimals = {
58942
59012
  SKY: 18,
58943
59013
  WLD: 18,
58944
59014
  OP: 18,
59015
+ wS: 18,
59016
+ scUSD: 6,
59017
+ stS: 18,
58945
59018
  GHO: 18,
58946
59019
  LBTC: 8,
58947
59020
  eBTC: 8,
@@ -59109,6 +59182,10 @@ var decimals = {
59109
59182
  pumpBTC_WBTC_BPT: 18,
59110
59183
  eBTC_WBTC_BPT: 18,
59111
59184
  sUSDe_USDC_BPT: 18,
59185
+ bpt_rsb: 18,
59186
+ bpt_sss: 18,
59187
+ BPT_scUSD_stS: 18,
59188
+ BPT_USDCe_stS: 18,
59112
59189
  tETH_wstETH_BPT: 18,
59113
59190
  auraB_rETH_STABLE: 18,
59114
59191
  auraB_rETH_STABLE_vault: 18,
@@ -59618,6 +59695,21 @@ var normalTokens = {
59618
59695
  symbol: "beraSTONE",
59619
59696
  type: { AllNetworks: 1 /* NORMAL_TOKEN */ }
59620
59697
  },
59698
+ wS: {
59699
+ name: "Wrapped Sonic",
59700
+ symbol: "wS",
59701
+ type: { AllNetworks: 1 /* NORMAL_TOKEN */ }
59702
+ },
59703
+ stS: {
59704
+ name: "Beets Staked Sonic",
59705
+ symbol: "stS",
59706
+ type: { AllNetworks: 1 /* NORMAL_TOKEN */ }
59707
+ },
59708
+ scUSD: {
59709
+ name: "Sonic USD",
59710
+ symbol: "scUSD",
59711
+ type: { AllNetworks: 1 /* NORMAL_TOKEN */ }
59712
+ },
59621
59713
  frxETH: {
59622
59714
  name: "Frax ETH",
59623
59715
  symbol: "frxETH",
@@ -59777,7 +59869,8 @@ var nonQuoted = {
59777
59869
  Mainnet: ["WETH", "DAI", "USDC", "FRAX"],
59778
59870
  Arbitrum: ["WETH", "DAI", "USDC", "WBTC"],
59779
59871
  Optimism: ["WETH", "USDC", "OP"],
59780
- Base: ["WETH", "USDC", "USDT"]
59872
+ Base: ["WETH", "USDC", "USDT"],
59873
+ Sonic: []
59781
59874
  };
59782
59875
 
59783
59876
  // src/sdk/sdk-gov-legacy/tokens/stakingRewards.ts
@@ -59985,6 +60078,9 @@ var tokenDataByNetwork = {
59985
60078
  pufETH: "0xD9A442856C234a39a81a089C06451EBAa4306a72",
59986
60079
  USDS: "0xdC035D45d973E3EC169d2276DDab16f1e407384F",
59987
60080
  SKY: "0x56072C95FAA701256059aa122697B133aDEd9279",
60081
+ wS: NOT_DEPLOYED,
60082
+ stS: NOT_DEPLOYED,
60083
+ scUSD: NOT_DEPLOYED,
59988
60084
  T: "0xCdF7028ceAB81fA0C6971208e83fa7872994beE5",
59989
60085
  // CURVE LP TOKENS
59990
60086
  "3Crv": "0x6c3F90f043a72FA612cbac8115EE7e52BDe6E490",
@@ -60114,6 +60210,10 @@ var tokenDataByNetwork = {
60114
60210
  pumpBTC_WBTC_BPT: "0x2238aB6c8c58473a5e81b86ec352322fB3f5Edd8",
60115
60211
  eBTC_WBTC_BPT: "0xda17f3663C5D04C0B316cfA1A04Aa53eBBC8c12C",
60116
60212
  B_50WBTC_50WETH: "0xA6F548DF93de924d73be7D25dC02554c6bD66dB5",
60213
+ bpt_rsb: NOT_DEPLOYED,
60214
+ bpt_sss: NOT_DEPLOYED,
60215
+ BPT_scUSD_stS: NOT_DEPLOYED,
60216
+ BPT_USDCe_stS: NOT_DEPLOYED,
60117
60217
  tETH_wstETH_BPT: "0x1D13531bf6344c102280CE4c458781FBF14Dad14",
60118
60218
  // AURA
60119
60219
  auraB_rETH_STABLE: "0x9497df26e5bD669Cb925eC68E730492b9300c482",
@@ -60238,6 +60338,9 @@ var tokenDataByNetwork = {
60238
60338
  AURA: "0x1509706a6c66CA549ff0cB464de88231DDBe213B",
60239
60339
  SWISE: NOT_DEPLOYED,
60240
60340
  SKY: NOT_DEPLOYED,
60341
+ wS: NOT_DEPLOYED,
60342
+ stS: NOT_DEPLOYED,
60343
+ scUSD: NOT_DEPLOYED,
60241
60344
  /// UPDATE
60242
60345
  STETH: NOT_DEPLOYED,
60243
60346
  wstETH: "0x5979D7b546E38E414F7E9822514be443A4800529",
@@ -60403,6 +60506,10 @@ var tokenDataByNetwork = {
60403
60506
  pumpBTC_WBTC_BPT: NOT_DEPLOYED,
60404
60507
  eBTC_WBTC_BPT: NOT_DEPLOYED,
60405
60508
  B_50WBTC_50WETH: NOT_DEPLOYED,
60509
+ bpt_rsb: NOT_DEPLOYED,
60510
+ bpt_sss: NOT_DEPLOYED,
60511
+ BPT_scUSD_stS: NOT_DEPLOYED,
60512
+ BPT_USDCe_stS: NOT_DEPLOYED,
60406
60513
  tETH_wstETH_BPT: NOT_DEPLOYED,
60407
60514
  // AURA
60408
60515
  auraB_rETH_STABLE: NOT_DEPLOYED,
@@ -60559,6 +60666,9 @@ var tokenDataByNetwork = {
60559
60666
  pufETH: NOT_DEPLOYED,
60560
60667
  USDS: NOT_DEPLOYED,
60561
60668
  SKY: NOT_DEPLOYED,
60669
+ wS: NOT_DEPLOYED,
60670
+ stS: NOT_DEPLOYED,
60671
+ scUSD: NOT_DEPLOYED,
60562
60672
  T: NOT_DEPLOYED,
60563
60673
  // REDSTONE
60564
60674
  SHIB: NOT_DEPLOYED,
@@ -60690,6 +60800,10 @@ var tokenDataByNetwork = {
60690
60800
  bpt_ethtri: "0x5F8893506Ddc4C271837187d14A9C87964a074Dc",
60691
60801
  pumpBTC_WBTC_BPT: NOT_DEPLOYED,
60692
60802
  eBTC_WBTC_BPT: NOT_DEPLOYED,
60803
+ bpt_rsb: NOT_DEPLOYED,
60804
+ bpt_sss: NOT_DEPLOYED,
60805
+ BPT_scUSD_stS: NOT_DEPLOYED,
60806
+ BPT_USDCe_stS: NOT_DEPLOYED,
60693
60807
  tETH_wstETH_BPT: NOT_DEPLOYED,
60694
60808
  // AURA
60695
60809
  auraB_rETH_STABLE: NOT_DEPLOYED,
@@ -60790,11 +60904,6 @@ var tokenDataByNetwork = {
60790
60904
  // BASE
60791
60905
  //
60792
60906
  //
60793
- ///
60794
- ///
60795
- /// OPTIMISM
60796
- ///
60797
- ///
60798
60907
  Base: {
60799
60908
  "1INCH": NOT_DEPLOYED,
60800
60909
  AAVE: NOT_DEPLOYED,
@@ -60819,6 +60928,9 @@ var tokenDataByNetwork = {
60819
60928
  WLD: NOT_DEPLOYED,
60820
60929
  OP: NOT_DEPLOYED,
60821
60930
  SKY: NOT_DEPLOYED,
60931
+ wS: NOT_DEPLOYED,
60932
+ stS: NOT_DEPLOYED,
60933
+ scUSD: NOT_DEPLOYED,
60822
60934
  /// UPDATE
60823
60935
  STETH: NOT_DEPLOYED,
60824
60936
  wstETH: NOT_DEPLOYED,
@@ -60979,6 +61091,303 @@ var tokenDataByNetwork = {
60979
61091
  bpt_ethtri: NOT_DEPLOYED,
60980
61092
  pumpBTC_WBTC_BPT: NOT_DEPLOYED,
60981
61093
  eBTC_WBTC_BPT: NOT_DEPLOYED,
61094
+ bpt_rsb: NOT_DEPLOYED,
61095
+ bpt_sss: NOT_DEPLOYED,
61096
+ BPT_scUSD_stS: NOT_DEPLOYED,
61097
+ BPT_USDCe_stS: NOT_DEPLOYED,
61098
+ tETH_wstETH_BPT: NOT_DEPLOYED,
61099
+ // AURA
61100
+ auraB_rETH_STABLE: NOT_DEPLOYED,
61101
+ auraweETH_rETH: NOT_DEPLOYED,
61102
+ auraosETH_wETH_BPT: NOT_DEPLOYED,
61103
+ auraBPT_rETH_ETH: NOT_DEPLOYED,
61104
+ auraBPT_WSTETH_ETH: NOT_DEPLOYED,
61105
+ aurarETH_wETH_BPT: NOT_DEPLOYED,
61106
+ auracbETH_rETH_wstETH: NOT_DEPLOYED,
61107
+ aurawstETH_rETH_sfrxETH: NOT_DEPLOYED,
61108
+ aurawstETH_WETH_BPT: NOT_DEPLOYED,
61109
+ auraB_rETH_STABLE_vault: NOT_DEPLOYED,
61110
+ auraweETH_rETH_vault: NOT_DEPLOYED,
61111
+ auraosETH_wETH_BPT_vault: NOT_DEPLOYED,
61112
+ auraBPT_rETH_ETH_vault: NOT_DEPLOYED,
61113
+ auraBPT_WSTETH_ETH_vault: NOT_DEPLOYED,
61114
+ aurarETH_wETH_BPT_vault: NOT_DEPLOYED,
61115
+ auracbETH_rETH_wstETH_vault: NOT_DEPLOYED,
61116
+ aurawstETH_rETH_sfrxETH_vault: NOT_DEPLOYED,
61117
+ aurawstETH_WETH_BPT_vault: NOT_DEPLOYED,
61118
+ // PENDLE
61119
+ PT_rsETH_26SEP2024: NOT_DEPLOYED,
61120
+ PT_sUSDe_26DEC2024: NOT_DEPLOYED,
61121
+ PT_eETH_26DEC2024: NOT_DEPLOYED,
61122
+ PT_ezETH_26DEC2024: NOT_DEPLOYED,
61123
+ PT_eBTC_26DEC2024: NOT_DEPLOYED,
61124
+ PT_LBTC_27MAR2025: NOT_DEPLOYED,
61125
+ PT_corn_solvBTC_BBN_26DEC2024: NOT_DEPLOYED,
61126
+ PT_corn_pumpBTC_26DEC2024: NOT_DEPLOYED,
61127
+ PT_cornLBTC_26DEC2024: NOT_DEPLOYED,
61128
+ PT_corn_eBTC_27MAR2025: NOT_DEPLOYED,
61129
+ PT_sUSDe_27MAR2025: NOT_DEPLOYED,
61130
+ PT_sUSDe_29MAY2025: NOT_DEPLOYED,
61131
+ // GEARBOX
61132
+ dDAI: NOT_DEPLOYED,
61133
+ dUSDC: NOT_DEPLOYED,
61134
+ dWBTC: NOT_DEPLOYED,
61135
+ dWETH: NOT_DEPLOYED,
61136
+ dwstETH: NOT_DEPLOYED,
61137
+ dFRAX: NOT_DEPLOYED,
61138
+ dUSDCV3: NOT_DEPLOYED,
61139
+ dWBTCV3: NOT_DEPLOYED,
61140
+ dWETHV3: NOT_DEPLOYED,
61141
+ sdUSDCV3: NOT_DEPLOYED,
61142
+ sdWBTCV3: NOT_DEPLOYED,
61143
+ sdWETHV3: NOT_DEPLOYED,
61144
+ sdWETHV3_OLD: NOT_DEPLOYED,
61145
+ dUSDTV3: NOT_DEPLOYED,
61146
+ dGHOV3: NOT_DEPLOYED,
61147
+ dDAIV3: NOT_DEPLOYED,
61148
+ sdUSDTV3: NOT_DEPLOYED,
61149
+ sdGHOV3: NOT_DEPLOYED,
61150
+ sdDAIV3: NOT_DEPLOYED,
61151
+ dcrvUSDV3: NOT_DEPLOYED,
61152
+ sdcrvUSDV3: NOT_DEPLOYED,
61153
+ dDOLAV3: NOT_DEPLOYED,
61154
+ dwstETHV3: NOT_DEPLOYED,
61155
+ dtBTCV3: NOT_DEPLOYED,
61156
+ dUSDC_eV3: NOT_DEPLOYED,
61157
+ sdUSDC_eV3: NOT_DEPLOYED,
61158
+ GEAR: NOT_DEPLOYED,
61159
+ // AAVE
61160
+ aUSDC: NOT_DEPLOYED,
61161
+ aDAI: NOT_DEPLOYED,
61162
+ aUSDT: NOT_DEPLOYED,
61163
+ aWETH: NOT_DEPLOYED,
61164
+ waDAI: NOT_DEPLOYED,
61165
+ waUSDC: NOT_DEPLOYED,
61166
+ waUSDT: NOT_DEPLOYED,
61167
+ waWETH: NOT_DEPLOYED,
61168
+ cDAI: NOT_DEPLOYED,
61169
+ cUSDC: NOT_DEPLOYED,
61170
+ cUSDT: NOT_DEPLOYED,
61171
+ cETH: NOT_DEPLOYED,
61172
+ cLINK: NOT_DEPLOYED,
61173
+ fUSDC: NOT_DEPLOYED,
61174
+ sDAI: NOT_DEPLOYED,
61175
+ YieldETH: NOT_DEPLOYED,
61176
+ sUSDe: NOT_DEPLOYED,
61177
+ sUSDS: NOT_DEPLOYED,
61178
+ scrvUSD: NOT_DEPLOYED,
61179
+ tETH: NOT_DEPLOYED,
61180
+ beraSTONE: NOT_DEPLOYED,
61181
+ GHO: NOT_DEPLOYED,
61182
+ GHOUSDe: NOT_DEPLOYED,
61183
+ GHO_USDT_USDC: NOT_DEPLOYED,
61184
+ zpufETH: NOT_DEPLOYED,
61185
+ // SKY
61186
+ stkUSDS: NOT_DEPLOYED,
61187
+ // MELLOW LRT
61188
+ steakLRT: NOT_DEPLOYED,
61189
+ Re7LRT: NOT_DEPLOYED,
61190
+ amphrETH: NOT_DEPLOYED,
61191
+ rstETH: NOT_DEPLOYED,
61192
+ pzETH: NOT_DEPLOYED,
61193
+ DVstETH: NOT_DEPLOYED
61194
+ },
61195
+ //
61196
+ //
61197
+ // SONIC
61198
+ //
61199
+ //
61200
+ Sonic: {
61201
+ "1INCH": NOT_DEPLOYED,
61202
+ AAVE: NOT_DEPLOYED,
61203
+ CRV: NOT_DEPLOYED,
61204
+ DAI: NOT_DEPLOYED,
61205
+ LINK: NOT_DEPLOYED,
61206
+ SNX: NOT_DEPLOYED,
61207
+ UNI: NOT_DEPLOYED,
61208
+ USDT: NOT_DEPLOYED,
61209
+ DOLA: NOT_DEPLOYED,
61210
+ USDC: "0x29219dd400f2Bf60E5a23d13Be72B486D4038894",
61211
+ USDC_e: NOT_DEPLOYED,
61212
+ WBTC: NOT_DEPLOYED,
61213
+ tBTC: NOT_DEPLOYED,
61214
+ WETH: "0x309C92261178fA0CF748A855e90Ae73FDb79EBc7",
61215
+ YFI: NOT_DEPLOYED,
61216
+ GMX: NOT_DEPLOYED,
61217
+ ARB: NOT_DEPLOYED,
61218
+ BAL: NOT_DEPLOYED,
61219
+ AURA: NOT_DEPLOYED,
61220
+ SWISE: NOT_DEPLOYED,
61221
+ WLD: NOT_DEPLOYED,
61222
+ OP: NOT_DEPLOYED,
61223
+ SKY: NOT_DEPLOYED,
61224
+ wS: "0x039e2fB66102314Ce7b64Ce5Ce3E5183bc94aD38",
61225
+ stS: "0xE5DA20F15420aD15DE0fa650600aFc998bbE3955",
61226
+ scUSD: "0xd3DCe716f3eF535C5Ff8d041c1A41C3bd89b97aE",
61227
+ T: NOT_DEPLOYED,
61228
+ /// UPDATE
61229
+ STETH: NOT_DEPLOYED,
61230
+ wstETH: NOT_DEPLOYED,
61231
+ CVX: NOT_DEPLOYED,
61232
+ FRAX: NOT_DEPLOYED,
61233
+ FXS: NOT_DEPLOYED,
61234
+ LDO: NOT_DEPLOYED,
61235
+ LUSD: NOT_DEPLOYED,
61236
+ sUSD: NOT_DEPLOYED,
61237
+ GUSD: NOT_DEPLOYED,
61238
+ LQTY: NOT_DEPLOYED,
61239
+ MKR: NOT_DEPLOYED,
61240
+ RPL: NOT_DEPLOYED,
61241
+ APE: NOT_DEPLOYED,
61242
+ LBTC: NOT_DEPLOYED,
61243
+ eBTC: NOT_DEPLOYED,
61244
+ solvBTC: NOT_DEPLOYED,
61245
+ pumpBTC: NOT_DEPLOYED,
61246
+ rETH: NOT_DEPLOYED,
61247
+ osETH: NOT_DEPLOYED,
61248
+ weETH: NOT_DEPLOYED,
61249
+ ezETH: NOT_DEPLOYED,
61250
+ rsETH: NOT_DEPLOYED,
61251
+ PENDLE: NOT_DEPLOYED,
61252
+ frxETH: NOT_DEPLOYED,
61253
+ sfrxETH: NOT_DEPLOYED,
61254
+ cbETH: NOT_DEPLOYED,
61255
+ rswETH: NOT_DEPLOYED,
61256
+ USDe: NOT_DEPLOYED,
61257
+ pufETH: NOT_DEPLOYED,
61258
+ USDS: NOT_DEPLOYED,
61259
+ // REDSTONE
61260
+ SHIB: NOT_DEPLOYED,
61261
+ // YEARN TOKENS
61262
+ yvDAI: NOT_DEPLOYED,
61263
+ yvUSDC: NOT_DEPLOYED,
61264
+ yvUSDC_e: NOT_DEPLOYED,
61265
+ yvUSDT: NOT_DEPLOYED,
61266
+ yvWETH: NOT_DEPLOYED,
61267
+ yvWBTC: NOT_DEPLOYED,
61268
+ yvOP: NOT_DEPLOYED,
61269
+ yvCurve_stETH: NOT_DEPLOYED,
61270
+ yvCurve_FRAX: NOT_DEPLOYED,
61271
+ // CURVE LP TOKENS
61272
+ "3Crv": NOT_DEPLOYED,
61273
+ "3CRV": NOT_DEPLOYED,
61274
+ wstETHCRV: NOT_DEPLOYED,
61275
+ crvFRAX: NOT_DEPLOYED,
61276
+ steCRV: NOT_DEPLOYED,
61277
+ FRAX3CRV: NOT_DEPLOYED,
61278
+ LUSD3CRV: NOT_DEPLOYED,
61279
+ crvPlain3andSUSD: NOT_DEPLOYED,
61280
+ gusd3CRV: NOT_DEPLOYED,
61281
+ USDeUSDC: NOT_DEPLOYED,
61282
+ FRAXUSDe: NOT_DEPLOYED,
61283
+ USDecrvUSD: NOT_DEPLOYED,
61284
+ FRAXsDAI: NOT_DEPLOYED,
61285
+ DOLAsUSDe: NOT_DEPLOYED,
61286
+ DOLAFRAXBP3CRV_f: NOT_DEPLOYED,
61287
+ crvUSDDOLA_f: NOT_DEPLOYED,
61288
+ crvCRVETH: NOT_DEPLOYED,
61289
+ crvCVXETH: NOT_DEPLOYED,
61290
+ crvUSDTWBTCWETH: NOT_DEPLOYED,
61291
+ LDOETH: NOT_DEPLOYED,
61292
+ USDeDAI: NOT_DEPLOYED,
61293
+ MtEthena: NOT_DEPLOYED,
61294
+ pufETHwstE: NOT_DEPLOYED,
61295
+ GHOcrvUSD: NOT_DEPLOYED,
61296
+ ezETHWETH: NOT_DEPLOYED,
61297
+ ezpzETH: NOT_DEPLOYED,
61298
+ LBTCWBTC: NOT_DEPLOYED,
61299
+ eBTCWBTC: NOT_DEPLOYED,
61300
+ pumpBTCWBTC: NOT_DEPLOYED,
61301
+ TriBTC: NOT_DEPLOYED,
61302
+ "2BTC-f": NOT_DEPLOYED,
61303
+ tETHwstETH: NOT_DEPLOYED,
61304
+ tETHweETH: NOT_DEPLOYED,
61305
+ pzETHstETH: NOT_DEPLOYED,
61306
+ crvUSDUSDC: NOT_DEPLOYED,
61307
+ crvUSDUSDT: NOT_DEPLOYED,
61308
+ crvUSDFRAX: NOT_DEPLOYED,
61309
+ crvUSDETHCRV: NOT_DEPLOYED,
61310
+ crvUsUSDe: NOT_DEPLOYED,
61311
+ llamathena: NOT_DEPLOYED,
61312
+ "2CRV": NOT_DEPLOYED,
61313
+ "3c-crvUSD": NOT_DEPLOYED,
61314
+ crvUSDC: NOT_DEPLOYED,
61315
+ crvUSDC_e: NOT_DEPLOYED,
61316
+ crvUSDT: NOT_DEPLOYED,
61317
+ USDEUSDC: NOT_DEPLOYED,
61318
+ rETH_f: NOT_DEPLOYED,
61319
+ // CONVEX LP TOKENS
61320
+ cvx3Crv: NOT_DEPLOYED,
61321
+ cvxcrvFRAX: NOT_DEPLOYED,
61322
+ cvxsteCRV: NOT_DEPLOYED,
61323
+ cvxcrvPlain3andSUSD: NOT_DEPLOYED,
61324
+ cvxFRAX3CRV: NOT_DEPLOYED,
61325
+ cvxLUSD3CRV: NOT_DEPLOYED,
61326
+ cvxgusd3CRV: NOT_DEPLOYED,
61327
+ cvxcrvCRVETH: NOT_DEPLOYED,
61328
+ cvxcrvCVXETH: NOT_DEPLOYED,
61329
+ cvxcrvUSDTWBTCWETH: NOT_DEPLOYED,
61330
+ cvxLDOETH: NOT_DEPLOYED,
61331
+ cvxcrvUSDUSDC: NOT_DEPLOYED,
61332
+ cvxcrvUSDUSDT: NOT_DEPLOYED,
61333
+ cvxcrvUSDFRAX: NOT_DEPLOYED,
61334
+ cvxcrvUSDETHCRV: NOT_DEPLOYED,
61335
+ cvxGHOcrvUSD: NOT_DEPLOYED,
61336
+ cvxllamathena: NOT_DEPLOYED,
61337
+ crvUSD: NOT_DEPLOYED,
61338
+ // CONVEX PHANTOM TOKEN ADDRESSES
61339
+ stkcvx3Crv: NOT_DEPLOYED,
61340
+ stkcvxcrvFRAX: NOT_DEPLOYED,
61341
+ stkcvxFRAX3CRV: NOT_DEPLOYED,
61342
+ stkcvxgusd3CRV: NOT_DEPLOYED,
61343
+ stkcvxsteCRV: NOT_DEPLOYED,
61344
+ stkcvxcrvPlain3andSUSD: NOT_DEPLOYED,
61345
+ stkcvxLUSD3CRV: NOT_DEPLOYED,
61346
+ stkcvxcrvCRVETH: NOT_DEPLOYED,
61347
+ stkcvxcrvCVXETH: NOT_DEPLOYED,
61348
+ stkcvxcrvUSDTWBTCWETH: NOT_DEPLOYED,
61349
+ stkcvxLDOETH: NOT_DEPLOYED,
61350
+ stkcvxcrvUSDUSDC: NOT_DEPLOYED,
61351
+ stkcvxcrvUSDUSDT: NOT_DEPLOYED,
61352
+ stkcvxcrvUSDFRAX: NOT_DEPLOYED,
61353
+ stkcvxcrvUSDETHCRV: NOT_DEPLOYED,
61354
+ stkcvxGHOcrvUSD: NOT_DEPLOYED,
61355
+ stkcvxllamathena: NOT_DEPLOYED,
61356
+ cvxcrvUSDT: NOT_DEPLOYED,
61357
+ // BALANCER TOKENS
61358
+ USDC_DAI_USDT: NOT_DEPLOYED,
61359
+ B_rETH_STABLE: NOT_DEPLOYED,
61360
+ weETH_rETH: NOT_DEPLOYED,
61361
+ osETH_wETH_BPT: NOT_DEPLOYED,
61362
+ B_80BAL_20WETH: NOT_DEPLOYED,
61363
+ "50WETH_50AURA": NOT_DEPLOYED,
61364
+ wstETH_WETH_BPT: NOT_DEPLOYED,
61365
+ wstETH_rETH_cbETH: NOT_DEPLOYED,
61366
+ cbETH_rETH_wstETH: NOT_DEPLOYED,
61367
+ wstETH_rETH_sfrxETH: NOT_DEPLOYED,
61368
+ rETH_WETH_BPT_deprecated: NOT_DEPLOYED,
61369
+ rETH_wETH_BPT: NOT_DEPLOYED,
61370
+ ezETH_WETH_BPT: NOT_DEPLOYED,
61371
+ sUSDe_USDC_BPT: NOT_DEPLOYED,
61372
+ trenSTETH: NOT_DEPLOYED,
61373
+ DVstETH_wstETH_BPT: NOT_DEPLOYED,
61374
+ weETH_ezETH_rswETH: NOT_DEPLOYED,
61375
+ rsETH_WETH: NOT_DEPLOYED,
61376
+ rsETH_wETH_Arb: NOT_DEPLOYED,
61377
+ "33AURA_33ARB_33BAL": NOT_DEPLOYED,
61378
+ ezETH_wstETH: NOT_DEPLOYED,
61379
+ BPT_rETH_ETH: NOT_DEPLOYED,
61380
+ BPT_WSTETH_ETH: NOT_DEPLOYED,
61381
+ BPT_ROAD: NOT_DEPLOYED,
61382
+ ECLP_wstETH_WETH: NOT_DEPLOYED,
61383
+ bpt_ethtri: NOT_DEPLOYED,
61384
+ pumpBTC_WBTC_BPT: NOT_DEPLOYED,
61385
+ eBTC_WBTC_BPT: NOT_DEPLOYED,
61386
+ B_50WBTC_50WETH: NOT_DEPLOYED,
61387
+ bpt_rsb: "0xCd4D2b142235D5650fFA6A38787eD0b7d7A51c0C",
61388
+ bpt_sss: "0x374641076B68371e69D03C417DAc3E5F236c32FA",
61389
+ BPT_scUSD_stS: "0x25ca5451CD5a50AB1d324B5E64F32C0799661891",
61390
+ BPT_USDCe_stS: "0x713FB5036dC70012588d77a5B066f1Dd05c712d7",
60982
61391
  tETH_wstETH_BPT: NOT_DEPLOYED,
60983
61392
  // AURA
60984
61393
  auraB_rETH_STABLE: NOT_DEPLOYED,
@@ -61446,7 +61855,8 @@ var tickerInfoTokensByNetwork = {
61446
61855
  }
61447
61856
  ]
61448
61857
  },
61449
- Base: {}
61858
+ Base: {},
61859
+ Sonic: {}
61450
61860
  };
61451
61861
  var tickerTokensByNetwork = Object.fromEntries(
61452
61862
  Object.entries(tickerInfoTokensByNetwork).map(([network, data]) => {
@@ -61532,7 +61942,8 @@ var connectors = {
61532
61942
  ],
61533
61943
  Arbitrum: ["WETH", "DAI", "USDC", "USDT", "rETH", "USDC_e", "wstETH"],
61534
61944
  Optimism: ["WETH", "USDC", "USDT", "USDC_e", "wstETH"],
61535
- Base: ["WETH", "USDC", "USDT"]
61945
+ Base: ["WETH", "USDC", "USDT"],
61946
+ Sonic: []
61536
61947
  };
61537
61948
  function getConnectors(networkType) {
61538
61949
  return connectors[networkType].map((e) => {
@@ -61571,6 +61982,8 @@ var Protocols = /* @__PURE__ */ ((Protocols2) => {
61571
61982
  Protocols2[Protocols2["Pendle"] = 22] = "Pendle";
61572
61983
  Protocols2[Protocols2["Sky"] = 23] = "Sky";
61573
61984
  Protocols2[Protocols2["Equalizer"] = 24] = "Equalizer";
61985
+ Protocols2[Protocols2["Beets"] = 25] = "Beets";
61986
+ Protocols2[Protocols2["Shadow"] = 26] = "Shadow";
61574
61987
  return Protocols2;
61575
61988
  })(Protocols || {});
61576
61989
 
@@ -61584,6 +61997,8 @@ var contractsByNetwork = {
61584
61997
  FRAXSWAP_ROUTER: "0xC14d550632db8592D1243Edc8B95b0Ad06703867",
61585
61998
  VELODROME_V2_ROUTER: NOT_DEPLOYED,
61586
61999
  VELODROME_CL_ROUTER: NOT_DEPLOYED,
62000
+ EQUALIZER_ROUTER: NOT_DEPLOYED,
62001
+ SHADOW_ROUTER: NOT_DEPLOYED,
61587
62002
  CAMELOT_V3_ROUTER: NOT_DEPLOYED,
61588
62003
  PENDLE_ROUTER: "0x888888888889758F76e7103c6CbF23ABbF58F946",
61589
62004
  // CURVE
@@ -61695,6 +62110,8 @@ var contractsByNetwork = {
61695
62110
  LIDO_WSTETH: tokenDataByNetwork.Mainnet.wstETH,
61696
62111
  // BALANCER
61697
62112
  BALANCER_VAULT: "0xBA12222222228d8Ba445958a75a0704d566BF2C8",
62113
+ // BEETS
62114
+ BEETS_VAULT: NOT_DEPLOYED,
61698
62115
  // GEARBOX
61699
62116
  UNIVERSAL_ADAPTER: "0xCcCCccccCCCCcCCCCCCcCcCccCcCCCcCcccccccC",
61700
62117
  // AAVE
@@ -61739,6 +62156,8 @@ var contractsByNetwork = {
61739
62156
  FRAXSWAP_ROUTER: NOT_DEPLOYED,
61740
62157
  VELODROME_V2_ROUTER: NOT_DEPLOYED,
61741
62158
  VELODROME_CL_ROUTER: NOT_DEPLOYED,
62159
+ EQUALIZER_ROUTER: NOT_DEPLOYED,
62160
+ SHADOW_ROUTER: NOT_DEPLOYED,
61742
62161
  CAMELOT_V3_ROUTER: "0x1F721E2E82F6676FCE4eA07A5958cF098D339e18",
61743
62162
  PENDLE_ROUTER: NOT_DEPLOYED,
61744
62163
  // CURVE
@@ -61845,6 +62264,8 @@ var contractsByNetwork = {
61845
62264
  LIDO_WSTETH: NOT_DEPLOYED,
61846
62265
  // BALANCER
61847
62266
  BALANCER_VAULT: "0xBA12222222228d8Ba445958a75a0704d566BF2C8",
62267
+ // BEETS
62268
+ BEETS_VAULT: NOT_DEPLOYED,
61848
62269
  // GEARBOX
61849
62270
  UNIVERSAL_ADAPTER: "0xCcCCccccCCCCcCCCCCCcCcCccCcCCCcCcccccccC",
61850
62271
  // AAVE
@@ -61890,6 +62311,8 @@ var contractsByNetwork = {
61890
62311
  // UNVERIFIED!
61891
62312
  VELODROME_V2_ROUTER: "0xa062aE8A9c5e11aaA026fc2670B0D65cCc8B2858",
61892
62313
  VELODROME_CL_ROUTER: "0x0792a633F0c19c351081CF4B211F68F79bCc9676",
62314
+ EQUALIZER_ROUTER: NOT_DEPLOYED,
62315
+ SHADOW_ROUTER: NOT_DEPLOYED,
61893
62316
  CAMELOT_V3_ROUTER: NOT_DEPLOYED,
61894
62317
  PENDLE_ROUTER: NOT_DEPLOYED,
61895
62318
  // CURVE
@@ -61997,6 +62420,8 @@ var contractsByNetwork = {
61997
62420
  LIDO_WSTETH: NOT_DEPLOYED,
61998
62421
  // BALANCER
61999
62422
  BALANCER_VAULT: "0xBA12222222228d8Ba445958a75a0704d566BF2C8",
62423
+ // BEETS
62424
+ BEETS_VAULT: NOT_DEPLOYED,
62000
62425
  // GEARBOX
62001
62426
  UNIVERSAL_ADAPTER: "0xCcCCccccCCCCcCCCCCCcCcCccCcCCCcCcccccccC",
62002
62427
  // AAVE
@@ -62040,6 +62465,8 @@ var contractsByNetwork = {
62040
62465
  FRAXSWAP_ROUTER: NOT_DEPLOYED,
62041
62466
  VELODROME_V2_ROUTER: NOT_DEPLOYED,
62042
62467
  VELODROME_CL_ROUTER: NOT_DEPLOYED,
62468
+ EQUALIZER_ROUTER: NOT_DEPLOYED,
62469
+ SHADOW_ROUTER: NOT_DEPLOYED,
62043
62470
  CAMELOT_V3_ROUTER: NOT_DEPLOYED,
62044
62471
  PENDLE_ROUTER: NOT_DEPLOYED,
62045
62472
  // CURVE
@@ -62146,6 +62573,8 @@ var contractsByNetwork = {
62146
62573
  LIDO_WSTETH: NOT_DEPLOYED,
62147
62574
  // BALANCER
62148
62575
  BALANCER_VAULT: NOT_DEPLOYED,
62576
+ // BEETS
62577
+ BEETS_VAULT: NOT_DEPLOYED,
62149
62578
  // GEARBOX
62150
62579
  UNIVERSAL_ADAPTER: NOT_DEPLOYED,
62151
62580
  // AAVE
@@ -62172,14 +62601,170 @@ var contractsByNetwork = {
62172
62601
  MELLOW_DECENTALIZED_VALIDATOR_VAULT: tokenDataByNetwork.Base.DVstETH,
62173
62602
  SKY_STAKING_REWARDS: NOT_DEPLOYED,
62174
62603
  DAI_USDS: NOT_DEPLOYED
62604
+ },
62605
+ //
62606
+ //
62607
+ //
62608
+ //
62609
+ // SONIC
62610
+ //
62611
+ //
62612
+ //
62613
+ //
62614
+ Sonic: {
62615
+ UNISWAP_V2_ROUTER: NOT_DEPLOYED,
62616
+ UNISWAP_V3_ROUTER: NOT_DEPLOYED,
62617
+ PANCAKESWAP_V3_ROUTER: NOT_DEPLOYED,
62618
+ SUSHISWAP_ROUTER: NOT_DEPLOYED,
62619
+ FRAXSWAP_ROUTER: NOT_DEPLOYED,
62620
+ VELODROME_V2_ROUTER: NOT_DEPLOYED,
62621
+ VELODROME_CL_ROUTER: NOT_DEPLOYED,
62622
+ EQUALIZER_ROUTER: "0xcC6169aA1E879d3a4227536671F85afdb2d23fAD",
62623
+ SHADOW_ROUTER: "0x5543c6176FEb9B4b179078205d7C29EEa2e2d695",
62624
+ CAMELOT_V3_ROUTER: NOT_DEPLOYED,
62625
+ PENDLE_ROUTER: NOT_DEPLOYED,
62626
+ // CURVE
62627
+ CURVE_3CRV_POOL_OP: NOT_DEPLOYED,
62628
+ CURVE_3CRV_POOL: NOT_DEPLOYED,
62629
+ CURVE_FRAX_USDC_POOL: NOT_DEPLOYED,
62630
+ CURVE_STETH_GATEWAY: NOT_DEPLOYED,
62631
+ CURVE_FRAX_POOL: NOT_DEPLOYED,
62632
+ CURVE_LUSD_POOL: NOT_DEPLOYED,
62633
+ CURVE_SUSD_POOL: NOT_DEPLOYED,
62634
+ CURVE_SUSD_DEPOSIT: NOT_DEPLOYED,
62635
+ CURVE_GUSD_POOL: NOT_DEPLOYED,
62636
+ CURVE_CRVETH_POOL: NOT_DEPLOYED,
62637
+ CURVE_CVXETH_POOL: NOT_DEPLOYED,
62638
+ CURVE_3CRYPTO_POOL: NOT_DEPLOYED,
62639
+ CURVE_LDOETH_POOL: NOT_DEPLOYED,
62640
+ CURVE_USDE_USDC_POOL: NOT_DEPLOYED,
62641
+ CURVE_FRAX_USDE_POOL: NOT_DEPLOYED,
62642
+ CURVE_USDE_CRVUSD_POOL: NOT_DEPLOYED,
62643
+ CURVE_FRAX_SDAI_POOL: NOT_DEPLOYED,
62644
+ CURVE_DOLA_SUSDE_POOL: NOT_DEPLOYED,
62645
+ CURVE_DOLA_FRAXBP_POOL: NOT_DEPLOYED,
62646
+ CURVE_DOLA_CRVUSD_POOL: NOT_DEPLOYED,
62647
+ CURVE_USDE_DAI_POOL: NOT_DEPLOYED,
62648
+ CURVE_SDAI_SUSDE_POOL: NOT_DEPLOYED,
62649
+ CURVE_GHO_USDE_POOL: NOT_DEPLOYED,
62650
+ CURVE_PUFETH_WSTETH_POOL: NOT_DEPLOYED,
62651
+ CURVE_GHO_CRVUSD_POOL: NOT_DEPLOYED,
62652
+ CURVE_ETH_WSTETH_GATEWAY_OP: NOT_DEPLOYED,
62653
+ CURVE_EZETH_ETH_POOL: NOT_DEPLOYED,
62654
+ CURVE_EZPZ_ETH_POOL: NOT_DEPLOYED,
62655
+ CURVE_LBTC_WBTC_POOL: NOT_DEPLOYED,
62656
+ CURVE_EBTC_WBTC_POOL: NOT_DEPLOYED,
62657
+ CURVE_PUMPBTC_WBTC_POOL: NOT_DEPLOYED,
62658
+ CURVE_TRIBTC_POOL: NOT_DEPLOYED,
62659
+ CURVE_tBTC_WBTC_POOL: NOT_DEPLOYED,
62660
+ CURVE_tETH_wstETH_POOL: NOT_DEPLOYED,
62661
+ CURVE_tETH_weETH_POOL: NOT_DEPLOYED,
62662
+ CURVE_pzETH_stETH_POOL: NOT_DEPLOYED,
62663
+ CURVE_GEAR_POOL: NOT_DEPLOYED,
62664
+ CURVE_CRVUSD_USDC_POOL: NOT_DEPLOYED,
62665
+ CURVE_CRVUSD_USDT_POOL: NOT_DEPLOYED,
62666
+ CURVE_CRVUSD_FRAX_POOL: NOT_DEPLOYED,
62667
+ CURVE_TRI_CRV_POOL: NOT_DEPLOYED,
62668
+ CURVE_CRVUSD_SUSDE_POOL: NOT_DEPLOYED,
62669
+ CURVE_LLAMA_THENA_POOL: NOT_DEPLOYED,
62670
+ CURVE_RETH_ETH_POOL: NOT_DEPLOYED,
62671
+ CURVE_2CRV_POOL_ARB: NOT_DEPLOYED,
62672
+ CURVE_TRICRYPTO_CRVUSD_POOL_ARB: NOT_DEPLOYED,
62673
+ CURVE_CRVUSD_USDC_POOL_ARB: NOT_DEPLOYED,
62674
+ CURVE_CRVUSD_USDT_POOL_ARB: NOT_DEPLOYED,
62675
+ CURVE_CRVUSD_USDC_E_POOL_ARB: NOT_DEPLOYED,
62676
+ CURVE_USDE_USDC_POOL_ARB: NOT_DEPLOYED,
62677
+ // YEARN
62678
+ YEARN_DAI_VAULT: NOT_DEPLOYED,
62679
+ YEARN_USDC_VAULT: NOT_DEPLOYED,
62680
+ YEARN_USDC_E_VAULT: NOT_DEPLOYED,
62681
+ YEARN_WETH_VAULT: NOT_DEPLOYED,
62682
+ YEARN_WBTC_VAULT: NOT_DEPLOYED,
62683
+ YEARN_USDT_VAULT: NOT_DEPLOYED,
62684
+ YEARN_OP_VAULT: NOT_DEPLOYED,
62685
+ YEARN_CURVE_FRAX_VAULT: NOT_DEPLOYED,
62686
+ YEARN_CURVE_STETH_VAULT: NOT_DEPLOYED,
62687
+ /// ERC4626
62688
+ MAKER_DSR_VAULT: NOT_DEPLOYED,
62689
+ YIELD_ETH_VAULT: NOT_DEPLOYED,
62690
+ STAKED_USDE_VAULT: NOT_DEPLOYED,
62691
+ STAKED_USDS_VAULT: NOT_DEPLOYED,
62692
+ SAVINGS_CRVUSD_VAULT: NOT_DEPLOYED,
62693
+ TREEHOUSE_ETH_VAULT: NOT_DEPLOYED,
62694
+ // CONVEX
62695
+ CONVEX_BOOSTER: NOT_DEPLOYED,
62696
+ CONVEX_3CRV_POOL: NOT_DEPLOYED,
62697
+ CONVEX_FRAX_USDC_POOL: NOT_DEPLOYED,
62698
+ CONVEX_STECRV_POOL: NOT_DEPLOYED,
62699
+ CONVEX_SUSD_POOL: NOT_DEPLOYED,
62700
+ CONVEX_FRAX3CRV_POOL: NOT_DEPLOYED,
62701
+ CONVEX_LUSD3CRV_POOL: NOT_DEPLOYED,
62702
+ CONVEX_GUSD_POOL: NOT_DEPLOYED,
62703
+ CONVEX_CRVETH_POOL: NOT_DEPLOYED,
62704
+ CONVEX_CVXETH_POOL: NOT_DEPLOYED,
62705
+ CONVEX_3CRYPTO_POOL: NOT_DEPLOYED,
62706
+ CONVEX_LDOETH_POOL: NOT_DEPLOYED,
62707
+ CONVEX_CRVUSD_USDC_POOL: NOT_DEPLOYED,
62708
+ CONVEX_CRVUSD_USDT_POOL: NOT_DEPLOYED,
62709
+ CONVEX_CRVUSD_FRAX_POOL: NOT_DEPLOYED,
62710
+ CONVEX_TRI_CRV_POOL: NOT_DEPLOYED,
62711
+ CONVEX_GHO_CRVUSD_POOL: NOT_DEPLOYED,
62712
+ CONVEX_LLAMA_THENA_POOL: NOT_DEPLOYED,
62713
+ CONVEX_BOOSTER_ARB: NOT_DEPLOYED,
62714
+ CONVEX_CRVUSD_USDT_POOL_ARB: NOT_DEPLOYED,
62715
+ // AURA
62716
+ AURA_BOOSTER: NOT_DEPLOYED,
62717
+ AURA_WEETH_RETH_POOL: NOT_DEPLOYED,
62718
+ AURA_OSETH_WETH_POOL: NOT_DEPLOYED,
62719
+ AURA_B_RETH_STABLE_POOL: NOT_DEPLOYED,
62720
+ AURA_BPT_RETH_ETH_POOL: NOT_DEPLOYED,
62721
+ AURA_BPT_WSTETH_ETH_POOL: NOT_DEPLOYED,
62722
+ AURA_RETH_WETH_POOL_ARB: NOT_DEPLOYED,
62723
+ AURA_WSTETH_WETH_POOL_ARB: NOT_DEPLOYED,
62724
+ AURA_CBETH_RETH_WSTETH_POOL_ARB: NOT_DEPLOYED,
62725
+ AURA_WSTETH_RETH_SFRXETH_POOL_ARB: NOT_DEPLOYED,
62726
+ // LIDO
62727
+ LIDO_STETH_GATEWAY: NOT_DEPLOYED,
62728
+ LIDO_WSTETH: NOT_DEPLOYED,
62729
+ // BALANCER
62730
+ BALANCER_VAULT: NOT_DEPLOYED,
62731
+ // BEETS
62732
+ BEETS_VAULT: "0xBA12222222228d8Ba445958a75a0704d566BF2C8",
62733
+ // GEARBOX
62734
+ UNIVERSAL_ADAPTER: NOT_DEPLOYED,
62735
+ // AAVE
62736
+ AAVE_V2_LENDING_POOL: NOT_DEPLOYED,
62737
+ AAVE_V3_LENDING_POOL: NOT_DEPLOYED,
62738
+ AAVE_V2_DAI_TOKEN_WRAPPER: NOT_DEPLOYED,
62739
+ AAVE_V2_USDC_TOKEN_WRAPPER: NOT_DEPLOYED,
62740
+ AAVE_V2_USDT_TOKEN_WRAPPER: NOT_DEPLOYED,
62741
+ AAVE_V2_WETH_TOKEN_WRAPPER: NOT_DEPLOYED,
62742
+ COMPOUND_V2_DAI_POOL: NOT_DEPLOYED,
62743
+ COMPOUND_V2_USDC_POOL: NOT_DEPLOYED,
62744
+ COMPOUND_V2_USDT_POOL: NOT_DEPLOYED,
62745
+ COMPOUND_V2_LINK_POOL: NOT_DEPLOYED,
62746
+ COMPOUND_V2_ETH_GATEWAY: NOT_DEPLOYED,
62747
+ FLUX_USDC_POOL: NOT_DEPLOYED,
62748
+ ZIRCUIT_POOL: NOT_DEPLOYED,
62749
+ // MELLOW
62750
+ MELLOW_STEAKHOUSE_VAULT: NOT_DEPLOYED,
62751
+ MELLOW_RE7_LABS_VAULT: NOT_DEPLOYED,
62752
+ MELLOW_AMPHOR_VAULT: NOT_DEPLOYED,
62753
+ MELLOW_RESTAKING_VAULT: NOT_DEPLOYED,
62754
+ MELLOW_RENZO_VAULT: NOT_DEPLOYED,
62755
+ MELLOW_DECENTALIZED_VALIDATOR_VAULT: NOT_DEPLOYED,
62756
+ SKY_STAKING_REWARDS: NOT_DEPLOYED,
62757
+ DAI_USDS: NOT_DEPLOYED
62175
62758
  }
62176
62759
  };
62177
62760
  var UNISWAP_V3_QUOTER = "0xb27308f9F90D607463bb33eA1BeBb41C27CE5AB6";
62178
62761
  var CAMELOT_V3_QUOTER = "0x0Fc73040b26E9bC8514fA028D998E73A254Fa76E";
62179
62762
  var PANCAKESWAP_V3_QUOTER = "0xB048Bbc1Ee6b733FFfCFb9e9CeF7375518e25997";
62180
62763
  var VELODROME_CL_QUOTER = "0x89D8218ed5fF1e46d8dcd33fb0bbeE3be1621466";
62764
+ var SHADOW_QUOTER = "0x219b7ADebc0935a3eC889a148c6924D51A07535A";
62181
62765
  var VELODROME_V2_DEFAULT_FACTORY = "0xF1046053aa5682b4F9a81b5481394DA16BE5FF5a";
62182
62766
  var VELODROME_V2_CL_FACTORY = "0xCc0bDDB707055e04e497aB22a59c2aF4391cd12F";
62767
+ var EQUALIZER_DEFAULT_FACTORY = "0xDDD9845Ba0D8f38d3045f804f67A1a8B9A528FcC";
62183
62768
  var MELLOW_COLLECTOR = "0xce8f66b5347dcfedb3e63cb2c95e4aab9a85429e";
62184
62769
  var PENDLE_ROUTER_STATIC_MAINNET = "0x263833d47eA3fA4a30f269323aba6a107f9eB14C";
62185
62770
  var PENDLE_ROUTER_STATIC_ARBITRUM = "0xAdB09F65bd90d19e3148D9ccb693F3161C6DB3E8";
@@ -62217,12 +62802,23 @@ var contractParams = {
62217
62802
  protocol: 15 /* Velodrome */,
62218
62803
  type: 22 /* VELODROME_V2_ROUTER */
62219
62804
  },
62805
+ EQUALIZER_ROUTER: {
62806
+ name: "Equalizer",
62807
+ protocol: 24 /* Equalizer */,
62808
+ type: 35 /* EQUALIZER_ROUTER */
62809
+ },
62220
62810
  VELODROME_CL_ROUTER: {
62221
62811
  name: "Velodrome CL Router",
62222
62812
  protocol: 15 /* Velodrome */,
62223
62813
  quoter: VELODROME_CL_QUOTER,
62224
62814
  type: 2 /* UNISWAP_V3_ROUTER */
62225
62815
  },
62816
+ SHADOW_ROUTER: {
62817
+ name: "Shadow Router",
62818
+ protocol: 26 /* Shadow */,
62819
+ quoter: SHADOW_QUOTER,
62820
+ type: 2 /* UNISWAP_V3_ROUTER */
62821
+ },
62226
62822
  CAMELOT_V3_ROUTER: {
62227
62823
  name: "Camelot V3",
62228
62824
  protocol: 16 /* Camelot */,
@@ -62260,7 +62856,8 @@ var contractParams = {
62260
62856
  Arbitrum: NOT_DEPLOYED,
62261
62857
  // CURVE_STECRV_POOL
62262
62858
  Optimism: NOT_DEPLOYED,
62263
- Base: NOT_DEPLOYED
62859
+ Base: NOT_DEPLOYED,
62860
+ Sonic: NOT_DEPLOYED
62264
62861
  },
62265
62862
  tokens: ["WETH", "STETH"],
62266
62863
  lpToken: "steCRV"
@@ -62274,7 +62871,8 @@ var contractParams = {
62274
62871
  Mainnet: NOT_DEPLOYED,
62275
62872
  Arbitrum: NOT_DEPLOYED,
62276
62873
  Optimism: "0xb90b9b1f91a01ea22a182cd84c1e22222e39b415",
62277
- Base: NOT_DEPLOYED
62874
+ Base: NOT_DEPLOYED,
62875
+ Sonic: NOT_DEPLOYED
62278
62876
  },
62279
62877
  tokens: ["WETH", "wstETH"],
62280
62878
  lpToken: "wstETHCRV"
@@ -62288,7 +62886,8 @@ var contractParams = {
62288
62886
  Mainnet: "0x0E9B5B092caD6F1c5E6bc7f89Ffe1abb5c95F1C2",
62289
62887
  Arbitrum: NOT_DEPLOYED,
62290
62888
  Optimism: NOT_DEPLOYED,
62291
- Base: NOT_DEPLOYED
62889
+ Base: NOT_DEPLOYED,
62890
+ Sonic: NOT_DEPLOYED
62292
62891
  },
62293
62892
  tokens: ["GEAR", "WETH"],
62294
62893
  lpToken: "GEAR"
@@ -62786,7 +63385,8 @@ var contractParams = {
62786
63385
  Arbitrum: NOT_DEPLOYED,
62787
63386
  // CONVEX_SUSD_POOL_EXTRA_SNX
62788
63387
  Optimism: NOT_DEPLOYED,
62789
- Base: NOT_DEPLOYED
63388
+ Base: NOT_DEPLOYED,
63389
+ Sonic: NOT_DEPLOYED
62790
63390
  }
62791
63391
  }
62792
63392
  ]
@@ -62804,7 +63404,8 @@ var contractParams = {
62804
63404
  Arbitrum: NOT_DEPLOYED,
62805
63405
  // CONVEX_STECRV_POOL_EXTRA_LDO
62806
63406
  Optimism: NOT_DEPLOYED,
62807
- Base: NOT_DEPLOYED
63407
+ Base: NOT_DEPLOYED,
63408
+ Sonic: NOT_DEPLOYED
62808
63409
  }
62809
63410
  }
62810
63411
  ]
@@ -62822,7 +63423,8 @@ var contractParams = {
62822
63423
  Arbitrum: NOT_DEPLOYED,
62823
63424
  // CONVEX_FRAX3CRV_POOL_EXTRA_FXS
62824
63425
  Optimism: NOT_DEPLOYED,
62825
- Base: NOT_DEPLOYED
63426
+ Base: NOT_DEPLOYED,
63427
+ Sonic: NOT_DEPLOYED
62826
63428
  }
62827
63429
  }
62828
63430
  ]
@@ -62840,7 +63442,8 @@ var contractParams = {
62840
63442
  Arbitrum: NOT_DEPLOYED,
62841
63443
  // CONVEX_LUSD3CRV_POOL_EXTRA_LQTY
62842
63444
  Optimism: NOT_DEPLOYED,
62843
- Base: NOT_DEPLOYED
63445
+ Base: NOT_DEPLOYED,
63446
+ Sonic: NOT_DEPLOYED
62844
63447
  }
62845
63448
  }
62846
63449
  ]
@@ -62857,7 +63460,8 @@ var contractParams = {
62857
63460
  Mainnet: "0xE1eCBB4181378E2346EAC90Eb5606c01Aa08f052",
62858
63461
  Arbitrum: NOT_DEPLOYED,
62859
63462
  Optimism: NOT_DEPLOYED,
62860
- Base: NOT_DEPLOYED
63463
+ Base: NOT_DEPLOYED,
63464
+ Sonic: NOT_DEPLOYED
62861
63465
  }
62862
63466
  }
62863
63467
  ]
@@ -62874,7 +63478,8 @@ var contractParams = {
62874
63478
  Mainnet: "0x834B9147Fd23bF131644aBC6e557Daf99C5cDa15",
62875
63479
  Arbitrum: NOT_DEPLOYED,
62876
63480
  Optimism: NOT_DEPLOYED,
62877
- Base: NOT_DEPLOYED
63481
+ Base: NOT_DEPLOYED,
63482
+ Sonic: NOT_DEPLOYED
62878
63483
  }
62879
63484
  }
62880
63485
  ]
@@ -62898,7 +63503,8 @@ var contractParams = {
62898
63503
  Mainnet: "0x95e6092449a0f3946A5a0f308Ead4adcff244E2B",
62899
63504
  Arbitrum: NOT_DEPLOYED,
62900
63505
  Optimism: NOT_DEPLOYED,
62901
- Base: NOT_DEPLOYED
63506
+ Base: NOT_DEPLOYED,
63507
+ Sonic: NOT_DEPLOYED
62902
63508
  }
62903
63509
  }
62904
63510
  ]
@@ -62915,7 +63521,8 @@ var contractParams = {
62915
63521
  Mainnet: "0xac183F7cd62d5b04Fa40362EB67249A80339541A",
62916
63522
  Arbitrum: NOT_DEPLOYED,
62917
63523
  Optimism: NOT_DEPLOYED,
62918
- Base: NOT_DEPLOYED
63524
+ Base: NOT_DEPLOYED,
63525
+ Sonic: NOT_DEPLOYED
62919
63526
  }
62920
63527
  }
62921
63528
  ]
@@ -62932,7 +63539,8 @@ var contractParams = {
62932
63539
  Mainnet: "0xD490178B568b07c6DDbDfBBfaF9043772209Ec01",
62933
63540
  Arbitrum: NOT_DEPLOYED,
62934
63541
  Optimism: NOT_DEPLOYED,
62935
- Base: NOT_DEPLOYED
63542
+ Base: NOT_DEPLOYED,
63543
+ Sonic: NOT_DEPLOYED
62936
63544
  }
62937
63545
  }
62938
63546
  ]
@@ -62949,7 +63557,8 @@ var contractParams = {
62949
63557
  Mainnet: "0x749cFfCb53e008841d7387ba37f9284BDeCEe0A9",
62950
63558
  Arbitrum: NOT_DEPLOYED,
62951
63559
  Optimism: NOT_DEPLOYED,
62952
- Base: NOT_DEPLOYED
63560
+ Base: NOT_DEPLOYED,
63561
+ Sonic: NOT_DEPLOYED
62953
63562
  }
62954
63563
  }
62955
63564
  ]
@@ -62966,7 +63575,8 @@ var contractParams = {
62966
63575
  Mainnet: "0x01eC96F1eEBF470E3fEAEEfB843fbC63424e668d",
62967
63576
  Arbitrum: NOT_DEPLOYED,
62968
63577
  Optimism: NOT_DEPLOYED,
62969
- Base: NOT_DEPLOYED
63578
+ Base: NOT_DEPLOYED,
63579
+ Sonic: NOT_DEPLOYED
62970
63580
  }
62971
63581
  }
62972
63582
  ]
@@ -62983,7 +63593,8 @@ var contractParams = {
62983
63593
  Mainnet: "0xE7cC925739E41E2A03A53770F5E9Ed43afe13993",
62984
63594
  Arbitrum: NOT_DEPLOYED,
62985
63595
  Optimism: NOT_DEPLOYED,
62986
- Base: NOT_DEPLOYED
63596
+ Base: NOT_DEPLOYED,
63597
+ Sonic: NOT_DEPLOYED
62987
63598
  }
62988
63599
  }
62989
63600
  ]
@@ -63000,7 +63611,8 @@ var contractParams = {
63000
63611
  Mainnet: "0xc66844E5788b7d7D6DFFa5EC1Db62d898c59D6e7",
63001
63612
  Arbitrum: NOT_DEPLOYED,
63002
63613
  Optimism: NOT_DEPLOYED,
63003
- Base: NOT_DEPLOYED
63614
+ Base: NOT_DEPLOYED,
63615
+ Sonic: NOT_DEPLOYED
63004
63616
  }
63005
63617
  }
63006
63618
  ]
@@ -63034,7 +63646,8 @@ var contractParams = {
63034
63646
  Mainnet: "0xf66a72886749c96b18526E8E124cC2e18b7c72D2",
63035
63647
  Arbitrum: NOT_DEPLOYED,
63036
63648
  Optimism: NOT_DEPLOYED,
63037
- Base: NOT_DEPLOYED
63649
+ Base: NOT_DEPLOYED,
63650
+ Sonic: NOT_DEPLOYED
63038
63651
  }
63039
63652
  }
63040
63653
  ]
@@ -63051,7 +63664,8 @@ var contractParams = {
63051
63664
  Mainnet: "0x25d22C5191C67D63AAB70a37FAe06e1c1E1a830F",
63052
63665
  Arbitrum: NOT_DEPLOYED,
63053
63666
  Optimism: NOT_DEPLOYED,
63054
- Base: NOT_DEPLOYED
63667
+ Base: NOT_DEPLOYED,
63668
+ Sonic: NOT_DEPLOYED
63055
63669
  }
63056
63670
  }
63057
63671
  ]
@@ -63068,7 +63682,8 @@ var contractParams = {
63068
63682
  Mainnet: "0x62e6D8dAe7089C8F2f2a5C328c710aa1788742fb",
63069
63683
  Arbitrum: NOT_DEPLOYED,
63070
63684
  Optimism: NOT_DEPLOYED,
63071
- Base: NOT_DEPLOYED
63685
+ Base: NOT_DEPLOYED,
63686
+ Sonic: NOT_DEPLOYED
63072
63687
  }
63073
63688
  },
63074
63689
  {
@@ -63077,7 +63692,8 @@ var contractParams = {
63077
63692
  Mainnet: "0xC5E75ccd4d40e2Fb280f008f8AFB5EF3415EFA72",
63078
63693
  Arbitrum: NOT_DEPLOYED,
63079
63694
  Optimism: NOT_DEPLOYED,
63080
- Base: NOT_DEPLOYED
63695
+ Base: NOT_DEPLOYED,
63696
+ Sonic: NOT_DEPLOYED
63081
63697
  }
63082
63698
  }
63083
63699
  ]
@@ -63094,7 +63710,8 @@ var contractParams = {
63094
63710
  Mainnet: NOT_DEPLOYED,
63095
63711
  Arbitrum: NOT_DEPLOYED,
63096
63712
  Optimism: "0x0A22Ae9D9D149C14f6c15A235e715bB6C1Cfa739",
63097
- Base: NOT_DEPLOYED
63713
+ Base: NOT_DEPLOYED,
63714
+ Sonic: NOT_DEPLOYED
63098
63715
  }
63099
63716
  },
63100
63717
  {
@@ -63103,7 +63720,8 @@ var contractParams = {
63103
63720
  Mainnet: NOT_DEPLOYED,
63104
63721
  Arbitrum: NOT_DEPLOYED,
63105
63722
  Optimism: "0x81673Cdd00c2839440f31575cCFa5B6ca4a87B2B",
63106
- Base: NOT_DEPLOYED
63723
+ Base: NOT_DEPLOYED,
63724
+ Sonic: NOT_DEPLOYED
63107
63725
  }
63108
63726
  }
63109
63727
  ]
@@ -63120,7 +63738,8 @@ var contractParams = {
63120
63738
  Mainnet: NOT_DEPLOYED,
63121
63739
  Arbitrum: NOT_DEPLOYED,
63122
63740
  Optimism: "0x903d716fe68e7e091eCC43AA93c0F8cfD7e7BC0a",
63123
- Base: NOT_DEPLOYED
63741
+ Base: NOT_DEPLOYED,
63742
+ Sonic: NOT_DEPLOYED
63124
63743
  }
63125
63744
  },
63126
63745
  {
@@ -63129,7 +63748,8 @@ var contractParams = {
63129
63748
  Mainnet: NOT_DEPLOYED,
63130
63749
  Arbitrum: NOT_DEPLOYED,
63131
63750
  Optimism: "0xb0709c230C06BE6e2A84b2Ba877094EB9a4fA014",
63132
- Base: NOT_DEPLOYED
63751
+ Base: NOT_DEPLOYED,
63752
+ Sonic: NOT_DEPLOYED
63133
63753
  }
63134
63754
  }
63135
63755
  ]
@@ -63146,7 +63766,8 @@ var contractParams = {
63146
63766
  Mainnet: NOT_DEPLOYED,
63147
63767
  Arbitrum: "0xC0353d05D3F2b6e14E36c5d3B4bF8d179890A001",
63148
63768
  Optimism: NOT_DEPLOYED,
63149
- Base: NOT_DEPLOYED
63769
+ Base: NOT_DEPLOYED,
63770
+ Sonic: NOT_DEPLOYED
63150
63771
  }
63151
63772
  },
63152
63773
  {
@@ -63155,7 +63776,8 @@ var contractParams = {
63155
63776
  Mainnet: NOT_DEPLOYED,
63156
63777
  Arbitrum: "0x3a0beff39E243453960aD1198Fc3aAabdBDDe56C",
63157
63778
  Optimism: NOT_DEPLOYED,
63158
- Base: NOT_DEPLOYED
63779
+ Base: NOT_DEPLOYED,
63780
+ Sonic: NOT_DEPLOYED
63159
63781
  }
63160
63782
  }
63161
63783
  ]
@@ -63172,7 +63794,8 @@ var contractParams = {
63172
63794
  Mainnet: NOT_DEPLOYED,
63173
63795
  Arbitrum: "0x5901ce1c3Bf6C97fC49ED0fF08A88a57ea6E4Ca4",
63174
63796
  Optimism: NOT_DEPLOYED,
63175
- Base: NOT_DEPLOYED
63797
+ Base: NOT_DEPLOYED,
63798
+ Sonic: NOT_DEPLOYED
63176
63799
  }
63177
63800
  },
63178
63801
  {
@@ -63181,7 +63804,8 @@ var contractParams = {
63181
63804
  Mainnet: NOT_DEPLOYED,
63182
63805
  Arbitrum: "0x4601Ec46A285714e6F2A9466DA7f2BcB33646391",
63183
63806
  Optimism: NOT_DEPLOYED,
63184
- Base: NOT_DEPLOYED
63807
+ Base: NOT_DEPLOYED,
63808
+ Sonic: NOT_DEPLOYED
63185
63809
  }
63186
63810
  }
63187
63811
  ]
@@ -63198,7 +63822,8 @@ var contractParams = {
63198
63822
  Mainnet: NOT_DEPLOYED,
63199
63823
  Arbitrum: "0xf0dcb30811228bED2b87b2753fabAfe80A9D0fb9",
63200
63824
  Optimism: NOT_DEPLOYED,
63201
- Base: NOT_DEPLOYED
63825
+ Base: NOT_DEPLOYED,
63826
+ Sonic: NOT_DEPLOYED
63202
63827
  }
63203
63828
  },
63204
63829
  {
@@ -63207,7 +63832,8 @@ var contractParams = {
63207
63832
  Mainnet: NOT_DEPLOYED,
63208
63833
  Arbitrum: "0xE42D389058D820177b83E2863FEb13733d6Dd5f2",
63209
63834
  Optimism: NOT_DEPLOYED,
63210
- Base: NOT_DEPLOYED
63835
+ Base: NOT_DEPLOYED,
63836
+ Sonic: NOT_DEPLOYED
63211
63837
  }
63212
63838
  }
63213
63839
  ]
@@ -63224,7 +63850,8 @@ var contractParams = {
63224
63850
  Mainnet: NOT_DEPLOYED,
63225
63851
  Arbitrum: "0xeA270927C226454452DDF80e24a02087D0D7089F",
63226
63852
  Optimism: NOT_DEPLOYED,
63227
- Base: NOT_DEPLOYED
63853
+ Base: NOT_DEPLOYED,
63854
+ Sonic: NOT_DEPLOYED
63228
63855
  }
63229
63856
  },
63230
63857
  {
@@ -63233,7 +63860,8 @@ var contractParams = {
63233
63860
  Mainnet: NOT_DEPLOYED,
63234
63861
  Arbitrum: "0xB05Dc0b460Ca3ed5174b33A7dA2104388764F62D",
63235
63862
  Optimism: NOT_DEPLOYED,
63236
- Base: NOT_DEPLOYED
63863
+ Base: NOT_DEPLOYED,
63864
+ Sonic: NOT_DEPLOYED
63237
63865
  }
63238
63866
  }
63239
63867
  ]
@@ -63247,7 +63875,8 @@ var contractParams = {
63247
63875
  Arbitrum: NOT_DEPLOYED,
63248
63876
  // LIDO_ORACLE
63249
63877
  Optimism: NOT_DEPLOYED,
63250
- Base: NOT_DEPLOYED
63878
+ Base: NOT_DEPLOYED,
63879
+ Sonic: NOT_DEPLOYED
63251
63880
  },
63252
63881
  lpToken: "steCRV"
63253
63882
  },
@@ -63269,7 +63898,20 @@ var contractParams = {
63269
63898
  Mainnet: "0xE39B5e3B6D74016b2F6A9673D7d7493B6DF549d5",
63270
63899
  Arbitrum: "0xE39B5e3B6D74016b2F6A9673D7d7493B6DF549d5",
63271
63900
  Optimism: "0xE39B5e3B6D74016b2F6A9673D7d7493B6DF549d5",
63272
- Base: NOT_DEPLOYED
63901
+ Base: NOT_DEPLOYED,
63902
+ Sonic: NOT_DEPLOYED
63903
+ }
63904
+ },
63905
+ BEETS_VAULT: {
63906
+ name: "Beets Vault",
63907
+ protocol: 25 /* Beets */,
63908
+ type: 16 /* BALANCER_VAULT */,
63909
+ queries: {
63910
+ Mainnet: NOT_DEPLOYED,
63911
+ Arbitrum: NOT_DEPLOYED,
63912
+ Optimism: NOT_DEPLOYED,
63913
+ Base: NOT_DEPLOYED,
63914
+ Sonic: "0x4B29DB997Ec0efDFEF13bAeE2a2D7783bCf67f17"
63273
63915
  }
63274
63916
  },
63275
63917
  AAVE_V2_LENDING_POOL: {
@@ -64065,7 +64707,10 @@ var RedstoneUpdater = class extends SDKConstruct {
64065
64707
  historicalTimestamp: this.#historicalTimestampMs,
64066
64708
  urls: this.#gateways
64067
64709
  });
64068
- const dataPayload = await wrapper.prepareRedstonePayload(true);
64710
+ const dataPayload = await retry(
64711
+ () => wrapper.prepareRedstonePayload(true),
64712
+ { attempts: 5, interval: this.#historicalTimestampMs ? 30500 : 250 }
64713
+ );
64069
64714
  const parsed = protocol.RedstonePayload.parse(viem.toBytes(`0x${dataPayload}`));
64070
64715
  const packagesByDataFeedId = groupDataPackages(parsed.signedDataPackages);
64071
64716
  return dataPackagesIds.map((dataFeedId) => {
@@ -67730,7 +68375,8 @@ var TESTNET_CHAINS = {
67730
68375
  Mainnet: 7878,
67731
68376
  Optimism: 7879,
67732
68377
  Arbitrum: 7880,
67733
- Base: 7881
68378
+ Base: 7881,
68379
+ Sonic: 7882
67734
68380
  };
67735
68381
  var CHARTS_BACKEND_ADDRESSES = {
67736
68382
  [chains.Mainnet.id]: "https://charts-server.fly.dev",
@@ -70502,6 +71148,15 @@ var PROTOCOL_DATA = {
70502
71148
  Treehouse: {
70503
71149
  name: "Treehouse",
70504
71150
  icon: "/protocols/treehouse.svg"
71151
+ },
71152
+ // TODO:
71153
+ Beets: {
71154
+ name: "Beets",
71155
+ icon: ""
71156
+ },
71157
+ Shadow: {
71158
+ name: "Shadow",
71159
+ icon: ""
70505
71160
  }
70506
71161
  };
70507
71162
  var isExtendedProtocol = (t) => typeof t === "string" && !!PROTOCOL_DATA[t];
@@ -72753,6 +73408,7 @@ exports.DUMB_ADDRESS2 = DUMB_ADDRESS2;
72753
73408
  exports.DUMB_ADDRESS3 = DUMB_ADDRESS3;
72754
73409
  exports.DUMB_ADDRESS4 = DUMB_ADDRESS4;
72755
73410
  exports.DaiUsdsAdapterContract = DaiUsdsAdapterContract;
73411
+ exports.EQUALIZER_DEFAULT_FACTORY = EQUALIZER_DEFAULT_FACTORY;
72756
73412
  exports.ERC4626AdapterContract = ERC4626AdapterContract;
72757
73413
  exports.ETH_ADDRESS = ETH_ADDRESS;
72758
73414
  exports.EVMEvent = EVMEvent;
@@ -72817,6 +73473,7 @@ exports.RewardClaimer = RewardClaimer;
72817
73473
  exports.RouterV3Contract = RouterV3Contract;
72818
73474
  exports.SDKConstruct = SDKConstruct;
72819
73475
  exports.SECONDS_PER_YEAR = SECONDS_PER_YEAR;
73476
+ exports.SHADOW_QUOTER = SHADOW_QUOTER;
72820
73477
  exports.SLIPPAGE_DECIMALS = SLIPPAGE_DECIMALS;
72821
73478
  exports.SUPPORTED_CHAINS = SUPPORTED_CHAINS;
72822
73479
  exports.StakingRewardsAdapterContract = StakingRewardsAdapterContract;
@@ -73113,6 +73770,7 @@ exports.priceOracleV3Abi = priceOracleV3Abi;
73113
73770
  exports.rawTxToMulticallPriceUpdate = rawTxToMulticallPriceUpdate;
73114
73771
  exports.rayToNumber = rayToNumber;
73115
73772
  exports.redstonePriceFeedAbi = redstonePriceFeedAbi;
73773
+ exports.retry = retry;
73116
73774
  exports.routerV3Abi = routerV3Abi;
73117
73775
  exports.sendRawTx = sendRawTx;
73118
73776
  exports.shortAddress = shortAddress;