@enzymefinance/environment 6.3.79 → 6.3.81

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.
Files changed (90) hide show
  1. package/dist/cjs/adapters.js +5 -5
  2. package/dist/cjs/adapters.js.map +1 -1
  3. package/dist/cjs/assets/arbitrum.js +1 -3
  4. package/dist/cjs/assets/arbitrum.js.map +1 -1
  5. package/dist/cjs/assets/ethereum.js +84 -270
  6. package/dist/cjs/assets/ethereum.js.map +1 -1
  7. package/dist/cjs/assets/polygon.js +24 -74
  8. package/dist/cjs/assets/polygon.js.map +1 -1
  9. package/dist/cjs/assets.js +1 -17
  10. package/dist/cjs/assets.js.map +1 -1
  11. package/dist/cjs/deployments/arbitrum.js +2 -32
  12. package/dist/cjs/deployments/arbitrum.js.map +1 -1
  13. package/dist/cjs/deployments/base.js +2 -32
  14. package/dist/cjs/deployments/base.js.map +1 -1
  15. package/dist/cjs/deployments/ethereum.js +2 -36
  16. package/dist/cjs/deployments/ethereum.js.map +1 -1
  17. package/dist/cjs/deployments/polygon.js +2 -32
  18. package/dist/cjs/deployments/polygon.js.map +1 -1
  19. package/dist/cjs/deployments/testnet.js +1 -17
  20. package/dist/cjs/deployments/testnet.js.map +1 -1
  21. package/dist/cjs/exchanges.js +0 -2
  22. package/dist/cjs/exchanges.js.map +1 -1
  23. package/dist/cjs/price-feeds.js +1 -4
  24. package/dist/cjs/price-feeds.js.map +1 -1
  25. package/dist/cjs/protocols.js +0 -1
  26. package/dist/cjs/protocols.js.map +1 -1
  27. package/dist/cjs/releases.js.map +1 -1
  28. package/dist/dts/assets/arbitrum.d.ts.map +1 -1
  29. package/dist/dts/assets/ethereum.d.ts.map +1 -1
  30. package/dist/dts/assets/polygon.d.ts.map +1 -1
  31. package/dist/dts/assets.d.ts +3 -77
  32. package/dist/dts/assets.d.ts.map +1 -1
  33. package/dist/dts/contracts.d.ts +0 -18
  34. package/dist/dts/contracts.d.ts.map +1 -1
  35. package/dist/dts/deployments/arbitrum.d.ts.map +1 -1
  36. package/dist/dts/deployments/base.d.ts.map +1 -1
  37. package/dist/dts/deployments/ethereum.d.ts.map +1 -1
  38. package/dist/dts/deployments/polygon.d.ts.map +1 -1
  39. package/dist/dts/deployments/testnet.d.ts.map +1 -1
  40. package/dist/dts/exchanges.d.ts +0 -2
  41. package/dist/dts/exchanges.d.ts.map +1 -1
  42. package/dist/dts/price-feeds.d.ts +1 -29
  43. package/dist/dts/price-feeds.d.ts.map +1 -1
  44. package/dist/dts/protocols.d.ts +0 -1
  45. package/dist/dts/protocols.d.ts.map +1 -1
  46. package/dist/dts/releases.d.ts +0 -16
  47. package/dist/dts/releases.d.ts.map +1 -1
  48. package/dist/esm/adapters.js +5 -5
  49. package/dist/esm/adapters.js.map +1 -1
  50. package/dist/esm/assets/arbitrum.js +1 -3
  51. package/dist/esm/assets/arbitrum.js.map +1 -1
  52. package/dist/esm/assets/ethereum.js +85 -271
  53. package/dist/esm/assets/ethereum.js.map +1 -1
  54. package/dist/esm/assets/polygon.js +25 -75
  55. package/dist/esm/assets/polygon.js.map +1 -1
  56. package/dist/esm/assets.js +0 -16
  57. package/dist/esm/assets.js.map +1 -1
  58. package/dist/esm/deployments/arbitrum.js +2 -32
  59. package/dist/esm/deployments/arbitrum.js.map +1 -1
  60. package/dist/esm/deployments/base.js +2 -32
  61. package/dist/esm/deployments/base.js.map +1 -1
  62. package/dist/esm/deployments/ethereum.js +2 -36
  63. package/dist/esm/deployments/ethereum.js.map +1 -1
  64. package/dist/esm/deployments/polygon.js +2 -32
  65. package/dist/esm/deployments/polygon.js.map +1 -1
  66. package/dist/esm/deployments/testnet.js +1 -17
  67. package/dist/esm/deployments/testnet.js.map +1 -1
  68. package/dist/esm/exchanges.js +0 -2
  69. package/dist/esm/exchanges.js.map +1 -1
  70. package/dist/esm/price-feeds.js +1 -4
  71. package/dist/esm/price-feeds.js.map +1 -1
  72. package/dist/esm/protocols.js +0 -1
  73. package/dist/esm/protocols.js.map +1 -1
  74. package/dist/esm/releases.js.map +1 -1
  75. package/package.json +2 -2
  76. package/src/adapters.ts +5 -5
  77. package/src/assets/arbitrum.ts +1 -3
  78. package/src/assets/ethereum.ts +83 -275
  79. package/src/assets/polygon.ts +25 -103
  80. package/src/assets.ts +2 -88
  81. package/src/contracts.ts +0 -18
  82. package/src/deployments/arbitrum.ts +0 -30
  83. package/src/deployments/base.ts +0 -30
  84. package/src/deployments/ethereum.ts +0 -34
  85. package/src/deployments/polygon.ts +0 -30
  86. package/src/deployments/testnet.ts +0 -16
  87. package/src/exchanges.ts +0 -2
  88. package/src/price-feeds.ts +0 -37
  89. package/src/protocols.ts +0 -1
  90. package/src/releases.ts +0 -16
