@enzymefinance/environment 6.3.78 → 6.3.80
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/adapters.js +3 -3
- package/dist/cjs/adapters.js.map +1 -1
- package/dist/cjs/assets/arbitrum.js +2 -4
- package/dist/cjs/assets/arbitrum.js.map +1 -1
- package/dist/cjs/assets/ethereum.js +84 -270
- package/dist/cjs/assets/ethereum.js.map +1 -1
- package/dist/cjs/assets/polygon.js +24 -74
- package/dist/cjs/assets/polygon.js.map +1 -1
- package/dist/cjs/assets.js +1 -17
- package/dist/cjs/assets.js.map +1 -1
- package/dist/cjs/deployments/arbitrum.js +2 -26
- package/dist/cjs/deployments/arbitrum.js.map +1 -1
- package/dist/cjs/deployments/base.js +2 -26
- package/dist/cjs/deployments/base.js.map +1 -1
- package/dist/cjs/deployments/ethereum.js +2 -28
- package/dist/cjs/deployments/ethereum.js.map +1 -1
- package/dist/cjs/deployments/polygon.js +2 -26
- package/dist/cjs/deployments/polygon.js.map +1 -1
- package/dist/cjs/deployments/testnet.js +1 -13
- package/dist/cjs/deployments/testnet.js.map +1 -1
- package/dist/cjs/price-feeds.js +1 -4
- package/dist/cjs/price-feeds.js.map +1 -1
- package/dist/cjs/protocols.js +0 -1
- package/dist/cjs/protocols.js.map +1 -1
- package/dist/cjs/releases.js.map +1 -1
- package/dist/dts/assets/arbitrum.d.ts.map +1 -1
- package/dist/dts/assets/ethereum.d.ts.map +1 -1
- package/dist/dts/assets/polygon.d.ts.map +1 -1
- package/dist/dts/assets.d.ts +3 -77
- package/dist/dts/assets.d.ts.map +1 -1
- package/dist/dts/contracts.d.ts +0 -12
- package/dist/dts/contracts.d.ts.map +1 -1
- package/dist/dts/deployments/arbitrum.d.ts.map +1 -1
- package/dist/dts/deployments/base.d.ts.map +1 -1
- package/dist/dts/deployments/ethereum.d.ts.map +1 -1
- package/dist/dts/deployments/polygon.d.ts.map +1 -1
- package/dist/dts/deployments/testnet.d.ts.map +1 -1
- package/dist/dts/price-feeds.d.ts +1 -29
- package/dist/dts/price-feeds.d.ts.map +1 -1
- package/dist/dts/protocols.d.ts +0 -1
- package/dist/dts/protocols.d.ts.map +1 -1
- package/dist/dts/releases.d.ts +0 -14
- package/dist/dts/releases.d.ts.map +1 -1
- package/dist/esm/adapters.js +3 -3
- package/dist/esm/adapters.js.map +1 -1
- package/dist/esm/assets/arbitrum.js +2 -4
- package/dist/esm/assets/arbitrum.js.map +1 -1
- package/dist/esm/assets/ethereum.js +85 -271
- package/dist/esm/assets/ethereum.js.map +1 -1
- package/dist/esm/assets/polygon.js +25 -75
- package/dist/esm/assets/polygon.js.map +1 -1
- package/dist/esm/assets.js +0 -16
- package/dist/esm/assets.js.map +1 -1
- package/dist/esm/deployments/arbitrum.js +2 -26
- package/dist/esm/deployments/arbitrum.js.map +1 -1
- package/dist/esm/deployments/base.js +2 -26
- package/dist/esm/deployments/base.js.map +1 -1
- package/dist/esm/deployments/ethereum.js +2 -28
- package/dist/esm/deployments/ethereum.js.map +1 -1
- package/dist/esm/deployments/polygon.js +2 -26
- package/dist/esm/deployments/polygon.js.map +1 -1
- package/dist/esm/deployments/testnet.js +1 -13
- package/dist/esm/deployments/testnet.js.map +1 -1
- package/dist/esm/price-feeds.js +1 -4
- package/dist/esm/price-feeds.js.map +1 -1
- package/dist/esm/protocols.js +0 -1
- package/dist/esm/protocols.js.map +1 -1
- package/dist/esm/releases.js.map +1 -1
- package/package.json +2 -2
- package/src/adapters.ts +3 -3
- package/src/assets/arbitrum.ts +2 -4
- package/src/assets/ethereum.ts +83 -275
- package/src/assets/polygon.ts +25 -103
- package/src/assets.ts +2 -88
- package/src/contracts.ts +0 -12
- package/src/deployments/arbitrum.ts +0 -24
- package/src/deployments/base.ts +0 -24
- package/src/deployments/ethereum.ts +0 -26
- package/src/deployments/polygon.ts +0 -24
- package/src/deployments/testnet.ts +0 -12
- package/src/price-feeds.ts +0 -37
- package/src/protocols.ts +0 -1
- package/src/releases.ts +0 -14
package/src/price-feeds.ts
CHANGED
|
@@ -10,9 +10,6 @@ export enum PriceFeedType {
|
|
|
10
10
|
PRIMITIVE_REDSTONE_NON_STANDARD_PRECISION = "PRIMITIVE_NON_STANDARD_PRECISION",
|
|
11
11
|
PRIMITIVE_PENDLE_V2 = "PRIMITIVE_PENDLE_V2",
|
|
12
12
|
DERIVATIVE_ARRAKIS_V2 = "DERIVATIVE_ARRAKIS_V2",
|
|
13
|
-
DERIVATIVE_BALANCER_V2_GAUGE_TOKEN = "DERIVATIVE_BALANCER_V2_GAUGE_TOKEN",
|
|
14
|
-
DERIVATIVE_BALANCER_V2_STABLE_POOL = "DERIVATIVE_BALANCER_V2_STABLE_POOL",
|
|
15
|
-
DERIVATIVE_BALANCER_V2_WEIGHTED_POOL = "DERIVATIVE_BALANCER_V2_WEIGHTED_POOL",
|
|
16
13
|
DERIVATIVE_COMPOUND = "DERIVATIVE_COMPOUND",
|
|
17
14
|
DERIVATIVE_CURVE = "DERIVATIVE_CURVE",
|
|
18
15
|
DERIVATIVE_ENZYME_VAULT = "DERIVATIVE_ENZYME_VAULT",
|
|
@@ -37,9 +34,6 @@ export const primitivePriceFeeds = [
|
|
|
37
34
|
|
|
38
35
|
export const derivativePriceFeeds = [
|
|
39
36
|
PriceFeedType.DERIVATIVE_ARRAKIS_V2,
|
|
40
|
-
PriceFeedType.DERIVATIVE_BALANCER_V2_GAUGE_TOKEN,
|
|
41
|
-
PriceFeedType.DERIVATIVE_BALANCER_V2_STABLE_POOL,
|
|
42
|
-
PriceFeedType.DERIVATIVE_BALANCER_V2_WEIGHTED_POOL,
|
|
43
37
|
PriceFeedType.DERIVATIVE_COMPOUND,
|
|
44
38
|
PriceFeedType.DERIVATIVE_CURVE,
|
|
45
39
|
PriceFeedType.DERIVATIVE_ENZYME_VAULT,
|
|
@@ -67,9 +61,6 @@ export type PriceFeed =
|
|
|
67
61
|
| PrimitiveNonStandardPrecisionPriceFeed
|
|
68
62
|
| PrimitivePendleV2PriceFeed
|
|
69
63
|
| DerivativeArrakisV2PriceFeed
|
|
70
|
-
| DerivativeBalancerV2GaugeTokenPriceFeed
|
|
71
|
-
| DerivativeBalancerV2StablePoolPriceFeed
|
|
72
|
-
| DerivativeBalancerV2WeightedPoolPriceFeed
|
|
73
64
|
| DerivativeCompoundPriceFeed
|
|
74
65
|
| DerivativeCurvePriceFeed
|
|
75
66
|
| DerivativeEnzymeVaultPriceFeed
|
|
@@ -175,34 +166,6 @@ export interface DerivativeArrakisV2PriceFeed extends PriceFeedBase {
|
|
|
175
166
|
readonly address: Address;
|
|
176
167
|
}
|
|
177
168
|
|
|
178
|
-
export interface DerivativeBalancerV2GaugeTokenPriceFeed extends PriceFeedBase {
|
|
179
|
-
readonly type: PriceFeedType.DERIVATIVE_BALANCER_V2_GAUGE_TOKEN;
|
|
180
|
-
/**
|
|
181
|
-
* Price Feed address
|
|
182
|
-
*/
|
|
183
|
-
readonly address: Address;
|
|
184
|
-
}
|
|
185
|
-
|
|
186
|
-
export interface DerivativeBalancerV2StablePoolPriceFeed extends PriceFeedBase {
|
|
187
|
-
readonly type: PriceFeedType.DERIVATIVE_BALANCER_V2_STABLE_POOL;
|
|
188
|
-
/**
|
|
189
|
-
* Price Feed address
|
|
190
|
-
*/
|
|
191
|
-
readonly address: Address;
|
|
192
|
-
/**
|
|
193
|
-
* Invariant Proxy Asset (ipa)
|
|
194
|
-
*/
|
|
195
|
-
readonly ipa: Address;
|
|
196
|
-
}
|
|
197
|
-
|
|
198
|
-
export interface DerivativeBalancerV2WeightedPoolPriceFeed extends PriceFeedBase {
|
|
199
|
-
readonly type: PriceFeedType.DERIVATIVE_BALANCER_V2_WEIGHTED_POOL;
|
|
200
|
-
/**
|
|
201
|
-
* Price Feed address
|
|
202
|
-
*/
|
|
203
|
-
readonly address: Address;
|
|
204
|
-
}
|
|
205
|
-
|
|
206
169
|
export interface DerivativeCompoundPriceFeed extends PriceFeedBase {
|
|
207
170
|
readonly type: PriceFeedType.DERIVATIVE_COMPOUND;
|
|
208
171
|
/**
|
package/src/protocols.ts
CHANGED
package/src/releases.ts
CHANGED
|
@@ -271,8 +271,6 @@ export type KnownAddressListIdMapping<TDeployment extends Deployment> = {
|
|
|
271
271
|
export type KnownAddressListIdMappingEthereumSpecific = {
|
|
272
272
|
gsnTrustedForwarders: bigint;
|
|
273
273
|
kilnStakingContracts: bigint;
|
|
274
|
-
zeroLendRWAStablecoinsATokens: bigint;
|
|
275
|
-
zeroLendLRTBTCATokens: bigint;
|
|
276
274
|
};
|
|
277
275
|
|
|
278
276
|
export type KnownAddressListIdMappingPolygonSpecific = {
|
|
@@ -307,11 +305,6 @@ export interface ExternalContractsMapping {
|
|
|
307
305
|
readonly aliceOrderManager: Address;
|
|
308
306
|
readonly arrakisV2Helper: Address;
|
|
309
307
|
readonly arrakisV2Resolver: Address;
|
|
310
|
-
readonly balancerGaugeController: Address;
|
|
311
|
-
readonly balancerHelpers: Address;
|
|
312
|
-
readonly balancerMinter: Address;
|
|
313
|
-
readonly balancerProtocolFeesCollector: Address;
|
|
314
|
-
readonly balancerVault: Address;
|
|
315
308
|
readonly chainlinkFeedsRegistry: Address;
|
|
316
309
|
readonly compoundComptroller: Address;
|
|
317
310
|
readonly compoundV3Rewards: Address;
|
|
@@ -347,13 +340,6 @@ export interface ExternalContractsMapping {
|
|
|
347
340
|
readonly votiumVoteProxy: Address;
|
|
348
341
|
readonly zeroExExchangeProxy: Address;
|
|
349
342
|
readonly zeroExV4Exchange: Address;
|
|
350
|
-
readonly zeroLendAaveV3UIIncentiveDataProvider: Address;
|
|
351
|
-
readonly zeroLendLRTBTCAaveV3LendingPoolProvider: Address;
|
|
352
|
-
readonly zeroLendLRTBTCAaveV3ProtocolDataProvider: Address;
|
|
353
|
-
readonly zeroLendLRTBTCAaveV3RewardsController: Address;
|
|
354
|
-
readonly zeroLendRWAStablecoinsAaveV3LendingPoolProvider: Address;
|
|
355
|
-
readonly zeroLendRWAStablecoinsAaveV3ProtocolDataProvider: Address;
|
|
356
|
-
readonly zeroLendRWAStablecoinsAaveV3RewardsController: Address;
|
|
357
343
|
}
|
|
358
344
|
|
|
359
345
|
export interface DeploymentDefinition<TDeployment extends Deployment> {
|