@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/assets/polygon.ts
CHANGED
|
@@ -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: [
|
|
24
|
+
releases: [],
|
|
32
25
|
symbol: "B-POLYBASE",
|
|
33
|
-
|
|
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.
|
|
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: [
|
|
35
|
+
releases: [],
|
|
54
36
|
symbol: "B-POLYBASE-gauge",
|
|
55
|
-
|
|
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.
|
|
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: [
|
|
75
|
-
staking: [],
|
|
46
|
+
releases: [],
|
|
76
47
|
symbol: "20WETH-80BAL",
|
|
77
|
-
|
|
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.
|
|
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: [
|
|
84
|
+
releases: [],
|
|
119
85
|
symbol: "BPTC",
|
|
120
|
-
|
|
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.
|
|
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: [
|
|
95
|
+
releases: [],
|
|
140
96
|
symbol: "BPTC-gauge",
|
|
141
|
-
|
|
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.
|
|
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: [
|
|
106
|
+
releases: [],
|
|
160
107
|
symbol: "B-POLYDEFI",
|
|
161
|
-
|
|
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.
|
|
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: [
|
|
117
|
+
releases: [],
|
|
183
118
|
symbol: "B-POLYDEFI-gauge",
|
|
184
|
-
|
|
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.
|
|
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: [
|
|
807
|
+
releases: [],
|
|
884
808
|
symbol: "MKR",
|
|
885
809
|
type: AssetType.PRIMITIVE,
|
|
886
810
|
priceFeed: {
|
|
887
|
-
type: PriceFeedType.
|
|
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: [
|
|
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,
|
|
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;
|
|
@@ -186,14 +182,6 @@ export interface SuluContracts extends CommonContracts {
|
|
|
186
182
|
readonly YearnVaultV2PriceFeed: Address;
|
|
187
183
|
readonly ZeroExV2Adapter: Address;
|
|
188
184
|
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
185
|
}
|
|
198
186
|
|
|
199
187
|
export interface EncoreContracts extends CommonContracts {
|
|
@@ -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",
|
|
@@ -56,13 +51,6 @@ export default defineDeployment<Deployment.ARBITRUM>({
|
|
|
56
51
|
votiumVoteProxy: "0x0000000000000000000000000000000000000000",
|
|
57
52
|
zeroExExchangeProxy: "0x0000000000000000000000000000000000000000",
|
|
58
53
|
zeroExV4Exchange: "0x0000000000000000000000000000000000000000",
|
|
59
|
-
zeroLendAaveV3UIIncentiveDataProvider: "0x0000000000000000000000000000000000000000",
|
|
60
|
-
zeroLendLRTBTCAaveV3LendingPoolProvider: "0x0000000000000000000000000000000000000000",
|
|
61
|
-
zeroLendLRTBTCAaveV3ProtocolDataProvider: "0x0000000000000000000000000000000000000000",
|
|
62
|
-
zeroLendLRTBTCAaveV3RewardsController: "0x0000000000000000000000000000000000000000",
|
|
63
|
-
zeroLendRWAStablecoinsAaveV3LendingPoolProvider: "0x0000000000000000000000000000000000000000",
|
|
64
|
-
zeroLendRWAStablecoinsAaveV3ProtocolDataProvider: "0x0000000000000000000000000000000000000000",
|
|
65
|
-
zeroLendRWAStablecoinsAaveV3RewardsController: "0x0000000000000000000000000000000000000000",
|
|
66
54
|
},
|
|
67
55
|
inception: 230330283,
|
|
68
56
|
kind: Kind.LIVE,
|
|
@@ -125,10 +113,6 @@ export default defineDeployment<Deployment.ARBITRUM>({
|
|
|
125
113
|
ArrakisV2Adapter: "0x0000000000000000000000000000000000000000",
|
|
126
114
|
ArrakisV2PriceFeed: "0x0000000000000000000000000000000000000000",
|
|
127
115
|
AssetValueCalculator: "0x12cccb314e67d3ed7178f0601b2f4c72fb9fee6e",
|
|
128
|
-
BalancerV2GaugeTokenPriceFeed: "0x80f0fc50d672158d118e5ee1e64a6905a5e72540",
|
|
129
|
-
BalancerV2LiquidityAdapter: "0xb3ea1f2f3d2cdbd81a3de91fdf9a2f3e3acd66c1",
|
|
130
|
-
BalancerV2StablePoolPriceFeed: "0x8f30c0483c1cd32c100462f1af6d4ae6283086a9",
|
|
131
|
-
BalancerV2WeightedPoolPriceFeed: "0xa95878965f3af1d88002e06ae25182a45943b9e2",
|
|
132
116
|
BebopBlendAdapter: "0x0000000000000000000000000000000000000000",
|
|
133
117
|
ChainlinkLikeWstethPriceFeed: "0x0000000000000000000000000000000000000000",
|
|
134
118
|
ChainlinkLikeYnEthPriceFeed: "0x0000000000000000000000000000000000000000",
|
|
@@ -256,14 +240,6 @@ export default defineDeployment<Deployment.ARBITRUM>({
|
|
|
256
240
|
YearnVaultV2PriceFeed: "0x0000000000000000000000000000000000000000",
|
|
257
241
|
ZeroExV2Adapter: "0x0000000000000000000000000000000000000000",
|
|
258
242
|
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
243
|
},
|
|
268
244
|
inception: 230330283,
|
|
269
245
|
network: Network.ARBITRUM,
|
package/src/deployments/base.ts
CHANGED
|
@@ -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",
|
|
@@ -56,13 +51,6 @@ export default defineDeployment<Deployment.BASE>({
|
|
|
56
51
|
merklDistributor: "0x3ef3d8ba38ebe18db133cec108f4d14ce00dd9ae",
|
|
57
52
|
zeroExV4Exchange: "0x0000000000000000000000000000000000000000",
|
|
58
53
|
staderStakingPoolManager: "0x0000000000000000000000000000000000000000",
|
|
59
|
-
zeroLendAaveV3UIIncentiveDataProvider: "0x0000000000000000000000000000000000000000",
|
|
60
|
-
zeroLendLRTBTCAaveV3LendingPoolProvider: "0x0000000000000000000000000000000000000000",
|
|
61
|
-
zeroLendLRTBTCAaveV3ProtocolDataProvider: "0x0000000000000000000000000000000000000000",
|
|
62
|
-
zeroLendLRTBTCAaveV3RewardsController: "0x0000000000000000000000000000000000000000",
|
|
63
|
-
zeroLendRWAStablecoinsAaveV3LendingPoolProvider: "0x0000000000000000000000000000000000000000",
|
|
64
|
-
zeroLendRWAStablecoinsAaveV3ProtocolDataProvider: "0x0000000000000000000000000000000000000000",
|
|
65
|
-
zeroLendRWAStablecoinsAaveV3RewardsController: "0x0000000000000000000000000000000000000000",
|
|
66
54
|
},
|
|
67
55
|
inception: 23178791,
|
|
68
56
|
kind: Kind.LIVE,
|
|
@@ -121,10 +109,6 @@ export default defineDeployment<Deployment.BASE>({
|
|
|
121
109
|
ArrakisV2Adapter: "0x0000000000000000000000000000000000000000",
|
|
122
110
|
ArrakisV2PriceFeed: "0x0000000000000000000000000000000000000000",
|
|
123
111
|
AssetValueCalculator: "0x1d23c7f7517d8e5473471441fbcc99d223a8065a",
|
|
124
|
-
BalancerV2GaugeTokenPriceFeed: "0x0000000000000000000000000000000000000000",
|
|
125
|
-
BalancerV2LiquidityAdapter: "0x0000000000000000000000000000000000000000",
|
|
126
|
-
BalancerV2StablePoolPriceFeed: "0x0000000000000000000000000000000000000000",
|
|
127
|
-
BalancerV2WeightedPoolPriceFeed: "0x0000000000000000000000000000000000000000",
|
|
128
112
|
BebopBlendAdapter: "0x0000000000000000000000000000000000000000",
|
|
129
113
|
ChainlinkLikeWstethPriceFeed: "0x0000000000000000000000000000000000000000",
|
|
130
114
|
ChainlinkLikeYnEthPriceFeed: "0x0000000000000000000000000000000000000000",
|
|
@@ -252,14 +236,6 @@ export default defineDeployment<Deployment.BASE>({
|
|
|
252
236
|
YearnVaultV2PriceFeed: "0x0000000000000000000000000000000000000000",
|
|
253
237
|
ZeroExV2Adapter: "0x0000000000000000000000000000000000000000",
|
|
254
238
|
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
239
|
},
|
|
264
240
|
inception: 23178855,
|
|
265
241
|
network: Network.BASE,
|
|
@@ -16,11 +16,6 @@ export default defineDeployment<Deployment.ETHEREUM>({
|
|
|
16
16
|
aliceOrderManager: "0x841473a19279e54a850e9083a3a57de9e6244d2e",
|
|
17
17
|
arrakisV2Helper: "0x89e4be1f999e3a58d16096fbe405fc2a1d7f07d6",
|
|
18
18
|
arrakisV2Resolver: "0x535c5fdf31477f799366df6e4899a12a801cc7b8",
|
|
19
|
-
balancerGaugeController: "0xc128468b7ce63ea702c1f104d55a2566b13d3abd",
|
|
20
|
-
balancerHelpers: "0x5addcca35b7a0d07c74063c48700c8590e87864e",
|
|
21
|
-
balancerMinter: "0x239e55f427d44c3cc793f49bfb507ebe76638a2b",
|
|
22
|
-
balancerProtocolFeesCollector: "0xce88686553686da562ce7cea497ce749da109f9f",
|
|
23
|
-
balancerVault: "0xba12222222228d8ba445958a75a0704d566bf2c8",
|
|
24
19
|
chainlinkFeedsRegistry: "0x47fb2585d2c56fe188d0e6ec628a38b74fceeedf",
|
|
25
20
|
compoundComptroller: "0x3d9819210a31b4961b30ef54be2aed79b9c9cd3b",
|
|
26
21
|
compoundV3Rewards: "0x1b0e765f6224c21223aea2af16c1c46e38885a40",
|
|
@@ -56,13 +51,6 @@ export default defineDeployment<Deployment.ETHEREUM>({
|
|
|
56
51
|
votiumVoteProxy: "0xde1e6a7ed0ad3f61d531a8a78e83ccddbd6e0c49",
|
|
57
52
|
zeroExExchangeProxy: "0x95e6f48254609a6ee006f7d493c8e5fb97094cef",
|
|
58
53
|
zeroExV4Exchange: "0xdef1c0ded9bec7f1a1670819833240f027b25eff",
|
|
59
|
-
zeroLendAaveV3UIIncentiveDataProvider: "0x0a1198ddb5247a283f76077bb1e45e5858ee100b",
|
|
60
|
-
zeroLendLRTBTCAaveV3LendingPoolProvider: "0x17878afdd5772f4ec93c265ac7ad8e2b29abb857",
|
|
61
|
-
zeroLendLRTBTCAaveV3ProtocolDataProvider: "0x31063f7ca8ef4089db0dedf8d6e35690b468a611",
|
|
62
|
-
zeroLendLRTBTCAaveV3RewardsController: "0x938e23c10c501ce5d42bc516ecfdf5abd9c51d2b",
|
|
63
|
-
zeroLendRWAStablecoinsAaveV3LendingPoolProvider: "0xe3c3c5ead58fc2bed4e577e38985b8f7f1ddff00",
|
|
64
|
-
zeroLendRWAStablecoinsAaveV3ProtocolDataProvider: "0x298ecdcb0369aef75cbbda3e46a224cfe622e287",
|
|
65
|
-
zeroLendRWAStablecoinsAaveV3RewardsController: "0xbc2fdc58e3e06d265b46e32771442b7f5098725b",
|
|
66
54
|
},
|
|
67
55
|
inception: 11636493,
|
|
68
56
|
kind: Kind.LIVE,
|
|
@@ -74,8 +62,6 @@ export default defineDeployment<Deployment.ETHEREUM>({
|
|
|
74
62
|
kilnStakingContracts: 400n,
|
|
75
63
|
nonStandardPriceFeedAssets: 650n,
|
|
76
64
|
aTokens: 463n,
|
|
77
|
-
zeroLendRWAStablecoinsATokens: 737n,
|
|
78
|
-
zeroLendLRTBTCATokens: 738n,
|
|
79
65
|
depositWrapperAllowedExchanges: 553n,
|
|
80
66
|
gsnTrustedForwarders: 598n,
|
|
81
67
|
},
|
|
@@ -147,10 +133,6 @@ export default defineDeployment<Deployment.ETHEREUM>({
|
|
|
147
133
|
ArrakisV2Adapter: "0xc6e54fb0f526d3516224a5e09bd435323800ad94",
|
|
148
134
|
ArrakisV2PriceFeed: "0xfff8d5c955d9d71f3a09e166521e12e28d3042c7",
|
|
149
135
|
AssetValueCalculator: "0xfa3d84d841c55bb9175b0a6f215e2300c40cc5ab",
|
|
150
|
-
BalancerV2GaugeTokenPriceFeed: "0x312ce4bde393ff246b27c890b97ade37fedaa348",
|
|
151
|
-
BalancerV2LiquidityAdapter: "0xab5da4aa08b56c7e5a9d5d8a5ff19cf09a88c305",
|
|
152
|
-
BalancerV2StablePoolPriceFeed: "0x438254d66e2bc576819a76a0ecb11fe41195d39f",
|
|
153
|
-
BalancerV2WeightedPoolPriceFeed: "0x083b8f465bba2bb274e48387e3f9c56323341286",
|
|
154
136
|
BebopBlendAdapter: "0x0000000000000000000000000000000000000000",
|
|
155
137
|
ChainlinkLikeWstethPriceFeed: "0x92829c41115311ca43d5c9f722f0e9e7b9fcd30a",
|
|
156
138
|
ChainlinkLikeYnEthPriceFeed: "0xa8f6033ce40fab29c228f32ef44d38cb3043c5bc",
|
|
@@ -278,14 +260,6 @@ export default defineDeployment<Deployment.ETHEREUM>({
|
|
|
278
260
|
YearnVaultV2PriceFeed: "0x3982e1cc26b99310747df54f445063745c54a324",
|
|
279
261
|
ZeroExV2Adapter: "0xace8e944cda48439e8eeda4027115cfb6d942854",
|
|
280
262
|
ZeroExV4Adapter: "0x49affbe9326f2a5e5bf91dd77152a7b04601b2f4",
|
|
281
|
-
ZeroLendLRTBTCAaveV3Adapter: "0xbc91fe394d7d372fbae757dbffd32b44a29b3f6e",
|
|
282
|
-
ZeroLendLRTBTCAaveV3ATokenListOwner: "0x7affc39d73cb7d22a7fd099a16441d9eb96ef31b",
|
|
283
|
-
ZeroLendLRTBTCAaveV3DebtPositionLib: "0xadd410d808fa17d9dc4d00e3958fc394b740bffa",
|
|
284
|
-
ZeroLendLRTBTCAaveV3DebtPositionParser: "0x688f9fc4ce8f76ed53b220e0bb25c672f45d069f",
|
|
285
|
-
ZeroLendRWAStablecoinsAaveV3Adapter: "0x8525b3b6179690b74d7f067f131f780a3ef1562c",
|
|
286
|
-
ZeroLendRWAStablecoinsAaveV3ATokenListOwner: "0x55c3498ee0d5c79b034554f301d8a799bae7d278",
|
|
287
|
-
ZeroLendRWAStablecoinsAaveV3DebtPositionLib: "0x105496647691d0fed88293dbd8b0da32d902f1b8",
|
|
288
|
-
ZeroLendRWAStablecoinsAaveV3DebtPositionParser: "0x00e719e96fc722ba76a3a22e0d2bb924ad1ce800",
|
|
289
263
|
},
|
|
290
264
|
inception: 14132862,
|
|
291
265
|
network: Network.ETHEREUM,
|
|
@@ -16,11 +16,6 @@ export default defineDeployment<Deployment.POLYGON>({
|
|
|
16
16
|
aliceOrderManager: "0x0000000000000000000000000000000000000000",
|
|
17
17
|
arrakisV2Helper: "0x89e4be1f999e3a58d16096fbe405fc2a1d7f07d6",
|
|
18
18
|
arrakisV2Resolver: "0x535c5fdf31477f799366df6e4899a12a801cc7b8",
|
|
19
|
-
balancerGaugeController: "0x0000000000000000000000000000000000000000",
|
|
20
|
-
balancerHelpers: "0x239e55f427d44c3cc793f49bfb507ebe76638a2b",
|
|
21
|
-
balancerMinter: "0x0000000000000000000000000000000000000000",
|
|
22
|
-
balancerProtocolFeesCollector: "0xce88686553686da562ce7cea497ce749da109f9f",
|
|
23
|
-
balancerVault: "0xba12222222228d8ba445958a75a0704d566bf2c8",
|
|
24
19
|
chainlinkFeedsRegistry: "0x0000000000000000000000000000000000000000",
|
|
25
20
|
compoundComptroller: "0x0000000000000000000000000000000000000000",
|
|
26
21
|
compoundV3Rewards: "0x45939657d1ca34a8fa39a924b71d28fe8431e581",
|
|
@@ -56,13 +51,6 @@ export default defineDeployment<Deployment.POLYGON>({
|
|
|
56
51
|
votiumVoteProxy: "0x0000000000000000000000000000000000000000",
|
|
57
52
|
zeroExExchangeProxy: "0x0000000000000000000000000000000000000000",
|
|
58
53
|
zeroExV4Exchange: "0xdef1c0ded9bec7f1a1670819833240f027b25eff",
|
|
59
|
-
zeroLendAaveV3UIIncentiveDataProvider: "0x0000000000000000000000000000000000000000",
|
|
60
|
-
zeroLendLRTBTCAaveV3LendingPoolProvider: "0x0000000000000000000000000000000000000000",
|
|
61
|
-
zeroLendLRTBTCAaveV3ProtocolDataProvider: "0x0000000000000000000000000000000000000000",
|
|
62
|
-
zeroLendLRTBTCAaveV3RewardsController: "0x0000000000000000000000000000000000000000",
|
|
63
|
-
zeroLendRWAStablecoinsAaveV3LendingPoolProvider: "0x0000000000000000000000000000000000000000",
|
|
64
|
-
zeroLendRWAStablecoinsAaveV3ProtocolDataProvider: "0x0000000000000000000000000000000000000000",
|
|
65
|
-
zeroLendRWAStablecoinsAaveV3RewardsController: "0x0000000000000000000000000000000000000000",
|
|
66
54
|
},
|
|
67
55
|
inception: 25825424,
|
|
68
56
|
kind: Kind.LIVE,
|
|
@@ -129,10 +117,6 @@ export default defineDeployment<Deployment.POLYGON>({
|
|
|
129
117
|
ArrakisV2Adapter: "0xf0409b59a971f5d0cdcc59b26f95340306e7011d",
|
|
130
118
|
ArrakisV2PriceFeed: "0xcc80908a82676e1fa89837b2a06350e546ac678a",
|
|
131
119
|
AssetValueCalculator: "0xe9d4d87478dcb10da0032f9fac8d253e9dd27d86",
|
|
132
|
-
BalancerV2GaugeTokenPriceFeed: "0xbd19713e7fe01d3958afbb4fb5b3802a0d53605c",
|
|
133
|
-
BalancerV2LiquidityAdapter: "0xaa7f7b3daaabdeaf828f4c489379160b034d125b",
|
|
134
|
-
BalancerV2StablePoolPriceFeed: "0xea9cf93260aee30a5c4fd892607920bbbeb8c409",
|
|
135
|
-
BalancerV2WeightedPoolPriceFeed: "0x30ee2560675f8a523cd07b109fcb472a54b08314",
|
|
136
120
|
BebopBlendAdapter: "0x0000000000000000000000000000000000000000",
|
|
137
121
|
ChainlinkLikeWstethPriceFeed: "0x0000000000000000000000000000000000000000",
|
|
138
122
|
ChainlinkLikeYnEthPriceFeed: "0x0000000000000000000000000000000000000000",
|
|
@@ -260,14 +244,6 @@ export default defineDeployment<Deployment.POLYGON>({
|
|
|
260
244
|
YearnVaultV2PriceFeed: "0x0000000000000000000000000000000000000000",
|
|
261
245
|
ZeroExV2Adapter: "0x0000000000000000000000000000000000000000",
|
|
262
246
|
ZeroExV4Adapter: "0xce663e0ae43f5bf213207a6f0a16dad7c8f1448a",
|
|
263
|
-
ZeroLendLRTBTCAaveV3Adapter: "0x0000000000000000000000000000000000000000",
|
|
264
|
-
ZeroLendLRTBTCAaveV3ATokenListOwner: "0x0000000000000000000000000000000000000000",
|
|
265
|
-
ZeroLendLRTBTCAaveV3DebtPositionLib: "0x0000000000000000000000000000000000000000",
|
|
266
|
-
ZeroLendLRTBTCAaveV3DebtPositionParser: "0x0000000000000000000000000000000000000000",
|
|
267
|
-
ZeroLendRWAStablecoinsAaveV3Adapter: "0x0000000000000000000000000000000000000000",
|
|
268
|
-
ZeroLendRWAStablecoinsAaveV3ATokenListOwner: "0x0000000000000000000000000000000000000000",
|
|
269
|
-
ZeroLendRWAStablecoinsAaveV3DebtPositionLib: "0x0000000000000000000000000000000000000000",
|
|
270
|
-
ZeroLendRWAStablecoinsAaveV3DebtPositionParser: "0x0000000000000000000000000000000000000000",
|
|
271
247
|
},
|
|
272
248
|
inception: 25825608,
|
|
273
249
|
network: Network.POLYGON,
|
|
@@ -59,10 +59,6 @@ export default defineDeployment<Deployment.TESTNET>({
|
|
|
59
59
|
ArrakisV2Adapter: "0x1f4658d8d09a73a74cab97725a0144fcac47ce57",
|
|
60
60
|
ArrakisV2PriceFeed: "0x86a7ecf8328dedc954714042ae67e50fb3bb3822",
|
|
61
61
|
AssetValueCalculator: "0xbdfd3bb2c61aa0ea087d80f574166bec21fe3744",
|
|
62
|
-
BalancerV2GaugeTokenPriceFeed: "0x7915090595c4321ea6f8acffb1bc0eeddda15ba3",
|
|
63
|
-
BalancerV2LiquidityAdapter: "0x8ffe411488c2d2c55acbea7d1feab7beb5881605",
|
|
64
|
-
BalancerV2StablePoolPriceFeed: "0xbbd3cc67c7f90f3fa546c62d13db59e3fd11eb36",
|
|
65
|
-
BalancerV2WeightedPoolPriceFeed: "0xfd63783414032e146842e191d2568329a91b3aae",
|
|
66
62
|
BebopBlendAdapter: "0x7448f4ed4f6f711e9beb6009604f0298de3ac47a",
|
|
67
63
|
ChainlinkLikeWstethPriceFeed: "0x0000000000000000000000000000000000000000",
|
|
68
64
|
ChainlinkLikeYnEthPriceFeed: "0x0000000000000000000000000000000000000000",
|
|
@@ -190,14 +186,6 @@ export default defineDeployment<Deployment.TESTNET>({
|
|
|
190
186
|
YearnVaultV2PriceFeed: "0x0000000000000000000000000000000000000000",
|
|
191
187
|
ZeroExV2Adapter: "0x0000000000000000000000000000000000000000",
|
|
192
188
|
ZeroExV4Adapter: "0x72595b87975b57b518891b9090d97583678011a4",
|
|
193
|
-
ZeroLendLRTBTCAaveV3Adapter: "0x0000000000000000000000000000000000000000",
|
|
194
|
-
ZeroLendLRTBTCAaveV3ATokenListOwner: "0x0000000000000000000000000000000000000000",
|
|
195
|
-
ZeroLendLRTBTCAaveV3DebtPositionLib: "0x0000000000000000000000000000000000000000",
|
|
196
|
-
ZeroLendLRTBTCAaveV3DebtPositionParser: "0x0000000000000000000000000000000000000000",
|
|
197
|
-
ZeroLendRWAStablecoinsAaveV3Adapter: "0x0000000000000000000000000000000000000000",
|
|
198
|
-
ZeroLendRWAStablecoinsAaveV3ATokenListOwner: "0x0000000000000000000000000000000000000000",
|
|
199
|
-
ZeroLendRWAStablecoinsAaveV3DebtPositionLib: "0x0000000000000000000000000000000000000000",
|
|
200
|
-
ZeroLendRWAStablecoinsAaveV3DebtPositionParser: "0x0000000000000000000000000000000000000000",
|
|
201
189
|
},
|
|
202
190
|
inception: 25731946,
|
|
203
191
|
network: Network.POLYGON,
|