@@ -1,11 +1,4 @@
1
- import {
2
- AssetType,
3
- BalancerPoolType,
4
- BalancerStakingType,
5
- CurvePoolTemplate,
6
- CurveStakingType,
7
- defineAssetList,
8
- } from "../assets.js";
1
+ import { AssetType, CurvePoolTemplate, CurveStakingType, defineAssetList } from "../assets.js";
9
2
  import { Network } from "../networks.js";
10
3
  import { PriceFeedType, RateAsset } from "../price-feeds.js";
11
4
  import { releases } from "../releases.js";
@@ -28,60 +21,33 @@ export default defineAssetList(Network.POLYGON, [
28
21
  decimals: 18,
29
22
  id: "0x0297e37f1873d2dab4487aa67cd56b58e2f27875",
30
23
  name: "Balancer Polygon Base Pool",
31
- releases: [polygon.sulu, testnet.sulu],
24
+ releases: [],
32
25
  symbol: "B-POLYBASE",
33
- staking: [{ token: "0x068ff98072d3eb848d012e3390703bb507729ed6", type: BalancerStakingType.GAUGE }],
34
- poolId: "0x0297e37f1873d2dab4487aa67cd56b58e2f27875000100000000000000000002",
35
- poolFactory: "0x8e9aa87e45e92bad84d5f8dd1bff34fb92637de9",
36
- poolType: BalancerPoolType.WEIGHTED,
37
- underlyings: [
38
- "0x0d500b1d8e8ef31e21c99d1db9a6444d3adf1270",
39
- "0x2791bca1f2de4661ed88a30c99a7a9449aa84174",
40
- "0x7ceb23fd6bc0add59e62ac25578270cff1b9f619",
41
- "0x9a71012b13ca4d3d0cdc72a177df3ef03b0e76a3",
42
- ],
43
- type: AssetType.BALANCER_POOL,
26
+ type: AssetType.PRIMITIVE,
44
27
  priceFeed: {
45
- type: PriceFeedType.DERIVATIVE_BALANCER_V2_WEIGHTED_POOL,
46
- address: "0x30ee2560675f8a523cd07b109fcb472a54b08314",
28
+ type: PriceFeedType.NONE,
47
29
  },
48
30
  },
49
31
  {
50
32
  decimals: 18,
51
33
  id: "0x068ff98072d3eb848d012e3390703bb507729ed6",
52
34
  name: "Balancer B-POLYBASE RewardGauge Deposit",
53
- releases: [polygon.sulu, testnet.sulu],
35
+ releases: [],
54
36
  symbol: "B-POLYBASE-gauge",
55
- pool: "0x0297e37f1873d2dab4487aa67cd56b58e2f27875",
56
- poolType: BalancerPoolType.WEIGHTED,
57
- gaugeFactory: "0x3b8ca519122cdd8efb272b0d3085453404b25bd0",
58
- underlyings: [
59
- "0x0d500b1d8e8ef31e21c99d1db9a6444d3adf1270",
60
- "0x2791bca1f2de4661ed88a30c99a7a9449aa84174",
61
- "0x7ceb23fd6bc0add59e62ac25578270cff1b9f619",
62
- "0x9a71012b13ca4d3d0cdc72a177df3ef03b0e76a3",
63
- ],
64
- type: AssetType.BALANCER_POOL_GAUGE,
37
+ type: AssetType.PRIMITIVE,
65
38
  priceFeed: {
66
- type: PriceFeedType.DERIVATIVE_BALANCER_V2_GAUGE_TOKEN,
67
- address: "0xbd19713e7fe01d3958afbb4fb5b3802a0d53605c",
39
+ type: PriceFeedType.NONE,
68
40
  },
69
41
  },
70
42
  {
71
43
  decimals: 18,
72
44
  id: "0x3d468ab2329f296e1b9d8476bb54dd77d8c2320f",
73
45
  name: "20WETH-80BAL",
74
- releases: [polygon.sulu, testnet.sulu],
75
- staking: [],
46
+ releases: [],
76
47
  symbol: "20WETH-80BAL",
77
- poolId: "0x3d468ab2329f296e1b9d8476bb54dd77d8c2320f000200000000000000000426",
78
- poolFactory: "0x8e9aa87e45e92bad84d5f8dd1bff34fb92637de9",
79
- poolType: BalancerPoolType.WEIGHTED,
80
- underlyings: ["0x7ceb23fd6bc0add59e62ac25578270cff1b9f619", "0x9a71012b13ca4d3d0cdc72a177df3ef03b0e76a3"],
81
- type: AssetType.BALANCER_POOL,
48
+ type: AssetType.PRIMITIVE,
82
49
  priceFeed: {
83
- type: PriceFeedType.DERIVATIVE_BALANCER_V2_WEIGHTED_POOL,
84
- address: "0x30ee2560675f8a523cd07b109fcb472a54b08314",
50
+ type: PriceFeedType.NONE,
85
51
  },
86
52
  },
87
53
  {
@@ -115,86 +81,44 @@ export default defineAssetList(Network.POLYGON, [
115
81
  decimals: 18,
116
82
  id: "0x03cd191f589d12b0582a99808cf19851e468e6b5",
117
83
  name: "Balancer Polygon Tricrypto",
118
- releases: [polygon.sulu, testnet.sulu],
84
+ releases: [],
119
85
  symbol: "BPTC",
120
- staking: [{ token: "0x0f09f70ed59202c77ac667f574a5f79bc65cea48", type: BalancerStakingType.GAUGE }],
121
- poolId: "0x03cd191f589d12b0582a99808cf19851e468e6b500010000000000000000000a",
122
- poolFactory: "0x8e9aa87e45e92bad84d5f8dd1bff34fb92637de9",
123
- poolType: BalancerPoolType.WEIGHTED,
124
- underlyings: [
125
- "0x1bfd67037b42cf73acf2047067bd4f2c47d9bfd6",
126
- "0x2791bca1f2de4661ed88a30c99a7a9449aa84174",
127
- "0x7ceb23fd6bc0add59e62ac25578270cff1b9f619",
128
- ],
129
- type: AssetType.BALANCER_POOL,
86
+ type: AssetType.PRIMITIVE,
130
87
  priceFeed: {
131
- type: PriceFeedType.DERIVATIVE_BALANCER_V2_WEIGHTED_POOL,
132
- address: "0x30ee2560675f8a523cd07b109fcb472a54b08314",
88
+ type: PriceFeedType.NONE,
133
89
  },
134
90
  },
135
91
  {
136
92
  decimals: 18,
137
93
  id: "0x0f09f70ed59202c77ac667f574a5f79bc65cea48",
138
94
  name: "Balancer BPTC RewardGauge Deposit",
139
- releases: [polygon.sulu, testnet.sulu],
95
+ releases: [],
140
96
  symbol: "BPTC-gauge",
141
- pool: "0x03cd191f589d12b0582a99808cf19851e468e6b5",
142
- poolType: BalancerPoolType.WEIGHTED,
143
- gaugeFactory: "0x3b8ca519122cdd8efb272b0d3085453404b25bd0",
144
- underlyings: [
145
- "0x1bfd67037b42cf73acf2047067bd4f2c47d9bfd6",
146
- "0x2791bca1f2de4661ed88a30c99a7a9449aa84174",
147
- "0x7ceb23fd6bc0add59e62ac25578270cff1b9f619",
148
- ],
149
- type: AssetType.BALANCER_POOL_GAUGE,
97
+ type: AssetType.PRIMITIVE,
150
98
  priceFeed: {
151
- type: PriceFeedType.DERIVATIVE_BALANCER_V2_GAUGE_TOKEN,
152
- address: "0xbd19713e7fe01d3958afbb4fb5b3802a0d53605c",
99
+ type: PriceFeedType.NONE,
153
100
  },
154
101
  },
155
102
  {
156
103
  decimals: 18,
157
104
  id: "0x36128d5436d2d70cab39c9af9cce146c38554ff0",
158
105
  name: "Balancer Polygon DeFi Index",
159
- releases: [polygon.sulu, testnet.sulu],
106
+ releases: [],
160
107
  symbol: "B-POLYDEFI",
161
- staking: [{ token: "0xe32af68e3e23dd01441f598b1d967a0bf7c6b407", type: BalancerStakingType.GAUGE }],
162
- poolId: "0x36128d5436d2d70cab39c9af9cce146c38554ff0000100000000000000000008",
163
- poolFactory: "0x8e9aa87e45e92bad84d5f8dd1bff34fb92637de9",
164
- poolType: BalancerPoolType.WEIGHTED,
165
- underlyings: [
166
- "0x2791bca1f2de4661ed88a30c99a7a9449aa84174",
167
- "0x53e0bca35ec356bd5dddfebbd1fc0fd03fabad39",
168
- "0x7ceb23fd6bc0add59e62ac25578270cff1b9f619",
169
- "0x9a71012b13ca4d3d0cdc72a177df3ef03b0e76a3",
170
- "0xd6df932a45c0f255f85145f286ea0b292b21c90b",
171
- ],
172
- type: AssetType.BALANCER_POOL,
108
+ type: AssetType.PRIMITIVE,
173
109
  priceFeed: {
174
- type: PriceFeedType.DERIVATIVE_BALANCER_V2_WEIGHTED_POOL,
175
- address: "0x30ee2560675f8a523cd07b109fcb472a54b08314",
110
+ type: PriceFeedType.NONE,
176
111
  },
177
112
  },
178
113
  {
179
114
  decimals: 18,
180
115
  id: "0xe32af68e3e23dd01441f598b1d967a0bf7c6b407",
181
116
  name: "Balancer B-POLYDEFI RewardGauge Deposit",
182
- releases: [polygon.sulu, testnet.sulu],
117
+ releases: [],
183
118
  symbol: "B-POLYDEFI-gauge",
184
- pool: "0x36128d5436d2d70cab39c9af9cce146c38554ff0",
185
- poolType: BalancerPoolType.WEIGHTED,
186
- gaugeFactory: "0x3b8ca519122cdd8efb272b0d3085453404b25bd0",
187
- underlyings: [
188
- "0x2791bca1f2de4661ed88a30c99a7a9449aa84174",
189
- "0x53e0bca35ec356bd5dddfebbd1fc0fd03fabad39",
190
- "0x7ceb23fd6bc0add59e62ac25578270cff1b9f619",
191
- "0x9a71012b13ca4d3d0cdc72a177df3ef03b0e76a3",
192
- "0xd6df932a45c0f255f85145f286ea0b292b21c90b",
193
- ],
194
- type: AssetType.BALANCER_POOL_GAUGE,
119
+ type: AssetType.PRIMITIVE,
195
120
  priceFeed: {
196
- type: PriceFeedType.DERIVATIVE_BALANCER_V2_GAUGE_TOKEN,
197
- address: "0xbd19713e7fe01d3958afbb4fb5b3802a0d53605c",
121
+ type: PriceFeedType.NONE,
198
122
  },
199
123
  },
200
124
  {
@@ -880,13 +804,11 @@ export default defineAssetList(Network.POLYGON, [
880
804
  decimals: 18,
881
805
  id: "0x6f7c932e7684666c9fd1d44527765433e01ff61d",
882
806
  name: "MAKER (PoS)",
883
- releases: [polygon.sulu, testnet.sulu],
807
+ releases: [],
884
808
  symbol: "MKR",
885
809
  type: AssetType.PRIMITIVE,
886
810
  priceFeed: {
887
- type: PriceFeedType.PRIMITIVE_CHAINLINK,
888
- aggregator: "0x807b59d12520830d1864286fa0271c27baa94197",
889
- rateAsset: RateAsset.ETH,
811
+ type: PriceFeedType.NONE,
890
812
  },
891
813
  },
892
814
  {
@@ -1562,7 +1484,7 @@ export default defineAssetList(Network.POLYGON, [
1562
1484
  {
1563
1485
  id: "0x4954abbaa3637f19c7594aa248bf5a2b5f98f093",
1564
1486
  name: "Balancer DUSD-USDC-BPT Gauge Deposit",
1565
- releases: [testnet.sulu],
1487
+ releases: [],
1566
1488
  symbol: "DUSD-USDC-BPT-gauge",
1567
1489
  type: AssetType.PRIMITIVE,
1568
1490
  decimals: 18,
package/src/assets.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import type { Network } from "./networks.js";
2
2
  import type { PriceFeed } from "./price-feeds.js";
3
3
  import type { Release } from "./releases.js";
4
- import type { Address, Hex, NarrowByType } from "./types.js";
4
+ import type { Address, NarrowByType } from "./types.js";
5
5
 
6
6
  interface AssetBase {
7
7
  /**
@@ -53,8 +53,6 @@ export type AssetDefinition = {
53
53
  export type Asset =
54
54
  | AaveV2Asset
55
55
  | AaveV3Asset
56
- | BalancerPoolAsset
57
- | BalancerPoolGaugeAsset
58
56
  | CompoundV2Asset
59
57
  | CompoundV3Asset
60
58
  | CurvePoolGaugeAsset
@@ -70,15 +68,11 @@ export type Asset =
70
68
  | StaderAsset
71
69
  | SynthetixAsset
72
70
  | UniswapV2PoolAsset
73
- | YearnVaultV2Asset
74
- | ZeroLendLRTBTCAaveV3Asset
75
- | ZeroLendRWAStablecoinsAaveV3Asset;
71
+ | YearnVaultV2Asset;
76
72
 
77
73
  export enum AssetType {
78
74
  AAVE_V2 = "aave-v2",
79
75
  AAVE_V3 = "aave-v3",
80
- BALANCER_POOL = "balancer-pool",
81
- BALANCER_POOL_GAUGE = "balancer-pool-gauge",
82
76
  COMPOUND_V2 = "compound-v2",
83
77
  COMPOUND_V3 = "compound-v3",
84
78
  CURVE_POOL_LP = "curve-pool-lp",
@@ -95,8 +89,6 @@ export enum AssetType {
95
89
  MAPLE_V2 = "maple-v2",
96
90
  ENZYME_VAULT = "enzyme-vault",
97
91
  ERC_4626 = "erc-4626",
98
- ZERO_LEND_LRT_BTC_AAVE_V3 = "zero-lend-lrt-btc-aave-v3",
99
- ZERO_LEND_RWA_STABLECOINS_AAVE_V3 = "zero-lend-rwa-stablecoins-aave-v3",
100
92
  }
101
93
 
102
94
  export interface StaderAsset extends AssetBase {
@@ -127,22 +119,6 @@ export interface AaveV3Asset extends AssetBase {
127
119
  readonly underlying: Address;
128
120
  }
129
121
 
130
- export interface ZeroLendLRTBTCAaveV3Asset extends AssetBase {
131
- readonly type: AssetType.ZERO_LEND_LRT_BTC_AAVE_V3;
132
- /**
133
- * Underlying Asset.
134
- */
135
- readonly underlying: Address;
136
- }
137
-
138
- export interface ZeroLendRWAStablecoinsAaveV3Asset extends AssetBase {
139
- readonly type: AssetType.ZERO_LEND_RWA_STABLECOINS_AAVE_V3;
140
- /**
141
- * Underlying Asset.
142
- */
143
- readonly underlying: Address;
144
- }
145
-
146
122
  export interface CompoundV2Asset extends AssetBase {
147
123
  readonly type: AssetType.COMPOUND_V2;
148
124
  /**
@@ -239,68 +215,6 @@ export enum Erc4626Protocol {
239
215
  VAULTCRAFT = "VAULTCRAFT",
240
216
  }
241
217
 
242
- export enum BalancerStakingType {
243
- NONE = "none",
244
- GAUGE = "gauge",
245
- }
246
-
247
- export interface BalancerStaking {
248
- readonly token: Address;
249
- readonly type: BalancerStakingType;
250
- }
251
-
252
- export enum BalancerPoolType {
253
- META_STABLE = "meta-stable",
254
- STABLE = "stable",
255
- WEIGHTED = "weighted",
256
- COMPOSABLE_STABLE_V5 = "composable-stable-v5",
257
- }
258
-
259
- export interface BalancerPoolAsset extends AssetBase {
260
- readonly type: AssetType.BALANCER_POOL;
261
- /**
262
- * Balancer pool factory.
263
- */
264
- readonly poolFactory: Address;
265
- /**
266
- * Staking options.
267
- */
268
- readonly staking: Array<BalancerStaking>;
269
- /**
270
- * Balancer Pool type.
271
- */
272
- readonly poolType: BalancerPoolType;
273
- /**
274
- * Underlying Assets.
275
- */
276
- readonly underlyings: Array<Address>;
277
-
278
- /**
279
- * Pool id.
280
- */
281
- readonly poolId: Hex;
282
- }
283
-
284
- export interface BalancerPoolGaugeAsset extends AssetBase {
285
- readonly type: AssetType.BALANCER_POOL_GAUGE;
286
- /**
287
- * Balancer Pool.
288
- */
289
- readonly pool: Address;
290
- /**
291
- * Balancer gauge factory.
292
- */
293
- readonly gaugeFactory: Address;
294
- /**
295
- * Balancer Pool template.
296
- */
297
- readonly poolType: BalancerPoolType;
298
- /**
299
- * Underlying Assets.
300
- */
301
- readonly underlyings: Array<Address>;
302
- }
303
-
304
218
  export enum CurvePoolTemplate {
305
219
  AAVE = "aave",
306
220
  BASE = "base",
package/src/contracts.ts CHANGED
@@ -64,10 +64,6 @@ export interface SuluContracts extends CommonContracts {
64
64
  readonly ArrakisV2Adapter: Address;
65
65
  readonly ArrakisV2PriceFeed: Address;
66
66
  readonly AssetValueCalculator: Address;
67
- readonly BalancerV2GaugeTokenPriceFeed: Address;
68
- readonly BalancerV2LiquidityAdapter: Address;
69
- readonly BalancerV2StablePoolPriceFeed: Address;
70
- readonly BalancerV2WeightedPoolPriceFeed: Address;
71
67
  readonly BebopBlendAdapter: Address;
72
68
  readonly ChainlinkLikeWstethPriceFeed: Address;
73
69
  readonly ChainlinkLikeYnEthPriceFeed: Address;
@@ -133,7 +129,6 @@ export interface SuluContracts extends CommonContracts {
133
129
  readonly OneInchV5Adapter: Address;
134
130
  readonly OnlyRemoveDustExternalPositionPolicy: Address;
135
131
  readonly OnlyUntrackDustOrPricelessAssetsPolicy: Address;
136
- readonly ParaSwapV5Adapter: Address;
137
132
  readonly ParaSwapV6Adapter: Address;
138
133
  readonly PeggedDerivativesPriceFeed: Address;
139
134
  readonly PeggedRateDeviationAggregatorFactory: Address;
@@ -165,14 +160,11 @@ export interface SuluContracts extends CommonContracts {
165
160
  readonly StakeWiseV3StakingPositionParser: Address;
166
161
  readonly SwellStakingAdapter: Address;
167
162
  readonly SynthetixAdapter: Address;
168
- readonly TermFinanceV1LendingPositionLib: Address;
169
- readonly TermFinanceV1LendingPositionParser: Address;
170
163
  readonly TheGraphDelegationPositionLib: Address;
171
164
  readonly TheGraphDelegationPositionParser: Address;
172
165
  readonly ThreeOneThirdAdapter: Address;
173
166
  readonly TransferAssetsAdapter: Address;
174
167
  readonly UintListRegistry: Address;
175
- readonly UniswapV2ExchangeAdapter: Address;
176
168
  readonly UniswapV2LiquidityAdapter: Address;
177
169
  readonly UniswapV2PoolPriceFeed: Address;
178
170
  readonly UniswapV3Adapter: Address;
@@ -186,14 +178,6 @@ export interface SuluContracts extends CommonContracts {
186
178
  readonly YearnVaultV2PriceFeed: Address;
187
179
  readonly ZeroExV2Adapter: Address;
188
180
  readonly ZeroExV4Adapter: Address;
189
- readonly ZeroLendLRTBTCAaveV3Adapter: Address;
190
- readonly ZeroLendLRTBTCAaveV3ATokenListOwner: Address;
191
- readonly ZeroLendLRTBTCAaveV3DebtPositionLib: Address;
192
- readonly ZeroLendLRTBTCAaveV3DebtPositionParser: Address;
193
- readonly ZeroLendRWAStablecoinsAaveV3Adapter: Address;
194
- readonly ZeroLendRWAStablecoinsAaveV3ATokenListOwner: Address;
195
- readonly ZeroLendRWAStablecoinsAaveV3DebtPositionLib: Address;
196
- readonly ZeroLendRWAStablecoinsAaveV3DebtPositionParser: Address;
197
181
  }
198
182
 
199
183
  export interface EncoreContracts extends CommonContracts {
@@ -236,7 +220,6 @@ export interface EncoreContracts extends CommonContracts {
236
220
  readonly SynthetixAdapter: Address;
237
221
  readonly SynthetixPriceFeed: Address;
238
222
  readonly TrackedAssetsAdapter: Address;
239
- readonly UniswapV2Adapter: Address;
240
223
  readonly UniswapV2PoolPriceFeed: Address;
241
224
  readonly ValueInterpreter: Address;
242
225
  readonly WdgldPriceFeed: Address;
@@ -286,7 +269,6 @@ export interface PhoenixContracts extends CommonContracts {
286
269
  readonly SynthetixAdapter: Address;
287
270
  readonly SynthetixPriceFeed: Address;
288
271
  readonly TrackedAssetsAdapter: Address;
289
- readonly UniswapV2Adapter: Address;
290
272
  readonly UniswapV2PoolPriceFeed: Address;
291
273
  readonly ValueInterpreter: Address;
292
274
  readonly WdgldPriceFeed: Address;
@@ -16,11 +16,6 @@ export default defineDeployment<Deployment.ARBITRUM>({
16
16
  aliceOrderManager: "0x0000000000000000000000000000000000000000",
17
17
  arrakisV2Helper: "0x0000000000000000000000000000000000000000",
18
18
  arrakisV2Resolver: "0x0000000000000000000000000000000000000000",
19
- balancerGaugeController: "0x0000000000000000000000000000000000000000",
20
- balancerHelpers: "0x0000000000000000000000000000000000000000",
21
- balancerMinter: "0x0000000000000000000000000000000000000000",
22
- balancerProtocolFeesCollector: "0x0000000000000000000000000000000000000000",
23
- balancerVault: "0xba12222222228d8ba445958a75a0704d566bf2c8",
24
19
  chainlinkFeedsRegistry: "0x0000000000000000000000000000000000000000",
25
20
  compoundComptroller: "0x0000000000000000000000000000000000000000",
26
21
  compoundV3Rewards: "0x0000000000000000000000000000000000000000",
@@ -41,8 +36,6 @@ export default defineDeployment<Deployment.ARBITRUM>({
41
36
  morphoBlue: "0x0000000000000000000000000000000000000000",
42
37
  mysoV3Router: "0x0000000000000000000000000000000000000000",
43
38
  multicall: "0xca11bde05977b3631167028862be2a173976ca11",
44
- paraswapV5AugustusSwapper: "0xdef171fe48cf0115b1d80b88dc8eab59176fee57",
45
- paraswapV5TokenTransferProxy: "0x216b4b4ba9f3e719726886d34a177484278bfcae",
46
39
  paraswapV6AugustusSwapper: "0x6a000f20005980200259b80c5102003040001068",
47
40
  pendlePtLpOracle: "0x0000000000000000000000000000000000000000",
48
41
  staderStakingPoolManager: "0x0000000000000000000000000000000000000000",
@@ -56,13 +49,6 @@ export default defineDeployment<Deployment.ARBITRUM>({
56
49
  votiumVoteProxy: "0x0000000000000000000000000000000000000000",
57
50
  zeroExExchangeProxy: "0x0000000000000000000000000000000000000000",
58
51
  zeroExV4Exchange: "0x0000000000000000000000000000000000000000",
59
- zeroLendAaveV3UIIncentiveDataProvider: "0x0000000000000000000000000000000000000000",
60
- zeroLendLRTBTCAaveV3LendingPoolProvider: "0x0000000000000000000000000000000000000000",
61
- zeroLendLRTBTCAaveV3ProtocolDataProvider: "0x0000000000000000000000000000000000000000",
62
- zeroLendLRTBTCAaveV3RewardsController: "0x0000000000000000000000000000000000000000",
63
- zeroLendRWAStablecoinsAaveV3LendingPoolProvider: "0x0000000000000000000000000000000000000000",
64
- zeroLendRWAStablecoinsAaveV3ProtocolDataProvider: "0x0000000000000000000000000000000000000000",
65
- zeroLendRWAStablecoinsAaveV3RewardsController: "0x0000000000000000000000000000000000000000",
66
52
  },
67
53
  inception: 230330283,
68
54
  kind: Kind.LIVE,
@@ -125,10 +111,6 @@ export default defineDeployment<Deployment.ARBITRUM>({
125
111
  ArrakisV2Adapter: "0x0000000000000000000000000000000000000000",
126
112
  ArrakisV2PriceFeed: "0x0000000000000000000000000000000000000000",
127
113
  AssetValueCalculator: "0x12cccb314e67d3ed7178f0601b2f4c72fb9fee6e",
128
- BalancerV2GaugeTokenPriceFeed: "0x80f0fc50d672158d118e5ee1e64a6905a5e72540",
129
- BalancerV2LiquidityAdapter: "0xb3ea1f2f3d2cdbd81a3de91fdf9a2f3e3acd66c1",
130
- BalancerV2StablePoolPriceFeed: "0x8f30c0483c1cd32c100462f1af6d4ae6283086a9",
131
- BalancerV2WeightedPoolPriceFeed: "0xa95878965f3af1d88002e06ae25182a45943b9e2",
132
114
  BebopBlendAdapter: "0x0000000000000000000000000000000000000000",
133
115
  ChainlinkLikeWstethPriceFeed: "0x0000000000000000000000000000000000000000",
134
116
  ChainlinkLikeYnEthPriceFeed: "0x0000000000000000000000000000000000000000",
@@ -201,7 +183,6 @@ export default defineDeployment<Deployment.ARBITRUM>({
201
183
  OneInchV5Adapter: "0xc2f737aeece89d8db98a7d82bfed40d09e381ed5",
202
184
  OnlyRemoveDustExternalPositionPolicy: "0xe4453105be9e579896a3ed73df9a1e285c8c95c2",
203
185
  OnlyUntrackDustOrPricelessAssetsPolicy: "0xa482f4ab637cd5ca00084d511b3ca9aa8d8f475e",
204
- ParaSwapV5Adapter: "0x08df49f617ecdccbc90d9a0f87b8c1a84b2e7cb9",
205
186
  ParaSwapV6Adapter: "0xd68543ec57ba6aa5c546d23dde7dbbc3b6d0222d",
206
187
  PeggedDerivativesPriceFeed: "0x0000000000000000000000000000000000000000",
207
188
  PeggedRateDeviationAggregatorFactory: "0x1967681053f12e025dedcb04618abd7cd8871914",
@@ -234,14 +215,11 @@ export default defineDeployment<Deployment.ARBITRUM>({
234
215
  StakeWiseV3StakingPositionParser: "0x0000000000000000000000000000000000000000",
235
216
  SwellStakingAdapter: "0x0000000000000000000000000000000000000000",
236
217
  SynthetixAdapter: "0x0000000000000000000000000000000000000000",
237
- TermFinanceV1LendingPositionLib: "0x0000000000000000000000000000000000000000",
238
- TermFinanceV1LendingPositionParser: "0x0000000000000000000000000000000000000000",
239
218
  TheGraphDelegationPositionLib: "0x92da9df390d3e9199d105289b297eca357ecc9b7",
240
219
  TheGraphDelegationPositionParser: "0xc2822eca13a7760141041a173c1b9b13e22515f6",
241
220
  ThreeOneThirdAdapter: "0x5a1c0e89133c4cd844a8b345370565f1368a79a8",
242
221
  TransferAssetsAdapter: "0xe8db4924569a3c61aadfb721bbb009e3127196bd",
243
222
  UintListRegistry: "0xc438e48f5d2f99eb4a2b9865f8cccfc9915f227a",
244
- UniswapV2ExchangeAdapter: "0x0000000000000000000000000000000000000000",
245
223
  UniswapV2LiquidityAdapter: "0x0000000000000000000000000000000000000000",
246
224
  UniswapV2PoolPriceFeed: "0x0000000000000000000000000000000000000000",
247
225
  UniswapV3Adapter: "0xea0f3cc847c8e388bd2f7adac130b64b6754f5e2",
@@ -256,14 +234,6 @@ export default defineDeployment<Deployment.ARBITRUM>({
256
234
  YearnVaultV2PriceFeed: "0x0000000000000000000000000000000000000000",
257
235
  ZeroExV2Adapter: "0x0000000000000000000000000000000000000000",
258
236
  ZeroExV4Adapter: "0x0000000000000000000000000000000000000000",
259
- ZeroLendLRTBTCAaveV3Adapter: "0x0000000000000000000000000000000000000000",
260
- ZeroLendLRTBTCAaveV3ATokenListOwner: "0x0000000000000000000000000000000000000000",
261
- ZeroLendLRTBTCAaveV3DebtPositionLib: "0x0000000000000000000000000000000000000000",
262
- ZeroLendLRTBTCAaveV3DebtPositionParser: "0x0000000000000000000000000000000000000000",
263
- ZeroLendRWAStablecoinsAaveV3Adapter: "0x0000000000000000000000000000000000000000",
264
- ZeroLendRWAStablecoinsAaveV3ATokenListOwner: "0x0000000000000000000000000000000000000000",
265
- ZeroLendRWAStablecoinsAaveV3DebtPositionLib: "0x0000000000000000000000000000000000000000",
266
- ZeroLendRWAStablecoinsAaveV3DebtPositionParser: "0x0000000000000000000000000000000000000000",
267
237
  },
268
238
  inception: 230330283,
269
239
  network: Network.ARBITRUM,
@@ -16,11 +16,6 @@ export default defineDeployment<Deployment.BASE>({
16
16
  aliceOrderManager: "0x0000000000000000000000000000000000000000",
17
17
  arrakisV2Helper: "0x0000000000000000000000000000000000000000",
18
18
  arrakisV2Resolver: "0x0000000000000000000000000000000000000000",
19
- balancerMinter: "0x0000000000000000000000000000000000000000",
20
- balancerProtocolFeesCollector: "0x0000000000000000000000000000000000000000",
21
- balancerGaugeController: "0x0000000000000000000000000000000000000000",
22
- balancerHelpers: "0x0000000000000000000000000000000000000000",
23
- balancerVault: "0x0000000000000000000000000000000000000000",
24
19
  chainlinkFeedsRegistry: "0x0000000000000000000000000000000000000000",
25
20
  compoundComptroller: "0x0000000000000000000000000000000000000000",
26
21
  compoundV3Rewards: "0x0000000000000000000000000000000000000000",
@@ -38,8 +33,6 @@ export default defineDeployment<Deployment.BASE>({
38
33
  lmaxMarketMaker: "0x0000000000000000000000000000000000000000",
39
34
  morphoBlue: "0xbbbbbbbbbb9cc5e90e3b3af64bdaf62c37eeffcb",
40
35
  mysoV3Router: "0x0000000000000000000000000000000000000000",
41
- paraswapV5AugustusSwapper: "0x59c7c832e96d2568bea6db468c1aadcbbda08a52",
42
- paraswapV5TokenTransferProxy: "0x93aaae79a53759cd164340e4c8766e4db5331cd7",
43
36
  paraswapV6AugustusSwapper: "0x6a000f20005980200259b80c5102003040001068",
44
37
  pendlePtLpOracle: "0x0000000000000000000000000000000000000000",
45
38
  stakeWiseV3KeeperRewards: "0x0000000000000000000000000000000000000000",
@@ -56,13 +49,6 @@ export default defineDeployment<Deployment.BASE>({
56
49
  merklDistributor: "0x3ef3d8ba38ebe18db133cec108f4d14ce00dd9ae",
57
50
  zeroExV4Exchange: "0x0000000000000000000000000000000000000000",
58
51
  staderStakingPoolManager: "0x0000000000000000000000000000000000000000",
59
- zeroLendAaveV3UIIncentiveDataProvider: "0x0000000000000000000000000000000000000000",
60
- zeroLendLRTBTCAaveV3LendingPoolProvider: "0x0000000000000000000000000000000000000000",
61
- zeroLendLRTBTCAaveV3ProtocolDataProvider: "0x0000000000000000000000000000000000000000",
62
- zeroLendLRTBTCAaveV3RewardsController: "0x0000000000000000000000000000000000000000",
63
- zeroLendRWAStablecoinsAaveV3LendingPoolProvider: "0x0000000000000000000000000000000000000000",
64
- zeroLendRWAStablecoinsAaveV3ProtocolDataProvider: "0x0000000000000000000000000000000000000000",
65
- zeroLendRWAStablecoinsAaveV3RewardsController: "0x0000000000000000000000000000000000000000",
66
52
  },
67
53
  inception: 23178791,
68
54
  kind: Kind.LIVE,
@@ -121,10 +107,6 @@ export default defineDeployment<Deployment.BASE>({
121
107
  ArrakisV2Adapter: "0x0000000000000000000000000000000000000000",
122
108
  ArrakisV2PriceFeed: "0x0000000000000000000000000000000000000000",
123
109
  AssetValueCalculator: "0x1d23c7f7517d8e5473471441fbcc99d223a8065a",
124
- BalancerV2GaugeTokenPriceFeed: "0x0000000000000000000000000000000000000000",
125
- BalancerV2LiquidityAdapter: "0x0000000000000000000000000000000000000000",
126
- BalancerV2StablePoolPriceFeed: "0x0000000000000000000000000000000000000000",
127
- BalancerV2WeightedPoolPriceFeed: "0x0000000000000000000000000000000000000000",
128
110
  BebopBlendAdapter: "0x0000000000000000000000000000000000000000",
129
111
  ChainlinkLikeWstethPriceFeed: "0x0000000000000000000000000000000000000000",
130
112
  ChainlinkLikeYnEthPriceFeed: "0x0000000000000000000000000000000000000000",
@@ -197,7 +179,6 @@ export default defineDeployment<Deployment.BASE>({
197
179
  OneInchV5Adapter: "0xea8f3990fc7357e1835cbe75dcf04d20391a06f9",
198
180
  OnlyRemoveDustExternalPositionPolicy: "0x3e96363dedc1b5b2dc628399466f7d194cb97706",
199
181
  OnlyUntrackDustOrPricelessAssetsPolicy: "0x7f0e594275ccb17c26a61b35e2d5bd88772fc8a0",
200
- ParaSwapV5Adapter: "0xee144a9aff584ce709b2d72cbcea4053c0c1717d",
201
182
  ParaSwapV6Adapter: "0x6160aec94d7cc74ec9bea2eef431460c7b719c39",
202
183
  PeggedDerivativesPriceFeed: "0x0000000000000000000000000000000000000000",
203
184
  PeggedRateDeviationAggregatorFactory: "0x578e6b8104ae0409821f5cdb531f86080d968f49",
@@ -230,14 +211,11 @@ export default defineDeployment<Deployment.BASE>({
230
211
  StakeWiseV3StakingPositionParser: "0x0000000000000000000000000000000000000000",
231
212
  SwellStakingAdapter: "0x0000000000000000000000000000000000000000",
232
213
  SynthetixAdapter: "0x0000000000000000000000000000000000000000",
233
- TermFinanceV1LendingPositionLib: "0x0000000000000000000000000000000000000000",
234
- TermFinanceV1LendingPositionParser: "0x0000000000000000000000000000000000000000",
235
214
  TheGraphDelegationPositionLib: "0x0000000000000000000000000000000000000000",
236
215
  TheGraphDelegationPositionParser: "0x0000000000000000000000000000000000000000",
237
216
  ThreeOneThirdAdapter: "0x5a1c0e89133c4cd844a8b345370565f1368a79a8",
238
217
  TransferAssetsAdapter: "0x466c05433fa5a417c290e7eeed729dba9e1280e3",
239
218
  UintListRegistry: "0x305357dbb4f4a65601751eb25d275ad071466cd2",
240
- UniswapV2ExchangeAdapter: "0x0000000000000000000000000000000000000000",
241
219
  UniswapV2LiquidityAdapter: "0x0000000000000000000000000000000000000000",
242
220
  UniswapV2PoolPriceFeed: "0x0000000000000000000000000000000000000000",
243
221
  UniswapV3Adapter: "0x0000000000000000000000000000000000000000",
@@ -252,14 +230,6 @@ export default defineDeployment<Deployment.BASE>({
252
230
  YearnVaultV2PriceFeed: "0x0000000000000000000000000000000000000000",
253
231
  ZeroExV2Adapter: "0x0000000000000000000000000000000000000000",
254
232
  ZeroExV4Adapter: "0x0000000000000000000000000000000000000000",
255
- ZeroLendLRTBTCAaveV3Adapter: "0x0000000000000000000000000000000000000000",
256
- ZeroLendLRTBTCAaveV3ATokenListOwner: "0x0000000000000000000000000000000000000000",
257
- ZeroLendLRTBTCAaveV3DebtPositionLib: "0x0000000000000000000000000000000000000000",
258
- ZeroLendLRTBTCAaveV3DebtPositionParser: "0x0000000000000000000000000000000000000000",
259
- ZeroLendRWAStablecoinsAaveV3Adapter: "0x0000000000000000000000000000000000000000",
260
- ZeroLendRWAStablecoinsAaveV3ATokenListOwner: "0x0000000000000000000000000000000000000000",
261
- ZeroLendRWAStablecoinsAaveV3DebtPositionLib: "0x0000000000000000000000000000000000000000",
262
- ZeroLendRWAStablecoinsAaveV3DebtPositionParser: "0x0000000000000000000000000000000000000000",
263
233
  },
264
234
  inception: 23178855,
265
235
  network: Network.BASE,