@morpho-org/blue-sdk 6.2.0 → 6.3.0
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/lib/cjs/addresses.d.ts +2 -2888
- package/lib/cjs/addresses.js +17 -1693
- package/lib/cjs/chain.d.ts +2 -600
- package/lib/cjs/chain.js +3 -431
- package/lib/cjs/constants.d.ts +1 -1
- package/lib/cjs/constants.js +1 -1
- package/lib/cjs/errors.d.ts +1 -21
- package/lib/cjs/errors.js +9 -33
- package/lib/cjs/math/MathLib.d.ts +2 -250
- package/lib/cjs/math/MathLib.js +2 -329
- package/lib/cjs/token/Eip5267Domain.d.ts +1 -1
- package/lib/cjs/types.d.ts +2 -1
- package/lib/esm/addresses.d.ts +2 -2888
- package/lib/esm/addresses.js +1 -1685
- package/lib/esm/chain.d.ts +2 -600
- package/lib/esm/chain.js +1 -431
- package/lib/esm/constants.d.ts +1 -1
- package/lib/esm/constants.js +2 -2
- package/lib/esm/errors.d.ts +1 -21
- package/lib/esm/errors.js +1 -30
- package/lib/esm/math/MathLib.d.ts +2 -250
- package/lib/esm/math/MathLib.js +1 -329
- package/lib/esm/token/Eip5267Domain.d.ts +1 -1
- package/lib/esm/types.d.ts +2 -1
- package/package.json +6 -10
package/lib/esm/addresses.d.ts
CHANGED
|
@@ -1,2888 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
import type { Address } from "./types.js";
|
|
4
|
-
/** Address used to replicate an erc20-behaviour for native token.
|
|
5
|
-
*
|
|
6
|
-
* NB: data might differ from expected onchain native token data
|
|
7
|
-
*/
|
|
8
|
-
export declare const NATIVE_ADDRESS = "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE";
|
|
9
|
-
/** Registry entry for protocol, adapter, factory, and token addresses on one chain. */
|
|
10
|
-
export interface ChainAddresses {
|
|
11
|
-
morpho: Address;
|
|
12
|
-
permit2?: Address;
|
|
13
|
-
bundler3: {
|
|
14
|
-
bundler3: Address;
|
|
15
|
-
generalAdapter1: Address;
|
|
16
|
-
paraswapAdapter?: Address;
|
|
17
|
-
erc20WrapperAdapter?: Address;
|
|
18
|
-
compoundV2MigrationAdapter?: Address;
|
|
19
|
-
compoundV3MigrationAdapter?: Address;
|
|
20
|
-
aaveV2MigrationAdapter?: Address;
|
|
21
|
-
aaveV3CoreMigrationAdapter?: Address;
|
|
22
|
-
aaveV3PrimeMigrationAdapter?: Address;
|
|
23
|
-
aaveV3EtherFiMigrationAdapter?: Address;
|
|
24
|
-
aaveV3OptimizerMigrationAdapter?: Address;
|
|
25
|
-
};
|
|
26
|
-
adaptiveCurveIrm: Address;
|
|
27
|
-
publicAllocator?: Address;
|
|
28
|
-
metaMorphoFactory?: Address;
|
|
29
|
-
vaultV2Factory?: Address;
|
|
30
|
-
morphoMarketV1AdapterFactory?: Address;
|
|
31
|
-
morphoMarketV1AdapterV2Factory?: Address;
|
|
32
|
-
morphoVaultV1AdapterFactory?: Address;
|
|
33
|
-
registryList?: Address;
|
|
34
|
-
chainlinkOracleFactory?: Address;
|
|
35
|
-
preLiquidationFactory?: Address;
|
|
36
|
-
wNative?: Address;
|
|
37
|
-
morphoToken?: Address;
|
|
38
|
-
/**
|
|
39
|
-
* Must implement DAI specific permit (otherwise breaks permit signatures).
|
|
40
|
-
*/
|
|
41
|
-
dai?: Address;
|
|
42
|
-
/**
|
|
43
|
-
* Must implement USDC permit version 2 (otherwise breaks permit signatures).
|
|
44
|
-
*/
|
|
45
|
-
usdc?: Address;
|
|
46
|
-
/**
|
|
47
|
-
* Must implement EURC permit version 2 (otherwise breaks permit signatures).
|
|
48
|
-
*/
|
|
49
|
-
eurc?: Address;
|
|
50
|
-
stEth?: Address;
|
|
51
|
-
wstEth?: Address;
|
|
52
|
-
}
|
|
53
|
-
declare const _addressesRegistry: {
|
|
54
|
-
readonly 1: {
|
|
55
|
-
readonly morpho: "0xBBBBBbbBBb9cC5e90e3b3Af64bdAF62C37EEFFCb";
|
|
56
|
-
readonly permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
|
|
57
|
-
readonly bundler3: {
|
|
58
|
-
readonly bundler3: "0x6566194141eefa99Af43Bb5Aa71460Ca2Dc90245";
|
|
59
|
-
readonly generalAdapter1: "0x4A6c312ec70E8747a587EE860a0353cd42Be0aE0";
|
|
60
|
-
readonly paraswapAdapter: "0x03b5259Bd204BfD4A616E5B79b0B786d90c6C38f";
|
|
61
|
-
readonly erc20WrapperAdapter: "0xf83D17dFE160597b19e4FdD8ea61A23e9a87F962";
|
|
62
|
-
readonly compoundV2MigrationAdapter: "0x9B89c07f480Df1945279031b5fC6fF241b8f1101";
|
|
63
|
-
readonly compoundV3MigrationAdapter: "0xdBa5bdE29eA030Bfa6A608592dFcA1D02CB26773";
|
|
64
|
-
readonly aaveV2MigrationAdapter: "0x40288815C399709dFC0875A384B637fFe387961B";
|
|
65
|
-
readonly aaveV3CoreMigrationAdapter: "0xb09e40EbE31b738fbf20289270a397118707D475";
|
|
66
|
-
readonly aaveV3PrimeMigrationAdapter: "0x2CC8d502a65824B4cF9A58DB03490bA024BDB806";
|
|
67
|
-
readonly aaveV3EtherFiMigrationAdapter: "0x4011dc6581fA05F9B0c7A12AdCd676e2b1a59ca3";
|
|
68
|
-
readonly aaveV3OptimizerMigrationAdapter: "0x9e2ea2d5785598a163D569D795f286F5C55ad972";
|
|
69
|
-
};
|
|
70
|
-
readonly adaptiveCurveIrm: "0x870aC11D48B15DB9a138Cf899d20F13F79Ba00BC";
|
|
71
|
-
readonly publicAllocator: "0xfd32fA2ca22c76dD6E550706Ad913FC6CE91c75D";
|
|
72
|
-
readonly metaMorphoFactory: "0x1897A8997241C1cD4bD0698647e4EB7213535c24";
|
|
73
|
-
readonly vaultV2Factory: "0xA1D94F746dEfa1928926b84fB2596c06926C0405";
|
|
74
|
-
readonly morphoMarketV1AdapterFactory: "0xb049465969ac6355127cDf9E88deE63d25204d5D";
|
|
75
|
-
readonly morphoMarketV1AdapterV2Factory: "0x32BB1c0D48D8b1B3363e86eeB9A0300BAd61ccc1";
|
|
76
|
-
readonly morphoVaultV1AdapterFactory: "0xD1B8E2dee25c2b89DCD2f98448a7ce87d6F63394";
|
|
77
|
-
readonly registryList: "0x3696c5eAe4a7Ffd04Ea163564571E9CD8Ed9364e";
|
|
78
|
-
readonly chainlinkOracleFactory: "0x3A7bB36Ee3f3eE32A60e9f2b33c1e5f2E83ad766";
|
|
79
|
-
readonly preLiquidationFactory: "0x6FF33615e792E35ed1026ea7cACCf42D9BF83476";
|
|
80
|
-
readonly wNative: "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2";
|
|
81
|
-
readonly morphoToken: "0x9994E35Db50125E0DF82e4c2dde62496CE330999";
|
|
82
|
-
readonly dai: "0x6B175474E89094C44Da98b954EedeAC495271d0F";
|
|
83
|
-
readonly sDai: "0x83F20F44975D03b1b09e64809B757c47f942BEeA";
|
|
84
|
-
readonly mkr: "0x9f8F72aA9304c8B593d555F12eF6589cC3A579A2";
|
|
85
|
-
readonly stEth: "0xae7ab96520DE3A18E5e111B5EaAb095312D7fE84";
|
|
86
|
-
readonly wstEth: "0x7f39C581F595B53c5cb19bD0b3f8dA6c935E2Ca0";
|
|
87
|
-
readonly osEth: "0xf1C9acDc66974dFB6dEcB12aA385b9cD01190E38";
|
|
88
|
-
readonly bIB01: "0xCA30c93B02514f86d5C86a6e375E3A330B435Fb5";
|
|
89
|
-
readonly wbIB01: "0xcA2A7068e551d5C4482eb34880b194E4b945712F";
|
|
90
|
-
readonly bC3M: "0x2F123cF3F37CE3328CC9B5b8415f9EC5109b45e7";
|
|
91
|
-
readonly wbC3M: "0x95D7337d43340E2721960Dc402D9b9117f0d81a2";
|
|
92
|
-
readonly usdc: "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48";
|
|
93
|
-
readonly eurc: "0x1aBaEA1f7C830bD89Acc67eC4af516284b1bC33c";
|
|
94
|
-
readonly usdt: "0xdAC17F958D2ee523a2206206994597C13D831ec7";
|
|
95
|
-
readonly crvUsd: "0xf939E0A03FB07F59A73314E73794Be0E57ac1b4E";
|
|
96
|
-
readonly "stkcvxcrvUSDTWBTCWETH-morpho": "0xb0Ce26C88e4e7DCa51968b6047f44646f5064278";
|
|
97
|
-
readonly crvUSDTWBTCWETH: "0xf5f5B97624542D72A9E06f04804Bf81baA15e2B4";
|
|
98
|
-
readonly "stkcvxcrvUSDCWBTCWETH-morpho": "0x0ea1a65A2c255f24Ee8D81eA6AaC54Decd9d269e";
|
|
99
|
-
readonly crvUSDCWBTCWETH: "0x7F86Bf177Dd4F3494b841a37e810A34dD56c829B";
|
|
100
|
-
readonly "stkcvxcrvCRVUSDTBTCWSTETH-morpho": "0x3ce8Ec9f3d89aD0A2DdbCC3FDB8991BD241Fc82E";
|
|
101
|
-
readonly crvCRVUSDTBTCWSTETH: "0x2889302a794dA87fBF1D6Db415C1492194663D13";
|
|
102
|
-
readonly "stkcvxTryLSD-morpho": "0x6BA072F0d22806F2C52e9792AF47f2D59103BEBE";
|
|
103
|
-
readonly tryLSD: "0x2570f1bD5D2735314FC102eb12Fc1aFe9e6E7193";
|
|
104
|
-
readonly "stkcvxcrvUSDETHCRV-morpho": "0xAc904BAfBb5FB04Deb2b6198FdCEedE75a78Ce5a";
|
|
105
|
-
readonly crvUSDETHCRV: "0x4eBdF703948ddCEA3B11f675B4D1Fba9d2414A14";
|
|
106
|
-
readonly "stkcvx2BTC-f-morpho": "0x385E12cf4040543Bc8C18e05C1298Be5B04f3f5e";
|
|
107
|
-
readonly "2BTC-f": "0xB7ECB2AA52AA64a717180E030241bC75Cd946726";
|
|
108
|
-
};
|
|
109
|
-
readonly 8453: {
|
|
110
|
-
readonly morpho: "0xBBBBBbbBBb9cC5e90e3b3Af64bdAF62C37EEFFCb";
|
|
111
|
-
readonly permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
|
|
112
|
-
readonly bundler3: {
|
|
113
|
-
readonly bundler3: "0x6BFd8137e702540E7A42B74178A4a49Ba43920C4";
|
|
114
|
-
readonly generalAdapter1: "0xb98c948CFA24072e58935BC004a8A7b376AE746A";
|
|
115
|
-
readonly paraswapAdapter: "0x6abE8ABd0275E5564ed1336F0243A52C32562F71";
|
|
116
|
-
readonly erc20WrapperAdapter: "0xdeEf55F0A7366cC3Baf5E04313269389Fe17E9AE";
|
|
117
|
-
readonly compoundV3MigrationAdapter: "0x85D4812Ef92c040d4270eD8547b6835e41FbbB70";
|
|
118
|
-
readonly aaveV3CoreMigrationAdapter: "0xb27Aa2a964eAd5ed661D86974b37e4fB995b36f5";
|
|
119
|
-
};
|
|
120
|
-
readonly adaptiveCurveIrm: "0x46415998764C29aB2a25CbeA6254146D50D22687";
|
|
121
|
-
readonly publicAllocator: "0xA090dD1a701408Df1d4d0B85b716c87565f90467";
|
|
122
|
-
readonly metaMorphoFactory: "0xFf62A7c278C62eD665133147129245053Bbf5918";
|
|
123
|
-
readonly vaultV2Factory: "0x4501125508079A99ebBebCE205DeC9593C2b5857";
|
|
124
|
-
readonly morphoMarketV1AdapterFactory: "0x133baC94306B99f6dAD85c381a5be851d8DD717c";
|
|
125
|
-
readonly morphoMarketV1AdapterV2Factory: "0x9a1B378C43BA535cDB89934230F0D3890c51C0EB";
|
|
126
|
-
readonly morphoVaultV1AdapterFactory: "0xF42D9c36b34c9c2CF3Bc30eD2a52a90eEB604642";
|
|
127
|
-
readonly registryList: "0x5C2531Cbd2cf112Cf687da3Cd536708aDd7DB10a";
|
|
128
|
-
readonly chainlinkOracleFactory: "0x2DC205F24BCb6B311E5cdf0745B0741648Aebd3d";
|
|
129
|
-
readonly preLiquidationFactory: "0x8cd16b62E170Ee0bA83D80e1F80E6085367e2aef";
|
|
130
|
-
readonly wNative: "0x4200000000000000000000000000000000000006";
|
|
131
|
-
readonly usdc: "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913";
|
|
132
|
-
readonly eurc: "0x60a3E35Cc302bFA44Cb288Bc5a4F316Fdb1adb42";
|
|
133
|
-
readonly verUsdc: "0x59aaF835D34b1E3dF2170e4872B785f11E2a964b";
|
|
134
|
-
readonly testUsdc: "0xBC77067f829979812d795d516E523C4033b66409";
|
|
135
|
-
};
|
|
136
|
-
readonly 137: {
|
|
137
|
-
readonly morpho: "0x1bF0c2541F820E775182832f06c0B7Fc27A25f67";
|
|
138
|
-
readonly bundler3: {
|
|
139
|
-
readonly bundler3: "0x2d9C3A9E67c966C711208cc78b34fB9E9f8db589";
|
|
140
|
-
readonly generalAdapter1: "0xB261B51938A9767406ef83bbFbaAFE16691b7047";
|
|
141
|
-
readonly paraswapAdapter: "0x5F2617F12D1fDd1e43e72Cb80C92dFcE8124Db8d";
|
|
142
|
-
readonly compoundV3MigrationAdapter: "0xB34D2f54139bA12defC315C0822aDf9A5eB9A9b7";
|
|
143
|
-
readonly aaveV2MigrationAdapter: "0x43980Ae597f12Ff64690506b2AEEFFb4D8BeAF2a";
|
|
144
|
-
readonly aaveV3CoreMigrationAdapter: "0xEcB1662a1dff5C20650CF98c3334d2fddcD50742";
|
|
145
|
-
};
|
|
146
|
-
readonly permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
|
|
147
|
-
readonly adaptiveCurveIrm: "0xe675A2161D4a6E2de2eeD70ac98EEBf257FBF0B0";
|
|
148
|
-
readonly publicAllocator: "0xfac15aff53ADd2ff80C2962127C434E8615Df0d3";
|
|
149
|
-
readonly metaMorphoFactory: "0xa9c87daB340631C34BB738625C70499e29ddDC98";
|
|
150
|
-
readonly vaultV2Factory: "0xC11a53eE9B1eCc7a068D8e40F8F17926584F97Cf";
|
|
151
|
-
readonly morphoMarketV1AdapterFactory: "0xD1A0C86F28ecD1657Ad06415c2B230cC89D9b6dd";
|
|
152
|
-
readonly morphoMarketV1AdapterV2Factory: "0xc0006f52B38625C283dd2f972dD9B779A5851Dd0";
|
|
153
|
-
readonly morphoVaultV1AdapterFactory: "0xEb174FEA51Da241eB3B516959B216e013de2888a";
|
|
154
|
-
readonly registryList: "0xb70a43821d2707fA9d0EDd9511CC499F468Ba564";
|
|
155
|
-
readonly chainlinkOracleFactory: "0x1ff7895Eb842794c5d07C4c547b6730e61295215";
|
|
156
|
-
readonly preLiquidationFactory: "0xeDadDe37D76c72b98725614d0b41C20Fe612d304";
|
|
157
|
-
readonly wNative: "0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270";
|
|
158
|
-
readonly usdc: "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359";
|
|
159
|
-
};
|
|
160
|
-
readonly 42161: {
|
|
161
|
-
readonly morpho: "0x6c247b1F6182318877311737BaC0844bAa518F5e";
|
|
162
|
-
readonly bundler3: {
|
|
163
|
-
readonly bundler3: "0x1FA4431bC113D308beE1d46B0e98Cb805FB48C13";
|
|
164
|
-
readonly generalAdapter1: "0x9954aFB60BB5A222714c478ac86990F221788B88";
|
|
165
|
-
readonly paraswapAdapter: "0xAA5c30C1482c189cA0d56057D3ac4dD7Af1e4726";
|
|
166
|
-
readonly aaveV3CoreMigrationAdapter: "0x1923670d4F4eB7435d865E7477d28FEAFfA40C93";
|
|
167
|
-
readonly compoundV3MigrationAdapter: "0x86Ca77a4a37A9CDBe9bBf4975F6d69531B96444b";
|
|
168
|
-
};
|
|
169
|
-
readonly permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
|
|
170
|
-
readonly adaptiveCurveIrm: "0x66F30587FB8D4206918deb78ecA7d5eBbafD06DA";
|
|
171
|
-
readonly publicAllocator: "0x769583Af5e9D03589F159EbEC31Cc2c23E8C355E";
|
|
172
|
-
readonly metaMorphoFactory: "0x878988f5f561081deEa117717052164ea1Ef0c82";
|
|
173
|
-
readonly vaultV2Factory: "0x6b46fa3cc9EBF8aB230aBAc664E37F2966Bf7971";
|
|
174
|
-
readonly morphoMarketV1AdapterFactory: "0x96456Bf888D4de607Bf3ca0b3C8e4DF9b0d0Ad47";
|
|
175
|
-
readonly morphoMarketV1AdapterV2Factory: "0xeF84b1ecEbe43283ec5AF95D7a5c4D7dE0a9859b";
|
|
176
|
-
readonly morphoVaultV1AdapterFactory: "0xD8Fc8a85779551e78B516da9f74061cb3b086793";
|
|
177
|
-
readonly registryList: "0xc00eb3c7aD1aE986A7f05F5A9d71aCa39c763C65";
|
|
178
|
-
readonly chainlinkOracleFactory: "0x98Ce5D183DC0c176f54D37162F87e7eD7f2E41b5";
|
|
179
|
-
readonly preLiquidationFactory: "0x635c31B5DF1F7EFbCbC07E302335Ef4230758e3d";
|
|
180
|
-
readonly wNative: "0x82aF49447D8a07e3bd95BD0d56f35241523fBab1";
|
|
181
|
-
readonly usdc: "0xaf88d065e77c8cC2239327C5EDb3A432268e5831";
|
|
182
|
-
};
|
|
183
|
-
readonly 10: {
|
|
184
|
-
readonly morpho: "0xce95AfbB8EA029495c66020883F87aaE8864AF92";
|
|
185
|
-
readonly bundler3: {
|
|
186
|
-
readonly bundler3: "0xFBCd3C258feB131D8E038F2A3a670A7bE0507C05";
|
|
187
|
-
readonly generalAdapter1: "0x79481C87f24A3C4332442A2E9faaf675e5F141f0";
|
|
188
|
-
readonly paraswapAdapter: "0x31F539f4Ed14fA1fd18781e93f6739249692aDC5";
|
|
189
|
-
};
|
|
190
|
-
readonly permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
|
|
191
|
-
readonly adaptiveCurveIrm: "0x8cD70A8F399428456b29546BC5dBe10ab6a06ef6";
|
|
192
|
-
readonly publicAllocator: "0x0d68a97324E602E02799CD83B42D337207B40658";
|
|
193
|
-
readonly metaMorphoFactory: "0x3Bb6A6A0Bc85b367EFE0A5bAc81c5E52C892839a";
|
|
194
|
-
readonly vaultV2Factory: "0x6128b680b277Bf4Df80DFE9D8c55A498660870ef";
|
|
195
|
-
readonly morphoMarketV1AdapterFactory: "0x65956d5Ba4974983ecCe111612FC0A0c22650A11";
|
|
196
|
-
readonly morphoMarketV1AdapterV2Factory: "0x71B299bDb52b6396429cd1E11c418324502CB434";
|
|
197
|
-
readonly morphoVaultV1AdapterFactory: "0xEe9F7C64dD827ED7b5CAA2272936366FAca00CF3";
|
|
198
|
-
readonly registryList: "0xD1346be260cd22Eab9E6163010b0D5CbfAAAD32b";
|
|
199
|
-
readonly chainlinkOracleFactory: "0x1ec408D4131686f727F3Fd6245CF85Bc5c9DAD70";
|
|
200
|
-
readonly preLiquidationFactory: "0x3d05C01EE8e97361b9E19D172128255eaE5F98B9";
|
|
201
|
-
readonly wNative: "0x4200000000000000000000000000000000000006";
|
|
202
|
-
readonly usdc: "0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85";
|
|
203
|
-
};
|
|
204
|
-
readonly 480: {
|
|
205
|
-
readonly morpho: "0xE741BC7c34758b4caE05062794E8Ae24978AF432";
|
|
206
|
-
readonly bundler3: {
|
|
207
|
-
readonly bundler3: "0x3D07BF2FFb23248034bF704F3a4786F1ffE2a448";
|
|
208
|
-
readonly generalAdapter1: "0x30fa9A3cF56931ACEea42E28D35519a97D90aA67";
|
|
209
|
-
};
|
|
210
|
-
readonly adaptiveCurveIrm: "0x34E99D604751a72cF8d0CFDf87069292d82De472";
|
|
211
|
-
readonly publicAllocator: "0xef9889B4e443DEd35FA0Bd060f2104Cca94e6A43";
|
|
212
|
-
readonly metaMorphoFactory: "0x4DBB3a642a2146d5413750Cca3647086D9ba5F12";
|
|
213
|
-
readonly vaultV2Factory: "0x6846EA318B6B987Ee6b28eBFd87c3409F1d13108";
|
|
214
|
-
readonly morphoMarketV1AdapterFactory: "0xAf93F2d8508053432659d509b0210fdF1472493D";
|
|
215
|
-
readonly morphoMarketV1AdapterV2Factory: "0xEd0b06fcdDB6dD0985e2de9D22ad034d313b7dBd";
|
|
216
|
-
readonly morphoVaultV1AdapterFactory: "0xbF7DEa3756668C7E396C655D646C039826ba8416";
|
|
217
|
-
readonly registryList: "0x06A47994B4890dcA28C076969cedE1151d86EFCF";
|
|
218
|
-
readonly chainlinkOracleFactory: "0xd706690BA1Fe26b70c4AD89e60ff62cEB3A2eD02";
|
|
219
|
-
readonly preLiquidationFactory: "0xe3cE2051a24e58DBFC0eFBe4c2d9e89c5eAe4695";
|
|
220
|
-
readonly wNative: "0x4200000000000000000000000000000000000006";
|
|
221
|
-
readonly eurc: "0x1C60ba0A0eD1019e8Eb035E6daF4155A5cE2380B";
|
|
222
|
-
};
|
|
223
|
-
readonly 252: {
|
|
224
|
-
readonly morpho: "0xa6030627d724bA78a59aCf43Be7550b4C5a0653b";
|
|
225
|
-
readonly bundler3: {
|
|
226
|
-
readonly bundler3: "0xA7a414823Ef0F8CFb2c4f67f2F445DA940641d91";
|
|
227
|
-
readonly generalAdapter1: "0x228dDF333DDf6D1895dA1dE8a846EDD27F1284eD";
|
|
228
|
-
};
|
|
229
|
-
readonly adaptiveCurveIrm: "0xA0D4D77b5D9933073572E19C172BFE866312673b";
|
|
230
|
-
readonly publicAllocator: "0x37a888192165fC39884f87c64E2476BfD2C09675";
|
|
231
|
-
readonly metaMorphoFactory: "0x27D4Af0AC9E7FDfA6D0853236f249CC27AE79488";
|
|
232
|
-
readonly chainlinkOracleFactory: "0x39d8622C607A691D7705E8842fbB12E3c38dCD41";
|
|
233
|
-
readonly preLiquidationFactory: "0x373ccddcd3F09D2e1430B3F2b290B9bF56Ae7336";
|
|
234
|
-
readonly wNative: "0xFC00000000000000000000000000000000000006";
|
|
235
|
-
};
|
|
236
|
-
readonly 534352: {
|
|
237
|
-
readonly morpho: "0x2d012EdbAdc37eDc2BC62791B666f9193FDF5a55";
|
|
238
|
-
readonly bundler3: {
|
|
239
|
-
readonly bundler3: "0x60F9159d4dCd724e743212416FD57d8aC0B60768";
|
|
240
|
-
readonly generalAdapter1: "0xD2780fae0869cDc06EE202152304A39653361525";
|
|
241
|
-
};
|
|
242
|
-
readonly adaptiveCurveIrm: "0xa5EA7500A27C0079961D93366A6e93aafF18CB90";
|
|
243
|
-
readonly publicAllocator: "0x8a7f671E45E51dE245649Cf916cA0256FB8a9927";
|
|
244
|
-
readonly metaMorphoFactory: "0x56b65742ade55015e6480959808229Ad6dbc9295";
|
|
245
|
-
readonly chainlinkOracleFactory: "0xb5961902E60b188b1c665B7b72Ef616656A9e24E";
|
|
246
|
-
readonly preLiquidationFactory: "0xeD960178e4aDA0296786Fa79D84e8FDF7bd44B25";
|
|
247
|
-
readonly wNative: "0x5300000000000000000000000000000000000004";
|
|
248
|
-
readonly usdc: "0x06eFdBFf2a14a7c8E15944D1F4A48F9F95F663A4";
|
|
249
|
-
};
|
|
250
|
-
readonly 57073: {
|
|
251
|
-
readonly morpho: "0x857f3EefE8cbda3Bc49367C996cd664A880d3042";
|
|
252
|
-
readonly bundler3: {
|
|
253
|
-
readonly bundler3: "0x7db0F1E2bf1f47ec82220090F388d75D8B9BB6BC";
|
|
254
|
-
readonly generalAdapter1: "0xB8B2aDdCDe1cdC94AaE18a0F8A19df03D8683610";
|
|
255
|
-
};
|
|
256
|
-
readonly adaptiveCurveIrm: "0x9515407b1512F53388ffE699524100e7270Ee57B";
|
|
257
|
-
readonly publicAllocator: "0x85416891752a6B81106c1C2999AE1AF5d8Cd3357";
|
|
258
|
-
readonly metaMorphoFactory: "0xd3f39505d0c48AFED3549D625982FdC38Ea9904b";
|
|
259
|
-
readonly chainlinkOracleFactory: "0x3FFFE273ee348b9E1ef89533025C7f165B17B439";
|
|
260
|
-
readonly preLiquidationFactory: "0x30607fEa77168d2c0401B6f60F0B40E32F9339E3";
|
|
261
|
-
readonly wNative: "0x4200000000000000000000000000000000000006";
|
|
262
|
-
readonly usdc: "0xF1815bd50389c46847f0Bda824eC8da914045D14";
|
|
263
|
-
};
|
|
264
|
-
readonly 130: {
|
|
265
|
-
readonly morpho: "0x8f5ae9CddB9f68de460C77730b018Ae7E04a140A";
|
|
266
|
-
readonly permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
|
|
267
|
-
readonly bundler3: {
|
|
268
|
-
readonly bundler3: "0x7DD85759182495AF7F6757DA75036d24A9B58bc3";
|
|
269
|
-
readonly generalAdapter1: "0xC11329d19C2275c9E759867e879ECFcEeD7e30A0";
|
|
270
|
-
readonly paraswapAdapter: "0xAa870Da2a9F611A3A53d0D2AEe5664B3700a59c9";
|
|
271
|
-
readonly compoundV3MigrationAdapter: "0x617f8d7885CCE689115Af04576F7cB6F2534fA9a";
|
|
272
|
-
};
|
|
273
|
-
readonly adaptiveCurveIrm: "0x9a6061d51743B31D2c3Be75D83781Fa423f53F0E";
|
|
274
|
-
readonly publicAllocator: "0xB0c9a107fA17c779B3378210A7a593e88938C7C9";
|
|
275
|
-
readonly metaMorphoFactory: "0xe9EdE3929F43a7062a007C3e8652e4ACa610Bdc0";
|
|
276
|
-
readonly vaultV2Factory: "0xC9b34c108014B44e5a189A830e7e04c56704a0c9";
|
|
277
|
-
readonly morphoMarketV1AdapterFactory: "0x117b92Ab1C025B175ED38a0CDe5A067a745224a0";
|
|
278
|
-
readonly morphoMarketV1AdapterV2Factory: "0x9a13bdA35F98811fbAcf097966b2C838f3F9c58C";
|
|
279
|
-
readonly morphoVaultV1AdapterFactory: "0xf1Ab9e885C0faa0cbCEd407498BBA895537aD754";
|
|
280
|
-
readonly registryList: "0xB9130D2A87d7c60ED7E7e4b25bdA6e3E6841becB";
|
|
281
|
-
readonly chainlinkOracleFactory: "0x43269546e1D586a1f7200a0AC07e26f9631f7539";
|
|
282
|
-
readonly preLiquidationFactory: "0xb04e4D3D59Ee47Ca9BA192707AF13A7D02969911";
|
|
283
|
-
readonly wNative: "0x4200000000000000000000000000000000000006";
|
|
284
|
-
readonly usdc: "0x078D782b760474a361dDA0AF3839290b0EF57AD6";
|
|
285
|
-
};
|
|
286
|
-
readonly 146: {
|
|
287
|
-
readonly morpho: "0xd6c916eB7542D0Ad3f18AEd0FCBD50C582cfa95f";
|
|
288
|
-
readonly bundler3: {
|
|
289
|
-
readonly bundler3: "0xB06F1Ad8c908b958E596c42973f67F2f1d9a9afF";
|
|
290
|
-
readonly generalAdapter1: "0x31D5aee8D75EEab548cfA0d11C4f9843a5201eaf";
|
|
291
|
-
};
|
|
292
|
-
readonly adaptiveCurveIrm: "0xDEfCf242226425f93d8DD0e314735C28517C473F";
|
|
293
|
-
readonly publicAllocator: "0x6Cef2EDC70D87E8f1623f3096efF05d066E59B36";
|
|
294
|
-
readonly metaMorphoFactory: "0x0cE9e3512CB4df8ae7e265e62Fb9258dc14f12e8";
|
|
295
|
-
readonly chainlinkOracleFactory: "0x7DA59Fa482F1F49fADc486d8e47BADc506fEb86d";
|
|
296
|
-
readonly preLiquidationFactory: "0xc72129DA4CC808e955699111b8c22B22Ca8A10b8";
|
|
297
|
-
readonly wNative: "0x039e2fB66102314Ce7b64Ce5Ce3E5183bc94aD38";
|
|
298
|
-
};
|
|
299
|
-
readonly 43111: {
|
|
300
|
-
readonly morpho: "0xa4Ca2c2e25b97DA19879201bA49422bc6f181f42";
|
|
301
|
-
readonly permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
|
|
302
|
-
readonly bundler3: {
|
|
303
|
-
readonly bundler3: "0x8eDa6E01a20E3Cd90B3B2AF6F790cB8FADEf3Ea8";
|
|
304
|
-
readonly generalAdapter1: "0x9623090C3943ad63F7d794378273610Dd0deeFD4";
|
|
305
|
-
};
|
|
306
|
-
readonly adaptiveCurveIrm: "0xdEbdEa31624552DF904A065221cD14088ABDeD70";
|
|
307
|
-
readonly publicAllocator: "0x4107Ea1746909028d6212B315dE5fE9538F9eb39";
|
|
308
|
-
readonly metaMorphoFactory: "0x8e52179BeB18E882040b01632440d8Ca0f01da82";
|
|
309
|
-
readonly chainlinkOracleFactory: "0xB3cb32E6185446a6Bc7A047E4FfA138fA939e133";
|
|
310
|
-
readonly preLiquidationFactory: "0x40F2896C551194e364F7C846046C34d8a9FE97e4";
|
|
311
|
-
readonly wNative: "0x4200000000000000000000000000000000000006";
|
|
312
|
-
readonly usdc: "0xad11a8BEb98bbf61dbb1aa0F6d6F2ECD87b35afA";
|
|
313
|
-
};
|
|
314
|
-
readonly 34443: {
|
|
315
|
-
readonly morpho: "0xd85cE6BD68487E0AaFb0858FDE1Cd18c76840564";
|
|
316
|
-
readonly bundler3: {
|
|
317
|
-
readonly bundler3: "0xFEA0edFa081C8D5960Ec9Bf6684981dB1834305d";
|
|
318
|
-
readonly generalAdapter1: "0xF53925b95Cc409447066cd5c1A7756084b2Ee0a4";
|
|
319
|
-
};
|
|
320
|
-
readonly adaptiveCurveIrm: "0xE3d46Ae190Cb39ccA3655E966DcEF96b4eAe1d1c";
|
|
321
|
-
readonly publicAllocator: "0xEE868Bf3359DA30c10ea472EAEBFC0a06E8F0120";
|
|
322
|
-
readonly metaMorphoFactory: "0xae5b0884bfff430493D6C844B9fd052Af7d79278";
|
|
323
|
-
readonly chainlinkOracleFactory: "0xf9380f7898423Bd7FDe3C9fDD1b2671A2471f39D";
|
|
324
|
-
readonly preLiquidationFactory: "0x249E4808264c545861e43728186a731dE7c7D745";
|
|
325
|
-
readonly wNative: "0x4200000000000000000000000000000000000006";
|
|
326
|
-
};
|
|
327
|
-
readonly 21000000: {
|
|
328
|
-
readonly morpho: "0xc2B1E031540e3F3271C5F3819F0cC7479a8DdD90";
|
|
329
|
-
readonly bundler3: {
|
|
330
|
-
readonly bundler3: "0x086889F9bdE8349512dD77088A7114E6C1c42Af7";
|
|
331
|
-
readonly generalAdapter1: "0x464a402244bCDdc0c2091D5193E8ffdb2be54Ca9";
|
|
332
|
-
};
|
|
333
|
-
readonly adaptiveCurveIrm: "0x58a42117d753a0e69694545DfA19d64c2fB759fB";
|
|
334
|
-
readonly publicAllocator: "0xDFde06e2B2A2D718eE5560b73dA4F830E56A2f10";
|
|
335
|
-
readonly metaMorphoFactory: "0xe430821595602eA5DD0cD350f86987437c7362fA";
|
|
336
|
-
readonly chainlinkOracleFactory: "0x16278156D366fC91536b6b81482ffaC47EEa06D6";
|
|
337
|
-
readonly preLiquidationFactory: "0xb9065AC18d3EBdb3263B77B587f9c5CD570545D1";
|
|
338
|
-
readonly wNative: "0xda5dDd7270381A7C2717aD10D1c0ecB19e3CDFb2";
|
|
339
|
-
readonly usdc: "0xDF0B24095e15044538866576754F3C964e902Ee6";
|
|
340
|
-
};
|
|
341
|
-
readonly 98866: {
|
|
342
|
-
readonly morpho: "0x42b18785CE0Aed7BF7Ca43a39471ED4C0A3e0bB5";
|
|
343
|
-
readonly bundler3: {
|
|
344
|
-
readonly bundler3: "0x5437C8788f4CFbaA55be6FBf30379bc7dd7f69C3";
|
|
345
|
-
readonly generalAdapter1: "0x65ff368930Cb7eB4CA5C5eBC58bb69E6Ed198BA5";
|
|
346
|
-
};
|
|
347
|
-
readonly adaptiveCurveIrm: "0x7420302Ddd469031Cd2282cd64225cCd46F581eA";
|
|
348
|
-
readonly publicAllocator: "0x58485338D93F4e3b4Bf2Af1C9f9C0aDF087AEf1C";
|
|
349
|
-
readonly metaMorphoFactory: "0x2525D453D9BA13921D5aB5D8c12F9202b0e19456";
|
|
350
|
-
readonly vaultV2Factory: "0x4f0a370bb367843CFd914c4d9972523aD2f8FCc9";
|
|
351
|
-
readonly morphoMarketV1AdapterFactory: "0x1675357fdA9e6784DdAD7AD5b3C3DF1fdD4dc4C9";
|
|
352
|
-
readonly morphoMarketV1AdapterV2Factory: "0xB7c243AfACb25870775ADFdAe9D0EAc2324dD152";
|
|
353
|
-
readonly morphoVaultV1AdapterFactory: "0x5935fFcD1C5D269840ae7c685bC957A73E04AEDB";
|
|
354
|
-
readonly registryList: "0x60d3184BDD31BAE7De973894B3bA0b3B6900B79a";
|
|
355
|
-
readonly chainlinkOracleFactory: "0x133F742c0D36864F37e15C33a18bA6fdc950ED0f";
|
|
356
|
-
readonly preLiquidationFactory: "0xF184156Cf6Ad4D3dA7F6449D40755A0f9de97ef3";
|
|
357
|
-
readonly usdc: "0xc98E8c6cB80AC48E4bbD3B56f5895DD64dA7d10a";
|
|
358
|
-
readonly wNative: "0xEa237441c92CAe6FC17Caaf9a7acB3f953be4bd1";
|
|
359
|
-
};
|
|
360
|
-
readonly 123420001114: {
|
|
361
|
-
readonly morpho: "0xea4f2979D7A99B40404b447Cf71c008e3805760F";
|
|
362
|
-
readonly bundler3: {
|
|
363
|
-
readonly bundler3: "0x88A4038BB4A14ecD7301c8Fb1f1e8732c4355D53";
|
|
364
|
-
readonly generalAdapter1: "0x29dcA26F9862CFb8064163ddc3401aaB4D4D05c6";
|
|
365
|
-
};
|
|
366
|
-
readonly adaptiveCurveIrm: "0xd5661D965cc60ed1954d4f6725b766051De3ef97";
|
|
367
|
-
readonly publicAllocator: "0x0b7a3A49dafd98363B428cEC966106f29c0eee75";
|
|
368
|
-
readonly metaMorphoFactory: "0x3F4b9246b7Cd3F7671c70BeBd5AAFC08e5bb5f16";
|
|
369
|
-
readonly chainlinkOracleFactory: "0x391A3fd481743FE48409e2e31eDac8a5f4C7653A";
|
|
370
|
-
readonly preLiquidationFactory: "0xD55fA5DF6F1A21C2B93009A702aad3a0891C1B48";
|
|
371
|
-
readonly wNative: "0x3bd5C81a8Adf3355078Dc5F73c41d3194B316690";
|
|
372
|
-
readonly usdc: "0x8a2B28364102Bea189D99A475C494330Ef2bDD0B";
|
|
373
|
-
};
|
|
374
|
-
readonly 747474: {
|
|
375
|
-
readonly morpho: "0xD50F2DffFd62f94Ee4AEd9ca05C61d0753268aBc";
|
|
376
|
-
readonly bundler3: {
|
|
377
|
-
readonly bundler3: "0xA8C5e23C9C0DF2b6fF716486c6bBEBB6661548C8";
|
|
378
|
-
readonly generalAdapter1: "0x916Aa175C36E845db45fF6DDB886AE437d403B61";
|
|
379
|
-
};
|
|
380
|
-
readonly adaptiveCurveIrm: "0x4F708C0ae7deD3d74736594C2109C2E3c065B428";
|
|
381
|
-
readonly publicAllocator: "0x39EB6Da5e88194C82B13491Df2e8B3E213eD2412";
|
|
382
|
-
readonly metaMorphoFactory: "0x1c8De6889acee12257899BFeAa2b7e534de32E16";
|
|
383
|
-
readonly vaultV2Factory: "0xFcb8b57E56787bB29e130Fca67f3c5a1232975D1";
|
|
384
|
-
readonly morphoMarketV1AdapterFactory: "0x2e6BE3a3A27fb45c6AbA2D1833eeA48E8788538e";
|
|
385
|
-
readonly morphoMarketV1AdapterV2Factory: "0x6d6A3ba62836d6B40277767dCAc8fd390d4BcedC";
|
|
386
|
-
readonly morphoVaultV1AdapterFactory: "0xc8D22B1adD3D176600E9952e7876e9249254cAAF";
|
|
387
|
-
readonly registryList: "0xA9132a09838fD20304dF2B2892679d06A4cc6371";
|
|
388
|
-
readonly chainlinkOracleFactory: "0x7D047fB910Bc187C18C81a69E30Fa164f8c536eC";
|
|
389
|
-
readonly preLiquidationFactory: "0x678EB53A3bB79111263f47B84989d16D81c36D85";
|
|
390
|
-
readonly wNative: "0xEE7D8BCFb72bC1880D0Cf19822eB0A2e6577aB62";
|
|
391
|
-
};
|
|
392
|
-
readonly 42793: {
|
|
393
|
-
readonly morpho: "0xbCE7364E63C3B13C73E9977a83c9704E2aCa876e";
|
|
394
|
-
readonly bundler3: {
|
|
395
|
-
readonly bundler3: "0x69dc8086191437b55775b79C730BB3876397e7D1";
|
|
396
|
-
readonly generalAdapter1: "0xEabdAC78A7f0a9B3dF0e23D69A5a5fF7f580a910";
|
|
397
|
-
};
|
|
398
|
-
readonly adaptiveCurveIrm: "0xC1523BE776e66ba07b609b1914D0925278f21FE5";
|
|
399
|
-
readonly publicAllocator: "0x8b8B1bd41d36c06253203CD21463994aB752c1e6";
|
|
400
|
-
readonly metaMorphoFactory: "0x997a79c3C04c5B9eb27d343ae126bcCFb5D74781";
|
|
401
|
-
readonly chainlinkOracleFactory: "0x12FA40f687a35611720E1DcB59976B6e51247298";
|
|
402
|
-
readonly preLiquidationFactory: "0xd1c37fDd941256FC184eF3A07Be540a90b81Ec21";
|
|
403
|
-
readonly wNative: "0xc9B53AB2679f573e480d01e0f49e2B5CFB7a3EAb";
|
|
404
|
-
};
|
|
405
|
-
readonly 239: {
|
|
406
|
-
readonly morpho: "0x918B9F2E4B44E20c6423105BB6cCEB71473aD35c";
|
|
407
|
-
readonly permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
|
|
408
|
-
readonly bundler3: {
|
|
409
|
-
readonly bundler3: "0x84b189823D0f84c36728Bb3335dD8C833564e72f";
|
|
410
|
-
readonly generalAdapter1: "0x6D94E7dCA6d8FAE2CF954633C2Cf9c286258E0af";
|
|
411
|
-
};
|
|
412
|
-
readonly adaptiveCurveIrm: "0x7E82b16496fA8CC04935528dA7F5A2C684A3C7A3";
|
|
413
|
-
readonly publicAllocator: "0x414247afcf1fE3b94C617e7E3A7adB81D8D3208F";
|
|
414
|
-
readonly metaMorphoFactory: "0xcDA78f4979d17Ec93052A84A12001fe0088AD734";
|
|
415
|
-
readonly chainlinkOracleFactory: "0xbf10eD52dD60C60E901BF022c3675303ad4a56b1";
|
|
416
|
-
readonly preLiquidationFactory: "0x5851C1e423A2F93aFb821834a63cA052D19ae4Ef";
|
|
417
|
-
readonly wNative: "0xB63B9f0eb4A6E6f191529D71d4D88cc8900Df2C9";
|
|
418
|
-
};
|
|
419
|
-
readonly 1135: {
|
|
420
|
-
readonly morpho: "0x00cD58DEEbd7A2F1C55dAec715faF8aed5b27BF8";
|
|
421
|
-
readonly permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
|
|
422
|
-
readonly bundler3: {
|
|
423
|
-
readonly bundler3: "0xD96E5e02580C4EAfE15B5537b25eE3dEe5861e00";
|
|
424
|
-
readonly generalAdapter1: "0x76cFE4BF840C7b461772fE7CDE399f58c4173584";
|
|
425
|
-
};
|
|
426
|
-
readonly adaptiveCurveIrm: "0x5576629f21D528A8c3e06C338dDa907B94563902";
|
|
427
|
-
readonly publicAllocator: "0xb1E5B1De2a54ab55C412B5ee1E38e46799588103";
|
|
428
|
-
readonly metaMorphoFactory: "0x01dD876130690469F685a65C2B295A90a81BaD91";
|
|
429
|
-
readonly chainlinkOracleFactory: "0x2eb4D17C2AAf1EA62Bf83Fb49Dd1128b14AF4D93";
|
|
430
|
-
readonly preLiquidationFactory: "0xF2c325F26691b6556e6f66451bb38bDa37FEbaa7";
|
|
431
|
-
readonly wNative: "0x4200000000000000000000000000000000000006";
|
|
432
|
-
readonly usdc: "0xF242275d3a6527d877f2c927a82D9b057609cc71";
|
|
433
|
-
};
|
|
434
|
-
readonly 999: {
|
|
435
|
-
readonly morpho: "0x68e37dE8d93d3496ae143F2E900490f6280C57cD";
|
|
436
|
-
readonly bundler3: {
|
|
437
|
-
readonly bundler3: "0xa3F50477AfA601C771874260A3B34B40e244Fa0e";
|
|
438
|
-
readonly generalAdapter1: "0xD7F48aDE56613E8605863832B7B8A1985B934aE4";
|
|
439
|
-
};
|
|
440
|
-
readonly adaptiveCurveIrm: "0xD4a426F010986dCad727e8dd6eed44cA4A9b7483";
|
|
441
|
-
readonly publicAllocator: "0x517505be22D9068687334e69ae7a02fC77edf4Fc";
|
|
442
|
-
readonly metaMorphoFactory: "0xec051b19d654C48c357dC974376DeB6272f24e53";
|
|
443
|
-
readonly vaultV2Factory: "0xD7217E5687FF1071356C780b5fe4803D9D967da7";
|
|
444
|
-
readonly morphoMarketV1AdapterFactory: "0xc6b8B565C715134b0Ca3D6fa3D29B25759D0b9e2";
|
|
445
|
-
readonly morphoMarketV1AdapterV2Factory: "0xaEff6Ef4B7bbfbAadB18b634A8F11392CBeB72Be";
|
|
446
|
-
readonly morphoVaultV1AdapterFactory: "0xdf5202e29654e02011611A086f15477880580CAc";
|
|
447
|
-
readonly registryList: "0x857B55cEb57dA0C2A83EE08a8dB529B931089aee";
|
|
448
|
-
readonly chainlinkOracleFactory: "0xeb476f124FaD625178759d13557A72394A6f9aF5";
|
|
449
|
-
readonly preLiquidationFactory: "0x1b6782Ac7A859503cE953FBf4736311CC335B8f0";
|
|
450
|
-
readonly wNative: "0x5555555555555555555555555555555555555555";
|
|
451
|
-
readonly usdc: "0xb88339CB7199b77E23DB6E890353E22632Ba630f";
|
|
452
|
-
};
|
|
453
|
-
readonly 1329: {
|
|
454
|
-
readonly morpho: "0xc9cDAc20FCeAAF616f7EB0bb6Cd2c69dcfa9094c";
|
|
455
|
-
readonly permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
|
|
456
|
-
readonly bundler3: {
|
|
457
|
-
readonly bundler3: "0xF9457356F18A3349Bb317Ac144c3Bcc62e5761aD";
|
|
458
|
-
readonly generalAdapter1: "0x02e0e71e145f254820B9D89c9E6068f08256F601";
|
|
459
|
-
};
|
|
460
|
-
readonly adaptiveCurveIrm: "0x6eFA8e3Aa8279eB2fd46b6083A9E52dA72EA56c4";
|
|
461
|
-
readonly publicAllocator: "0xD878509446bE2C601f0f032F501851001B159D6B";
|
|
462
|
-
readonly metaMorphoFactory: "0x8Dea49ec5bd5AeAc8bcf96B3E187F59354118291";
|
|
463
|
-
readonly chainlinkOracleFactory: "0x4bD68c2FF3274207EC07ED281C915758b6F23F07";
|
|
464
|
-
readonly preLiquidationFactory: "0x65eD61058cEB4895B7d62437BaCEA39b04f6D27B";
|
|
465
|
-
readonly wNative: "0xE30feDd158A2e3b13e9badaeABaFc5516e95e8C7";
|
|
466
|
-
readonly usdc: "0xe15fC38F6D8c56aF07bbCBe3BAf5708A2Bf42392";
|
|
467
|
-
};
|
|
468
|
-
readonly 16661: {
|
|
469
|
-
readonly morpho: "0x9CDD13a2212D94C4f12190cA30783B743E83C89e";
|
|
470
|
-
readonly bundler3: {
|
|
471
|
-
readonly bundler3: "0xbDaFC7ceF85C5fF69164330F521089C9E15DDDae";
|
|
472
|
-
readonly generalAdapter1: "0xFaD987d0EedfbAC709EC27ee4a94f36A1300a054";
|
|
473
|
-
};
|
|
474
|
-
readonly adaptiveCurveIrm: "0xf52e20C42FEc624819D4184226C4777D7cbd767e";
|
|
475
|
-
readonly publicAllocator: "0x28a80F3713735CAD44bD9d7E1da9Fa16b0244497";
|
|
476
|
-
readonly metaMorphoFactory: "0x41528AadC7314658b07Ca6e7213B9b77289B477f";
|
|
477
|
-
readonly chainlinkOracleFactory: "0x5115c1a74ABf096150593EecF3e20F016fc9dB43";
|
|
478
|
-
readonly preLiquidationFactory: "0x534858821653467c2ae231dc027aa1F2c8D91802";
|
|
479
|
-
readonly wNative: "0x1Cd0690fF9a693f5EF2dD976660a8dAFc81A109c";
|
|
480
|
-
};
|
|
481
|
-
readonly 59144: {
|
|
482
|
-
readonly morpho: "0x6B0D716aC0A45536172308e08fC2C40387262c9F";
|
|
483
|
-
readonly bundler3: {
|
|
484
|
-
readonly bundler3: "0x1Ee8Ec299E8014760D50A4E3CfC3b44Cc2242625";
|
|
485
|
-
readonly generalAdapter1: "0x454dAb6ce9891245696b239b4845a1cDC268255d";
|
|
486
|
-
};
|
|
487
|
-
readonly adaptiveCurveIrm: "0x85C2Ef4Bd69f42D7Da19Fb9dcdD7Fb8d0F59cDeE";
|
|
488
|
-
readonly publicAllocator: "0x2d4cf00e18D48fD030d9b1E2FAAE6e0384C7610B";
|
|
489
|
-
readonly metaMorphoFactory: "0xA148a8223B622A72dC36472DE1492aBb5c089BA7";
|
|
490
|
-
readonly vaultV2Factory: "0x5DC11CF8BA4C39d1194F91218D35008d9F52A5d0";
|
|
491
|
-
readonly morphoMarketV1AdapterFactory: "0x3267BbdC94274B4BE081c01ffc6123dA12E8c043";
|
|
492
|
-
readonly morphoVaultV1AdapterFactory: "0x6FaF26DD640e22457cA4fd5DA702BA3E169eEd87";
|
|
493
|
-
readonly registryList: "0x122Ea8ff8888C29F8736665d576e3fAEF15D27D5";
|
|
494
|
-
readonly chainlinkOracleFactory: "0x3FFF726062B03BfD5BC485eeEEcc92CF1d8F0105";
|
|
495
|
-
readonly preLiquidationFactory: "0x05a0Ff4E564ED1ba6B42247E19edFf83545C3C40";
|
|
496
|
-
readonly wNative: "0xe5D7C2a44FfDDf6b295A15c148167daaAf5Cf34f";
|
|
497
|
-
readonly usdc: "0x176211869cA2b568f2A7D4EE941E073a821EE1ff";
|
|
498
|
-
};
|
|
499
|
-
readonly 143: {
|
|
500
|
-
readonly morpho: "0xD5D960E8C380B724a48AC59E2DfF1b2CB4a1eAee";
|
|
501
|
-
readonly bundler3: {
|
|
502
|
-
readonly bundler3: "0x82b684483e844422FD339df0b67b3B111F02c66E";
|
|
503
|
-
readonly generalAdapter1: "0x725AB8CAd931BCb80Fdbf10955a806765cCe00e5";
|
|
504
|
-
};
|
|
505
|
-
readonly adaptiveCurveIrm: "0x09475a3D6eA8c314c592b1a3799bDE044E2F400F";
|
|
506
|
-
readonly publicAllocator: "0xfd70575B732F9482F4197FE1075492e114E97302";
|
|
507
|
-
readonly metaMorphoFactory: "0x33f20973275B2F574488b18929cd7DCBf1AbF275";
|
|
508
|
-
readonly vaultV2Factory: "0x8B2F922162FBb60A6a072cC784A2E4168fB0bb0c";
|
|
509
|
-
readonly morphoMarketV1AdapterFactory: "0x8Da54fbF89B3D6fC6DCC92F31CF75a211ACF3d46";
|
|
510
|
-
readonly morphoMarketV1AdapterV2Factory: "0xa00666E86C7e2FA8d2c78d9481E687e098340180";
|
|
511
|
-
readonly morphoVaultV1AdapterFactory: "0x9f3c0999425656fD189C69a8aD68cB64986D644A";
|
|
512
|
-
readonly registryList: "0x6a42f8b46224baA4DbBBc2F860F4675eeA7bd52B";
|
|
513
|
-
readonly chainlinkOracleFactory: "0xC8659Bcd5279DB664Be973aEFd752a5326653739";
|
|
514
|
-
readonly preLiquidationFactory: "0xB5b3e541abD19799E0c65905a5a42BD37d6c94c0";
|
|
515
|
-
readonly wNative: "0x3bd359C1119dA7Da1D913D1C4D2B7c461115433A";
|
|
516
|
-
readonly usdc: "0x754704Bc059F8C67012fEd69BC8A327a5aafb603";
|
|
517
|
-
};
|
|
518
|
-
readonly 988: {
|
|
519
|
-
readonly morpho: "0xa40103088A899514E3fe474cD3cc5bf811b1102e";
|
|
520
|
-
readonly bundler3: {
|
|
521
|
-
readonly bundler3: "0xA0bb114F927dF03d9a1a639b9c71F71B0FaFDf1B";
|
|
522
|
-
readonly generalAdapter1: "0x59b1F4376a81e39c466A0A218447E4D36f39A96b";
|
|
523
|
-
};
|
|
524
|
-
readonly adaptiveCurveIrm: "0x41e846FC8108b8527C1D4EDB4c9564E56442940f";
|
|
525
|
-
readonly publicAllocator: "0xbCB063D4B6D479b209C186e462828CBACaC82DbE";
|
|
526
|
-
readonly metaMorphoFactory: "0xb4ae5673c48621189E2bEfBA96F31912032DD1AE";
|
|
527
|
-
readonly vaultV2Factory: "0x7fc35488803D49D00a94b206A223f7661898BE3a";
|
|
528
|
-
readonly morphoMarketV1AdapterFactory: "0x2A5F218FE4Dac3b1f4E096e8ae83074bB1713833";
|
|
529
|
-
readonly morphoMarketV1AdapterV2Factory: "0x9282DBa3d1788f4f02B5DdFc4fc5985e70197620";
|
|
530
|
-
readonly morphoVaultV1AdapterFactory: "0x4EF83ACD552598a1196c1aBDD0bA2EdE6f2237B4";
|
|
531
|
-
readonly registryList: "0xCe93fcB2849EB886F1e81d45D2747dF803f843C3";
|
|
532
|
-
readonly chainlinkOracleFactory: "0xF24C6eAB91e43EacE18a4e893a48565C09132505";
|
|
533
|
-
readonly preLiquidationFactory: "0x741A6604e974FeAF35a5FBb1416B3e01c33e5C0e";
|
|
534
|
-
};
|
|
535
|
-
readonly 25: {
|
|
536
|
-
readonly morpho: "0xDF9a1DC07e5dEe5ccCCaBeC35e446C70fAF7434e";
|
|
537
|
-
readonly bundler3: {
|
|
538
|
-
readonly bundler3: "0xb1c59fE6A0DCE25b804F6113C441Bf4F3a4Ab6bC";
|
|
539
|
-
readonly generalAdapter1: "0xCa470cBBc3de56FDe336466f2107cC969174d513";
|
|
540
|
-
};
|
|
541
|
-
readonly adaptiveCurveIrm: "0x1Db002C086439d55B9f33E6c0693Eb850F7c0607";
|
|
542
|
-
readonly publicAllocator: "0xFEAbEf95f3C937Ff4d5fD70005CF3392f8Ca02d5";
|
|
543
|
-
readonly metaMorphoFactory: "0xEA67e5566Ca2c0176d9db172A7f9A1e1F22E9D3A";
|
|
544
|
-
readonly vaultV2Factory: "0x05519a0835a1bFD90f110aA7ca46e9A5F81Ed3b4";
|
|
545
|
-
readonly morphoMarketV1AdapterFactory: "0xaCFf4ad3B357F5A43A20570cF3eb9Ba0086d4e9a";
|
|
546
|
-
readonly morphoMarketV1AdapterV2Factory: "0xE39f6B5Dd03F4ce8C201b946E662E653d94fA121";
|
|
547
|
-
readonly morphoVaultV1AdapterFactory: "0x8840F99Bb2D4f69fb02b2d019384C5c98a11746c";
|
|
548
|
-
readonly registryList: "0x295e0aB80f8234398cd0E51C85D873ee69E5F0DD";
|
|
549
|
-
readonly chainlinkOracleFactory: "0x44b2c8e4474751EF2BBC57B92928aFB99DA785De";
|
|
550
|
-
readonly preLiquidationFactory: "0x8bedC738f5F0D54dF7E003297AAc6692b870F3Ed";
|
|
551
|
-
readonly wNative: "0x5C7F8A570d578ED84E63fdFA7b1eE72dEae1AE23";
|
|
552
|
-
};
|
|
553
|
-
readonly 42220: {
|
|
554
|
-
readonly morpho: "0xd24ECdD8C1e0E57a4E26B1a7bbeAa3e95466A569";
|
|
555
|
-
readonly permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
|
|
556
|
-
readonly bundler3: {
|
|
557
|
-
readonly bundler3: "0xbd142f98f847c170D51d8B23e5FEBc51FC9a67D9";
|
|
558
|
-
readonly generalAdapter1: "0x3E7544a07157D03a49359eE89f2fCac9a6467230";
|
|
559
|
-
};
|
|
560
|
-
readonly adaptiveCurveIrm: "0x683CAAADdfA2F42e24880E202676526d501a5dED";
|
|
561
|
-
readonly publicAllocator: "0x3Fe12193D178B76BaF4e23a083A64e49ACDE3188";
|
|
562
|
-
readonly metaMorphoFactory: "0x6870aA9f66C1e5Efe8Dbe8730e86E9e91f688275";
|
|
563
|
-
readonly chainlinkOracleFactory: "0x3a4849b5174Dc6828c6Dc9BBD87e61Ed1ebE9fFA";
|
|
564
|
-
readonly preLiquidationFactory: "0x717a3eF7D366F5ce4636011924D0Bd65ea5eCE2f";
|
|
565
|
-
readonly usdc: "0xcebA9300f2b948710d2653dD7B07f33A8B32118C";
|
|
566
|
-
};
|
|
567
|
-
readonly 2741: {
|
|
568
|
-
readonly morpho: "0xc85CE8ffdA27b646D269516B8d0Fa6ec2E958B55";
|
|
569
|
-
readonly bundler3: {
|
|
570
|
-
readonly bundler3: "0xc13A3Ca3B0120EE6121d1E0ca9Da22fDD7ed28Cd";
|
|
571
|
-
readonly generalAdapter1: "0x3716AA06304D1bC70f553Da44904d13086A4a791";
|
|
572
|
-
};
|
|
573
|
-
readonly adaptiveCurveIrm: "0xd334eb112CfD1EB4a50FB871b7D9895EBB955C43";
|
|
574
|
-
readonly publicAllocator: "0x609f3DF49806B5617A0Bd3301f04Ac3CB26d9e82";
|
|
575
|
-
readonly metaMorphoFactory: "0x83A7f60c9fc57cEf1e8001bda98783AA1A53E4b1";
|
|
576
|
-
readonly chainlinkOracleFactory: "0x3585E3fD72F8d1b02250E1F6496b706c6e092884";
|
|
577
|
-
readonly preLiquidationFactory: "0x1058DA51242dF63bA3A61c838A61405ea6Edb083";
|
|
578
|
-
readonly wNative: "0x3439153EB7AF838Ad19d56E1571FBD09333C2809";
|
|
579
|
-
readonly usdc: "0x84A71ccD554Cc1b02749b35d22F684CC8ec987e1";
|
|
580
|
-
};
|
|
581
|
-
readonly 200901: {
|
|
582
|
-
readonly morpho: "0xAeA7eFF1bD3c875c18ef50F0387892dF181431C6";
|
|
583
|
-
readonly bundler3: {
|
|
584
|
-
readonly bundler3: "0x82b3ea7558Fc383b949fa42Db7ee3eB101447B96";
|
|
585
|
-
readonly generalAdapter1: "0xa87F1422Df88B5f490203D71e2f8e7244843E62F";
|
|
586
|
-
};
|
|
587
|
-
readonly adaptiveCurveIrm: "0xefB565442B9Eb740B50Cf928C14d21c0111254F9";
|
|
588
|
-
readonly publicAllocator: "0x3A1db0038361528756bED147abe3d41255c7128c";
|
|
589
|
-
readonly metaMorphoFactory: "0xb95De4a9C81Ba6240378F383f88592d30937d048";
|
|
590
|
-
readonly chainlinkOracleFactory: "0xfDc69d06De855701731D142F28bD401802DA4daF";
|
|
591
|
-
readonly preLiquidationFactory: "0x4E28CAE07A008FF2D7D345992C969118eb253CD6";
|
|
592
|
-
readonly wNative: "0xfF204e2681A6fA0e2C3FaDe68a1B28fb90E4Fc5F";
|
|
593
|
-
readonly usdc: "0xf8C374CE88A3BE3d374e8888349C7768B607c755";
|
|
594
|
-
};
|
|
595
|
-
readonly 56: {
|
|
596
|
-
readonly morpho: "0x01b0Bd309AA75547f7a37Ad7B1219A898E67a83a";
|
|
597
|
-
readonly permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
|
|
598
|
-
readonly bundler3: {
|
|
599
|
-
readonly bundler3: "0x16D40b9DF1497468195BFAfeb2718e486E15bF91";
|
|
600
|
-
readonly generalAdapter1: "0x87c93660ECe6E68C6492EabBbBdbaafA102ae3a3";
|
|
601
|
-
};
|
|
602
|
-
readonly adaptiveCurveIrm: "0x7112D95cB5f6b13bF5F5B94a373bB3b2B381F979";
|
|
603
|
-
readonly publicAllocator: "0x842bEccF8eBC11006c4bE96DEfE09b60326D0495";
|
|
604
|
-
readonly metaMorphoFactory: "0x92983687e672cA6d96530f9Dbe11a196cE905d72";
|
|
605
|
-
readonly chainlinkOracleFactory: "0xDf2035fC15919588526dBb5560863C812F135236";
|
|
606
|
-
readonly preLiquidationFactory: "0xEB8871F0FA8aB787AbCD28d1095f7B486d241D42";
|
|
607
|
-
readonly wNative: "0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c";
|
|
608
|
-
};
|
|
609
|
-
readonly 1868: {
|
|
610
|
-
readonly morpho: "0xE75Fc5eA6e74B824954349Ca351eb4e671ADA53a";
|
|
611
|
-
readonly permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
|
|
612
|
-
readonly bundler3: {
|
|
613
|
-
readonly bundler3: "0x461378B79d400c963F48F57b3a99416bc3C5c6a6";
|
|
614
|
-
readonly generalAdapter1: "0xA47EeDE3Aac741B830E394B2e291f6774BD8bb48";
|
|
615
|
-
};
|
|
616
|
-
readonly adaptiveCurveIrm: "0x68F9b666b984527A7c145Db4103Cc6d3171C797F";
|
|
617
|
-
readonly publicAllocator: "0x76f93A21573014Ab7d634D3204818922A234249e";
|
|
618
|
-
readonly metaMorphoFactory: "0x7026b436f294e560b3C26E731f5cac5992cA2B33";
|
|
619
|
-
readonly chainlinkOracleFactory: "0x669F1A4cE3127740eCdB3E36adFC5Df6Db1EA74b";
|
|
620
|
-
readonly preLiquidationFactory: "0xcBD0710425613d666C5Ffb4dE2eE73554F21c34B";
|
|
621
|
-
readonly wNative: "0x4200000000000000000000000000000000000006";
|
|
622
|
-
readonly usdc: "0xbA9986D2381edf1DA03B0B9c1f8b00dc4AacC369";
|
|
623
|
-
};
|
|
624
|
-
readonly 4217: {
|
|
625
|
-
readonly morpho: "0x10EE9AAC980A180dd4DcFc96C746d60B0EA88f97";
|
|
626
|
-
readonly permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
|
|
627
|
-
readonly bundler3: {
|
|
628
|
-
readonly bundler3: "0x5A3B829dcDBE1979cdD9F648Afb6D39dCF805E33";
|
|
629
|
-
readonly generalAdapter1: "0x3a2A86bD16629B054f7f3d87F0a7570F3881a43c";
|
|
630
|
-
};
|
|
631
|
-
readonly adaptiveCurveIrm: "0x112fd4042E442C3C12C67AD23587b0afe36eB74E";
|
|
632
|
-
readonly vaultV2Factory: "0x3DE400E3F79113194fa5AF6Ae5C474947E0C82Db";
|
|
633
|
-
readonly morphoMarketV1AdapterV2Factory: "0xF85aD5f14cC903533FC409B8098B58b4C2f36697";
|
|
634
|
-
readonly morphoVaultV1AdapterFactory: "0x669771F03ab55CebF753E90C3c9D80ad9391cf25";
|
|
635
|
-
readonly registryList: "0xB118227C728b5ce52445a5aAee48C8a281C429E0";
|
|
636
|
-
readonly chainlinkOracleFactory: "0xc2c167BC5cBD833ce58239e85073258F10aD4DF6";
|
|
637
|
-
readonly preLiquidationFactory: "0xB83d2D5CAE5Fc64a408cA82447445442Fe249fe3";
|
|
638
|
-
};
|
|
639
|
-
readonly 714: {
|
|
640
|
-
readonly morpho: "0xF050a2BB0468FF23cF2964AC182196C94D6815C3";
|
|
641
|
-
readonly permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
|
|
642
|
-
readonly bundler3: {
|
|
643
|
-
readonly bundler3: "0x4D403d6a3D25A865Ed57caef884f076E0fa00eCa";
|
|
644
|
-
readonly generalAdapter1: "0x9B05CCA3299E3558a324f72aaB4D404625557B3D";
|
|
645
|
-
};
|
|
646
|
-
readonly adaptiveCurveIrm: "0x08A7b3a39E5425d616Cc9c046cf96B5eF21a139f";
|
|
647
|
-
readonly vaultV2Factory: "0x9aaCAA01F5e6BC876D07f023744E3E0A456a64cf";
|
|
648
|
-
readonly morphoMarketV1AdapterV2Factory: "0x59e8C53D383F22b6371b5833504dfAa4136aE6f7";
|
|
649
|
-
readonly registryList: "0xB78BA19a8Bf3202DA7036ec1830222FDC5e0297e";
|
|
650
|
-
readonly chainlinkOracleFactory: "0xD6202eFF2e869dc473EB13c38Cc787835Bf8B6df";
|
|
651
|
-
readonly preLiquidationFactory: "0x83346d9fc31a239Ae1739672AD84A567C7beF529";
|
|
652
|
-
readonly wNative: "0x00000000000000000000000000000000ce1E571a";
|
|
653
|
-
};
|
|
654
|
-
readonly 1672: {
|
|
655
|
-
readonly morpho: "0x18573fA18fd17dDfD790B4a5B5b2977aad3b4Efb";
|
|
656
|
-
readonly permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
|
|
657
|
-
readonly bundler3: {
|
|
658
|
-
readonly bundler3: "0x3c90c09F8c5d927a117F681fB924952DbbD99120";
|
|
659
|
-
readonly generalAdapter1: "0x0A5819708bCAD9C716dFD58ecB58cF91399A53f8";
|
|
660
|
-
};
|
|
661
|
-
readonly adaptiveCurveIrm: "0xD5E02889C13230458506CC842347c4E62F8cDF3a";
|
|
662
|
-
readonly vaultV2Factory: "0x8E01ed1E1A41029b3137FcE9Aa880c0A54827498";
|
|
663
|
-
readonly morphoMarketV1AdapterV2Factory: "0xe510e1fcC429943cA3455A7bfBD79f0307Cd8403";
|
|
664
|
-
readonly registryList: "0xbe858d729548eB49BbFA05Acd3674ca8cdaAdD4b";
|
|
665
|
-
readonly chainlinkOracleFactory: "0xb8118256d8Aa950ec0B26a0b8Be7C6c1a858f6a3";
|
|
666
|
-
readonly preLiquidationFactory: "0x37511F85B0Eff260d429f693247339dC91C76f90";
|
|
667
|
-
readonly wNative: "0x52C48d4213107b20bC583832b0d951FB9CA8F0B0";
|
|
668
|
-
};
|
|
669
|
-
readonly 685689: {
|
|
670
|
-
readonly morpho: "0x8c45B34999883FF4B47cD3be095D585682cd9227";
|
|
671
|
-
readonly permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
|
|
672
|
-
readonly bundler3: {
|
|
673
|
-
readonly bundler3: "0xE09314FE5Fc41FEc8f3e6042085dD3CeE24c877c";
|
|
674
|
-
readonly generalAdapter1: "0x79e6825ccb881d276f988a5dA8125e1c6BEa07Ae";
|
|
675
|
-
};
|
|
676
|
-
readonly adaptiveCurveIrm: "0x549EFFAE58F9Db253AAF60fbCeC8B4cB74a952A8";
|
|
677
|
-
readonly vaultV2Factory: "0xe2558155AEcEF57cAADB98e39b0538ab0ae95693";
|
|
678
|
-
readonly morphoMarketV1AdapterV2Factory: "0x155134544AE2Ec3AB23034BF620538482C5E3c40";
|
|
679
|
-
readonly registryList: "0xdaE77f687883D656Aa4dc7fF89c0c891510C61A5";
|
|
680
|
-
readonly chainlinkOracleFactory: "0xf9b22d1652ce918CfC5d102269801AFbfEFa85F9";
|
|
681
|
-
readonly preLiquidationFactory: "0x57C88ACAbd4Fa19257104ECCF64ccA34e5eB8961";
|
|
682
|
-
readonly wNative: "0x4200000000000000000000000000000000000006";
|
|
683
|
-
};
|
|
684
|
-
readonly 14: {
|
|
685
|
-
readonly morpho: "0xF4346F5132e810f80a28487a79c7559d9797E8B0";
|
|
686
|
-
readonly permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
|
|
687
|
-
readonly bundler3: {
|
|
688
|
-
readonly bundler3: "0xb371CFee69984D1F3447D49217889C7388bA2027";
|
|
689
|
-
readonly generalAdapter1: "0x43F4861c9E7f584cFDc9B6BA3F0c2462895BDd67";
|
|
690
|
-
};
|
|
691
|
-
readonly adaptiveCurveIrm: "0xE5B5627C5973AfAE1928a6b8e5c1D6AABFEC8a7a";
|
|
692
|
-
readonly vaultV2Factory: "0x6FC83ECc0e8142635D77200e5052be8A0a9D2f42";
|
|
693
|
-
readonly morphoMarketV1AdapterV2Factory: "0xd8237ea1b5974c83C6b0c8942dc2a16F42f789dd";
|
|
694
|
-
readonly registryList: "0x9730d0B30d9145B66a8e09D26295e36cb84F64a9";
|
|
695
|
-
readonly chainlinkOracleFactory: "0x95cB3625598F9abf6cb8B874AA1EfEEbE7822642";
|
|
696
|
-
readonly preLiquidationFactory: "0xf215D05a04b97f98Bb1bF4E0E5Cb97Ef38fa8895";
|
|
697
|
-
readonly wNative: "0x1D80c49BbBCd1C0911346656B529DF9E5c2F783d";
|
|
698
|
-
};
|
|
699
|
-
readonly 50: {
|
|
700
|
-
readonly morpho: "0xEa49B0fE898aF913A3826F9f462eE2cDcb854fD9";
|
|
701
|
-
readonly permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
|
|
702
|
-
readonly bundler3: {
|
|
703
|
-
readonly bundler3: "0xed9bdc3E6081db528b6D5CDDf47EcB05337c62A7";
|
|
704
|
-
readonly generalAdapter1: "0xAB2Ab6A8bb1082C5d8400D6206c6A13cE413e0c0";
|
|
705
|
-
};
|
|
706
|
-
readonly adaptiveCurveIrm: "0x15c7312B0f26aa0AA70B24a0D2AF87B9e7D614A0";
|
|
707
|
-
readonly vaultV2Factory: "0x227544d6989cD15c05AAB6dde4F29523dcfdbe2B";
|
|
708
|
-
readonly morphoMarketV1AdapterV2Factory: "0x5C00c99F2235439725417E9f037B7D38FfF35d31";
|
|
709
|
-
readonly registryList: "0x79A8C4e9E502C1867cAf2E7202f0C6b89aaCd5c1";
|
|
710
|
-
readonly chainlinkOracleFactory: "0x6Ad93a3aA829514473D3DF67382894A76c7283B4";
|
|
711
|
-
readonly preLiquidationFactory: "0xe3845262d726a827817C7196143CDa9a4404218d";
|
|
712
|
-
readonly wNative: "0x951857744785E80e2De051c32EE7b25f9c458C42";
|
|
713
|
-
};
|
|
714
|
-
readonly 8217: {
|
|
715
|
-
readonly morpho: "0xA8BEebdca34d83C697c302A0594f3c41f3994cd2";
|
|
716
|
-
readonly permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
|
|
717
|
-
readonly bundler3: {
|
|
718
|
-
readonly bundler3: "0x27880B18ae04a05F1D603B87AEb2a27491FfaBA9";
|
|
719
|
-
readonly generalAdapter1: "0x8e36C2c6d7771820BF14a75f725f3cf0374a7823";
|
|
720
|
-
};
|
|
721
|
-
readonly adaptiveCurveIrm: "0xA4E2bA20Fc64D721D95BD5a28FF71844C5bb5cF2";
|
|
722
|
-
readonly vaultV2Factory: "0xf2Aecd4a4d4C21d08770e34F392C4C271aBD9144";
|
|
723
|
-
readonly morphoMarketV1AdapterV2Factory: "0x4d04C39ca604b560c50F4045c558378FD9AEBCF4";
|
|
724
|
-
readonly registryList: "0xfCA12228DA5fba6E9c0B57a8e8322d0eBaCa03Bc";
|
|
725
|
-
readonly chainlinkOracleFactory: "0x3e89C1071814b2c4170c90260Fcb60B903AD4602";
|
|
726
|
-
readonly preLiquidationFactory: "0xe8eCe452F04117e5Fe1Ea4403097215443225440";
|
|
727
|
-
readonly wNative: "0x19Aac5f612f524B754CA7e7c41cbFa2E981A4432";
|
|
728
|
-
};
|
|
729
|
-
readonly 5042: {
|
|
730
|
-
readonly morpho: "0x34CD04070dD72b14E241112F6d83812Df5Af7fCD";
|
|
731
|
-
readonly permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
|
|
732
|
-
readonly bundler3: {
|
|
733
|
-
readonly bundler3: "0x855dbe13C409Df75CAF6a985Cf6993a4D0319Feb";
|
|
734
|
-
readonly generalAdapter1: "0x0AF5BE7BD7B615e94e1d9275414482D028952466";
|
|
735
|
-
};
|
|
736
|
-
readonly adaptiveCurveIrm: "0xF02615d094Fc02fC031C35fe705e175aA4653f20";
|
|
737
|
-
readonly vaultV2Factory: "0x3b0eefaBfa22ec7CF2c73877ac16e78D76749f12";
|
|
738
|
-
readonly morphoMarketV1AdapterV2Factory: "0x6C2FF5114E45b50bc7195c2F1f87C98cbdad62Cc";
|
|
739
|
-
readonly registryList: "0xdEBC92370Cd74d55DA144116138681dbbb528765";
|
|
740
|
-
readonly chainlinkOracleFactory: "0xbFc8D6167a02889D5EB08a023d9aB712B44f7dE8";
|
|
741
|
-
readonly preLiquidationFactory: "0x8edf6Ac769a7E7D81d571aC0FB8733aD724f6922";
|
|
742
|
-
};
|
|
743
|
-
readonly 2818: {
|
|
744
|
-
readonly morpho: "0xAd10d07901Dc3195c3cb5e78E061F4EA8D9B4905";
|
|
745
|
-
readonly permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
|
|
746
|
-
readonly bundler3: {
|
|
747
|
-
readonly bundler3: "0xDB83A44Bf8f53966f7A4F7dCE7F8CdAaBCf83628";
|
|
748
|
-
readonly generalAdapter1: "0xcaeec65c85Fe964c8Bd814cb8E4CaF8B06bde776";
|
|
749
|
-
};
|
|
750
|
-
readonly adaptiveCurveIrm: "0xfB69467De332E03FF502B85bB2249d2f721F3319";
|
|
751
|
-
readonly vaultV2Factory: "0x7D8BF8B276f967F7539c9e91E1a85a33fefE612B";
|
|
752
|
-
readonly morphoMarketV1AdapterV2Factory: "0xa01D7c41cf419405d4DF2e5750d26438DCAC28a6";
|
|
753
|
-
readonly registryList: "0x553c013d1978CF82EF6b316f5c247B73718ba481";
|
|
754
|
-
readonly chainlinkOracleFactory: "0xE91032cE5B8D86bA4Be146c186984F49Af37fbf1";
|
|
755
|
-
readonly preLiquidationFactory: "0x41581344ba49B07EFA758a0F2a199b90f05Cc866";
|
|
756
|
-
readonly wNative: "0x5300000000000000000000000000000000000011";
|
|
757
|
-
};
|
|
758
|
-
readonly 4326: {
|
|
759
|
-
readonly morpho: "0x18120312A7cf44DcfEc6dCe5632a431579ED9100";
|
|
760
|
-
readonly permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
|
|
761
|
-
readonly bundler3: {
|
|
762
|
-
readonly bundler3: "0xf53D4c8f0f83F697CD6bB303567400cCf411aA63";
|
|
763
|
-
readonly generalAdapter1: "0x74d3cbc721613C8461df92658d0a20dF275Ca31b";
|
|
764
|
-
};
|
|
765
|
-
readonly adaptiveCurveIrm: "0x56875764185548B0ca72A1877b3aE15E44e8A323";
|
|
766
|
-
readonly vaultV2Factory: "0xf133FA5A78C398B31Cc4a180E6Ae84111D6DCF5B";
|
|
767
|
-
readonly morphoMarketV1AdapterV2Factory: "0x00a58b7a9B3E86CB21f5F11f29F4A12346457012";
|
|
768
|
-
readonly registryList: "0x3aE18af9717C734820137726967bef4fBc5Ec95c";
|
|
769
|
-
readonly chainlinkOracleFactory: "0x02522D475E7064E1d1E966e3197db050b19b2FC2";
|
|
770
|
-
readonly preLiquidationFactory: "0xF6035B231028E61cd2283651f22ecA45f8e3ADc8";
|
|
771
|
-
readonly wNative: "0x4200000000000000000000000000000000000006";
|
|
772
|
-
};
|
|
773
|
-
};
|
|
774
|
-
/** Deployment block registry with the same shape as `ChainAddresses`. */
|
|
775
|
-
export type ChainDeployments<Addresses = ChainAddresses> = {
|
|
776
|
-
[key in keyof Addresses]: Address extends Addresses[key] ? bigint : ChainDeployments<Addresses[key]>;
|
|
777
|
-
};
|
|
778
|
-
declare const _deployments: {
|
|
779
|
-
readonly 1: {
|
|
780
|
-
readonly morpho: 18883124n;
|
|
781
|
-
readonly permit2: 15986406n;
|
|
782
|
-
readonly bundler3: {
|
|
783
|
-
readonly bundler3: 21643807n;
|
|
784
|
-
readonly generalAdapter1: 21872136n;
|
|
785
|
-
readonly paraswapAdapter: 21643807n;
|
|
786
|
-
readonly erc20WrapperAdapter: 21872136n;
|
|
787
|
-
readonly compoundV2MigrationAdapter: 21643807n;
|
|
788
|
-
readonly compoundV3MigrationAdapter: 21643807n;
|
|
789
|
-
readonly aaveV2MigrationAdapter: 21643807n;
|
|
790
|
-
readonly aaveV3CoreMigrationAdapter: 21643807n;
|
|
791
|
-
readonly aaveV3PrimeMigrationAdapter: 21643807n;
|
|
792
|
-
readonly aaveV3EtherFiMigrationAdapter: 21643807n;
|
|
793
|
-
readonly aaveV3OptimizerMigrationAdapter: 21643807n;
|
|
794
|
-
};
|
|
795
|
-
readonly adaptiveCurveIrm: 18883124n;
|
|
796
|
-
readonly publicAllocator: 19375099n;
|
|
797
|
-
readonly metaMorphoFactory: 21439510n;
|
|
798
|
-
readonly vaultV2Factory: 23375073n;
|
|
799
|
-
readonly morphoMarketV1AdapterFactory: 23375073n;
|
|
800
|
-
readonly morphoMarketV1AdapterV2Factory: 23981459n;
|
|
801
|
-
readonly morphoVaultV1AdapterFactory: 23375073n;
|
|
802
|
-
readonly registryList: 23375119n;
|
|
803
|
-
readonly chainlinkOracleFactory: 19375066n;
|
|
804
|
-
readonly preLiquidationFactory: 21414664n;
|
|
805
|
-
};
|
|
806
|
-
readonly 8453: {
|
|
807
|
-
readonly morpho: 13977148n;
|
|
808
|
-
readonly permit2: 1425180n;
|
|
809
|
-
readonly bundler3: {
|
|
810
|
-
readonly bundler3: 25161671n;
|
|
811
|
-
readonly generalAdapter1: 26539234n;
|
|
812
|
-
readonly paraswapAdapter: 25161671n;
|
|
813
|
-
readonly erc20WrapperAdapter: 26539234n;
|
|
814
|
-
readonly compoundV3MigrationAdapter: 25161671n;
|
|
815
|
-
readonly aaveV3CoreMigrationAdapter: 25161671n;
|
|
816
|
-
};
|
|
817
|
-
readonly adaptiveCurveIrm: 13977152n;
|
|
818
|
-
readonly publicAllocator: 13979545n;
|
|
819
|
-
readonly metaMorphoFactory: 23928808n;
|
|
820
|
-
readonly vaultV2Factory: 35615206n;
|
|
821
|
-
readonly morphoMarketV1AdapterFactory: 35615206n;
|
|
822
|
-
readonly morphoMarketV1AdapterV2Factory: 39285528n;
|
|
823
|
-
readonly morphoVaultV1AdapterFactory: 35615206n;
|
|
824
|
-
readonly registryList: 35615358n;
|
|
825
|
-
readonly chainlinkOracleFactory: 13978286n;
|
|
826
|
-
readonly preLiquidationFactory: 23779056n;
|
|
827
|
-
};
|
|
828
|
-
readonly 137: {
|
|
829
|
-
readonly morpho: 66931042n;
|
|
830
|
-
readonly bundler3: {
|
|
831
|
-
readonly bundler3: 68074185n;
|
|
832
|
-
readonly generalAdapter1: 68074185n;
|
|
833
|
-
readonly paraswapAdapter: 68074185n;
|
|
834
|
-
readonly compoundV3MigrationAdapter: 68690465n;
|
|
835
|
-
readonly aaveV2MigrationAdapter: 68690465n;
|
|
836
|
-
readonly aaveV3CoreMigrationAdapter: 68690465n;
|
|
837
|
-
};
|
|
838
|
-
readonly permit2: 35701901n;
|
|
839
|
-
readonly adaptiveCurveIrm: 66931042n;
|
|
840
|
-
readonly publicAllocator: 66931042n;
|
|
841
|
-
readonly metaMorphoFactory: 66931042n;
|
|
842
|
-
readonly vaultV2Factory: 77371907n;
|
|
843
|
-
readonly morphoMarketV1AdapterFactory: 77371907n;
|
|
844
|
-
readonly morphoMarketV1AdapterV2Factory: 80128162n;
|
|
845
|
-
readonly morphoVaultV1AdapterFactory: 77371907n;
|
|
846
|
-
readonly registryList: 77372020n;
|
|
847
|
-
readonly chainlinkOracleFactory: 66931042n;
|
|
848
|
-
readonly preLiquidationFactory: 68074185n;
|
|
849
|
-
};
|
|
850
|
-
readonly 42161: {
|
|
851
|
-
readonly morpho: 296446593n;
|
|
852
|
-
readonly bundler3: {
|
|
853
|
-
readonly bundler3: 307326238n;
|
|
854
|
-
readonly generalAdapter1: 307326238n;
|
|
855
|
-
readonly paraswapAdapter: 307326988n;
|
|
856
|
-
readonly aaveV3CoreMigrationAdapter: 358694526n;
|
|
857
|
-
readonly compoundV3MigrationAdapter: 358693964n;
|
|
858
|
-
};
|
|
859
|
-
readonly permit2: 38692735n;
|
|
860
|
-
readonly adaptiveCurveIrm: 296446593n;
|
|
861
|
-
readonly publicAllocator: 296446593n;
|
|
862
|
-
readonly metaMorphoFactory: 296447195n;
|
|
863
|
-
readonly vaultV2Factory: 387016724n;
|
|
864
|
-
readonly morphoMarketV1AdapterFactory: 387016724n;
|
|
865
|
-
readonly morphoMarketV1AdapterV2Factory: 409152917n;
|
|
866
|
-
readonly morphoVaultV1AdapterFactory: 387016724n;
|
|
867
|
-
readonly registryList: 387017701n;
|
|
868
|
-
readonly chainlinkOracleFactory: 296447195n;
|
|
869
|
-
readonly preLiquidationFactory: 307326238n;
|
|
870
|
-
};
|
|
871
|
-
readonly 10: {
|
|
872
|
-
readonly morpho: 130770075n;
|
|
873
|
-
readonly bundler3: {
|
|
874
|
-
readonly bundler3: 132139369n;
|
|
875
|
-
readonly generalAdapter1: 132139369n;
|
|
876
|
-
readonly paraswapAdapter: 132139438n;
|
|
877
|
-
};
|
|
878
|
-
readonly permit2: 38854427n;
|
|
879
|
-
readonly adaptiveCurveIrm: 130770075n;
|
|
880
|
-
readonly publicAllocator: 130770075n;
|
|
881
|
-
readonly metaMorphoFactory: 130770189n;
|
|
882
|
-
readonly vaultV2Factory: 142122059n;
|
|
883
|
-
readonly morphoMarketV1AdapterFactory: 142122059n;
|
|
884
|
-
readonly morphoMarketV1AdapterV2Factory: 144881071n;
|
|
885
|
-
readonly morphoVaultV1AdapterFactory: 142122059n;
|
|
886
|
-
readonly registryList: 142122170n;
|
|
887
|
-
readonly chainlinkOracleFactory: 130770189n;
|
|
888
|
-
readonly preLiquidationFactory: 132139369n;
|
|
889
|
-
};
|
|
890
|
-
readonly 480: {
|
|
891
|
-
readonly morpho: 9025669n;
|
|
892
|
-
readonly bundler3: {
|
|
893
|
-
readonly bundler3: 10273494n;
|
|
894
|
-
readonly generalAdapter1: 10273494n;
|
|
895
|
-
};
|
|
896
|
-
readonly adaptiveCurveIrm: 9025669n;
|
|
897
|
-
readonly publicAllocator: 9025669n;
|
|
898
|
-
readonly metaMorphoFactory: 9025733n;
|
|
899
|
-
readonly vaultV2Factory: 20253005n;
|
|
900
|
-
readonly morphoMarketV1AdapterFactory: 20253005n;
|
|
901
|
-
readonly morphoMarketV1AdapterV2Factory: 23013012n;
|
|
902
|
-
readonly morphoVaultV1AdapterFactory: 20253005n;
|
|
903
|
-
readonly registryList: 20253132n;
|
|
904
|
-
readonly chainlinkOracleFactory: 9025733n;
|
|
905
|
-
readonly preLiquidationFactory: 10273494n;
|
|
906
|
-
};
|
|
907
|
-
readonly 252: {
|
|
908
|
-
readonly morpho: 15317931n;
|
|
909
|
-
readonly bundler3: {
|
|
910
|
-
readonly bundler3: 16536231n;
|
|
911
|
-
readonly generalAdapter1: 16536231n;
|
|
912
|
-
};
|
|
913
|
-
readonly adaptiveCurveIrm: 15317931n;
|
|
914
|
-
readonly publicAllocator: 15317931n;
|
|
915
|
-
readonly metaMorphoFactory: 15318007n;
|
|
916
|
-
readonly chainlinkOracleFactory: 15318007n;
|
|
917
|
-
readonly preLiquidationFactory: 16536231n;
|
|
918
|
-
};
|
|
919
|
-
readonly 534352: {
|
|
920
|
-
readonly morpho: 12842868n;
|
|
921
|
-
readonly bundler3: {
|
|
922
|
-
readonly bundler3: 13504587n;
|
|
923
|
-
readonly generalAdapter1: 13504587n;
|
|
924
|
-
};
|
|
925
|
-
readonly adaptiveCurveIrm: 12842868n;
|
|
926
|
-
readonly publicAllocator: 12842868n;
|
|
927
|
-
readonly metaMorphoFactory: 12842903n;
|
|
928
|
-
readonly chainlinkOracleFactory: 12842903n;
|
|
929
|
-
readonly preLiquidationFactory: 13504587n;
|
|
930
|
-
};
|
|
931
|
-
readonly 57073: {
|
|
932
|
-
readonly morpho: 4078776n;
|
|
933
|
-
readonly bundler3: {
|
|
934
|
-
readonly bundler3: 6385077n;
|
|
935
|
-
readonly generalAdapter1: 6385077n;
|
|
936
|
-
};
|
|
937
|
-
readonly adaptiveCurveIrm: 4078776n;
|
|
938
|
-
readonly publicAllocator: 4078776n;
|
|
939
|
-
readonly metaMorphoFactory: 4078830n;
|
|
940
|
-
readonly chainlinkOracleFactory: 4078830n;
|
|
941
|
-
readonly preLiquidationFactory: 6385077n;
|
|
942
|
-
};
|
|
943
|
-
readonly 130: {
|
|
944
|
-
readonly morpho: 9139027n;
|
|
945
|
-
readonly permit2: 0n;
|
|
946
|
-
readonly bundler3: {
|
|
947
|
-
readonly bundler3: 9381237n;
|
|
948
|
-
readonly generalAdapter1: 9381237n;
|
|
949
|
-
readonly paraswapAdapter: 20872902n;
|
|
950
|
-
readonly compoundV3MigrationAdapter: 22019479n;
|
|
951
|
-
};
|
|
952
|
-
readonly adaptiveCurveIrm: 9139027n;
|
|
953
|
-
readonly publicAllocator: 9139027n;
|
|
954
|
-
readonly metaMorphoFactory: 9316789n;
|
|
955
|
-
readonly vaultV2Factory: 29092109n;
|
|
956
|
-
readonly morphoMarketV1AdapterFactory: 29092109n;
|
|
957
|
-
readonly morphoMarketV1AdapterV2Factory: 34613548n;
|
|
958
|
-
readonly morphoVaultV1AdapterFactory: 29092109n;
|
|
959
|
-
readonly registryList: 29092328n;
|
|
960
|
-
readonly chainlinkOracleFactory: 9316789n;
|
|
961
|
-
readonly preLiquidationFactory: 9381237n;
|
|
962
|
-
};
|
|
963
|
-
readonly 146: {
|
|
964
|
-
readonly morpho: 9100931n;
|
|
965
|
-
readonly bundler3: {
|
|
966
|
-
readonly bundler3: 9102286n;
|
|
967
|
-
readonly generalAdapter1: 9102286n;
|
|
968
|
-
};
|
|
969
|
-
readonly adaptiveCurveIrm: 9100931n;
|
|
970
|
-
readonly publicAllocator: 9100931n;
|
|
971
|
-
readonly metaMorphoFactory: 9101319n;
|
|
972
|
-
readonly chainlinkOracleFactory: 9101319n;
|
|
973
|
-
readonly preLiquidationFactory: 9102286n;
|
|
974
|
-
};
|
|
975
|
-
readonly 43111: {
|
|
976
|
-
readonly morpho: 1188872n;
|
|
977
|
-
readonly bundler3: {
|
|
978
|
-
readonly bundler3: 1188907n;
|
|
979
|
-
readonly generalAdapter1: 1188907n;
|
|
980
|
-
};
|
|
981
|
-
readonly adaptiveCurveIrm: 1188872n;
|
|
982
|
-
readonly publicAllocator: 1188872n;
|
|
983
|
-
readonly metaMorphoFactory: 1188885n;
|
|
984
|
-
readonly chainlinkOracleFactory: 1188885n;
|
|
985
|
-
readonly preLiquidationFactory: 1188907n;
|
|
986
|
-
};
|
|
987
|
-
readonly 34443: {
|
|
988
|
-
readonly morpho: 19983370n;
|
|
989
|
-
readonly bundler3: {
|
|
990
|
-
readonly bundler3: 19983599n;
|
|
991
|
-
readonly generalAdapter1: 19983599n;
|
|
992
|
-
};
|
|
993
|
-
readonly adaptiveCurveIrm: 19983370n;
|
|
994
|
-
readonly publicAllocator: 19983370n;
|
|
995
|
-
readonly metaMorphoFactory: 19983443n;
|
|
996
|
-
readonly chainlinkOracleFactory: 19983443n;
|
|
997
|
-
readonly preLiquidationFactory: 19983599n;
|
|
998
|
-
};
|
|
999
|
-
readonly 21000000: {
|
|
1000
|
-
readonly morpho: 251401n;
|
|
1001
|
-
readonly bundler3: {
|
|
1002
|
-
readonly bundler3: 253107n;
|
|
1003
|
-
readonly generalAdapter1: 253107n;
|
|
1004
|
-
};
|
|
1005
|
-
readonly adaptiveCurveIrm: 251401n;
|
|
1006
|
-
readonly publicAllocator: 251401n;
|
|
1007
|
-
readonly metaMorphoFactory: 253027n;
|
|
1008
|
-
readonly chainlinkOracleFactory: 253027n;
|
|
1009
|
-
readonly preLiquidationFactory: 253107n;
|
|
1010
|
-
};
|
|
1011
|
-
readonly 98866: {
|
|
1012
|
-
readonly morpho: 765994n;
|
|
1013
|
-
readonly bundler3: {
|
|
1014
|
-
readonly bundler3: 789925n;
|
|
1015
|
-
readonly generalAdapter1: 789925n;
|
|
1016
|
-
};
|
|
1017
|
-
readonly adaptiveCurveIrm: 765994n;
|
|
1018
|
-
readonly publicAllocator: 765994n;
|
|
1019
|
-
readonly metaMorphoFactory: 766078n;
|
|
1020
|
-
readonly vaultV2Factory: 32235414n;
|
|
1021
|
-
readonly morphoMarketV1AdapterFactory: 32235414n;
|
|
1022
|
-
readonly morphoMarketV1AdapterV2Factory: 41965167n;
|
|
1023
|
-
readonly morphoVaultV1AdapterFactory: 32235414n;
|
|
1024
|
-
readonly registryList: 32235782n;
|
|
1025
|
-
readonly chainlinkOracleFactory: 766078n;
|
|
1026
|
-
readonly preLiquidationFactory: 789925n;
|
|
1027
|
-
};
|
|
1028
|
-
readonly 123420001114: {
|
|
1029
|
-
readonly morpho: 2410315n;
|
|
1030
|
-
readonly bundler3: {
|
|
1031
|
-
readonly bundler3: 2471517n;
|
|
1032
|
-
readonly generalAdapter1: 2471517n;
|
|
1033
|
-
};
|
|
1034
|
-
readonly adaptiveCurveIrm: 2410315n;
|
|
1035
|
-
readonly publicAllocator: 2410315n;
|
|
1036
|
-
readonly metaMorphoFactory: 2410440n;
|
|
1037
|
-
readonly chainlinkOracleFactory: 2410440n;
|
|
1038
|
-
readonly preLiquidationFactory: 2471517n;
|
|
1039
|
-
};
|
|
1040
|
-
readonly 747474: {
|
|
1041
|
-
readonly morpho: 2741069n;
|
|
1042
|
-
readonly bundler3: {
|
|
1043
|
-
readonly bundler3: 2741993n;
|
|
1044
|
-
readonly generalAdapter1: 2741993n;
|
|
1045
|
-
};
|
|
1046
|
-
readonly adaptiveCurveIrm: 2741069n;
|
|
1047
|
-
readonly publicAllocator: 2741069n;
|
|
1048
|
-
readonly metaMorphoFactory: 2741420n;
|
|
1049
|
-
readonly vaultV2Factory: 13096629n;
|
|
1050
|
-
readonly morphoMarketV1AdapterFactory: 13096629n;
|
|
1051
|
-
readonly morphoMarketV1AdapterV2Factory: 18619527n;
|
|
1052
|
-
readonly morphoVaultV1AdapterFactory: 13096629n;
|
|
1053
|
-
readonly registryList: 13096853n;
|
|
1054
|
-
readonly chainlinkOracleFactory: 2741420n;
|
|
1055
|
-
readonly preLiquidationFactory: 2741993n;
|
|
1056
|
-
};
|
|
1057
|
-
readonly 42793: {
|
|
1058
|
-
readonly morpho: 21047448n;
|
|
1059
|
-
readonly bundler3: {
|
|
1060
|
-
readonly bundler3: 21050766n;
|
|
1061
|
-
readonly generalAdapter1: 21050766n;
|
|
1062
|
-
};
|
|
1063
|
-
readonly adaptiveCurveIrm: 21047448n;
|
|
1064
|
-
readonly publicAllocator: 21047448n;
|
|
1065
|
-
readonly metaMorphoFactory: 21050315n;
|
|
1066
|
-
readonly chainlinkOracleFactory: 21050315n;
|
|
1067
|
-
readonly preLiquidationFactory: 21050766n;
|
|
1068
|
-
};
|
|
1069
|
-
readonly 239: {
|
|
1070
|
-
readonly morpho: 853025n;
|
|
1071
|
-
readonly permit2: 553679n;
|
|
1072
|
-
readonly bundler3: {
|
|
1073
|
-
readonly bundler3: 978967n;
|
|
1074
|
-
readonly generalAdapter1: 978967n;
|
|
1075
|
-
};
|
|
1076
|
-
readonly adaptiveCurveIrm: 853025n;
|
|
1077
|
-
readonly publicAllocator: 853025n;
|
|
1078
|
-
readonly metaMorphoFactory: 978654n;
|
|
1079
|
-
readonly chainlinkOracleFactory: 978654n;
|
|
1080
|
-
readonly preLiquidationFactory: 978967n;
|
|
1081
|
-
};
|
|
1082
|
-
readonly 1135: {
|
|
1083
|
-
readonly morpho: 15731231n;
|
|
1084
|
-
readonly bundler3: {
|
|
1085
|
-
readonly bundler3: 15731595n;
|
|
1086
|
-
readonly generalAdapter1: 15731595n;
|
|
1087
|
-
};
|
|
1088
|
-
readonly adaptiveCurveIrm: 15731231n;
|
|
1089
|
-
readonly publicAllocator: 15731231n;
|
|
1090
|
-
readonly metaMorphoFactory: 15731333n;
|
|
1091
|
-
readonly chainlinkOracleFactory: 15731333n;
|
|
1092
|
-
readonly preLiquidationFactory: 15731595n;
|
|
1093
|
-
};
|
|
1094
|
-
readonly 999: {
|
|
1095
|
-
readonly morpho: 1988429n;
|
|
1096
|
-
readonly bundler3: {
|
|
1097
|
-
readonly bundler3: 1988956n;
|
|
1098
|
-
readonly generalAdapter1: 1988956n;
|
|
1099
|
-
};
|
|
1100
|
-
readonly adaptiveCurveIrm: 1988429n;
|
|
1101
|
-
readonly publicAllocator: 1988429n;
|
|
1102
|
-
readonly metaMorphoFactory: 1988677n;
|
|
1103
|
-
readonly vaultV2Factory: 14188393n;
|
|
1104
|
-
readonly morphoMarketV1AdapterFactory: 14188393n;
|
|
1105
|
-
readonly morphoMarketV1AdapterV2Factory: 21460330n;
|
|
1106
|
-
readonly morphoVaultV1AdapterFactory: 14188393n;
|
|
1107
|
-
readonly registryList: 14188698n;
|
|
1108
|
-
readonly chainlinkOracleFactory: 1988677n;
|
|
1109
|
-
readonly preLiquidationFactory: 1988956n;
|
|
1110
|
-
};
|
|
1111
|
-
readonly 1329: {
|
|
1112
|
-
readonly morpho: 166036723n;
|
|
1113
|
-
readonly bundler3: {
|
|
1114
|
-
readonly bundler3: 168897284n;
|
|
1115
|
-
readonly generalAdapter1: 168897284n;
|
|
1116
|
-
};
|
|
1117
|
-
readonly permit2: 118721449n;
|
|
1118
|
-
readonly adaptiveCurveIrm: 166036723n;
|
|
1119
|
-
readonly publicAllocator: 166036723n;
|
|
1120
|
-
readonly metaMorphoFactory: 168896078n;
|
|
1121
|
-
readonly chainlinkOracleFactory: 168896078n;
|
|
1122
|
-
readonly preLiquidationFactory: 168897284n;
|
|
1123
|
-
readonly usdc: 154131168n;
|
|
1124
|
-
};
|
|
1125
|
-
readonly 16661: {
|
|
1126
|
-
readonly morpho: 7526486n;
|
|
1127
|
-
readonly bundler3: {
|
|
1128
|
-
readonly bundler3: 7527649n;
|
|
1129
|
-
readonly generalAdapter1: 7527649n;
|
|
1130
|
-
};
|
|
1131
|
-
readonly adaptiveCurveIrm: 7526486n;
|
|
1132
|
-
readonly publicAllocator: 7526486n;
|
|
1133
|
-
readonly metaMorphoFactory: 7526768n;
|
|
1134
|
-
readonly chainlinkOracleFactory: 7526768n;
|
|
1135
|
-
readonly preLiquidationFactory: 7527649n;
|
|
1136
|
-
};
|
|
1137
|
-
readonly 59144: {
|
|
1138
|
-
readonly morpho: 25072608n;
|
|
1139
|
-
readonly bundler3: {
|
|
1140
|
-
readonly bundler3: 25072853n;
|
|
1141
|
-
readonly generalAdapter1: 25072853n;
|
|
1142
|
-
};
|
|
1143
|
-
readonly adaptiveCurveIrm: 25072608n;
|
|
1144
|
-
readonly publicAllocator: 25072608n;
|
|
1145
|
-
readonly metaMorphoFactory: 25072665n;
|
|
1146
|
-
readonly vaultV2Factory: 25072951n;
|
|
1147
|
-
readonly morphoMarketV1AdapterFactory: 25072951n;
|
|
1148
|
-
readonly morphoVaultV1AdapterFactory: 25072951n;
|
|
1149
|
-
readonly registryList: 25073088n;
|
|
1150
|
-
readonly chainlinkOracleFactory: 25072665n;
|
|
1151
|
-
readonly preLiquidationFactory: 25072853n;
|
|
1152
|
-
};
|
|
1153
|
-
readonly 143: {
|
|
1154
|
-
readonly morpho: 31907457n;
|
|
1155
|
-
readonly bundler3: {
|
|
1156
|
-
readonly bundler3: 32321504n;
|
|
1157
|
-
readonly generalAdapter1: 32321504n;
|
|
1158
|
-
};
|
|
1159
|
-
readonly adaptiveCurveIrm: 31907457n;
|
|
1160
|
-
readonly publicAllocator: 31907457n;
|
|
1161
|
-
readonly metaMorphoFactory: 32320327n;
|
|
1162
|
-
readonly vaultV2Factory: 32321811n;
|
|
1163
|
-
readonly morphoMarketV1AdapterFactory: 32321811n;
|
|
1164
|
-
readonly morphoMarketV1AdapterV2Factory: 41103883n;
|
|
1165
|
-
readonly morphoVaultV1AdapterFactory: 32321811n;
|
|
1166
|
-
readonly registryList: 32322465n;
|
|
1167
|
-
readonly chainlinkOracleFactory: 32320327n;
|
|
1168
|
-
readonly preLiquidationFactory: 32321504n;
|
|
1169
|
-
readonly usdc: 22909616n;
|
|
1170
|
-
};
|
|
1171
|
-
readonly 988: {
|
|
1172
|
-
readonly morpho: 1504506n;
|
|
1173
|
-
readonly bundler3: {
|
|
1174
|
-
readonly bundler3: 1741861n;
|
|
1175
|
-
readonly generalAdapter1: 1741861n;
|
|
1176
|
-
};
|
|
1177
|
-
readonly adaptiveCurveIrm: 1504506n;
|
|
1178
|
-
readonly publicAllocator: 1504506n;
|
|
1179
|
-
readonly metaMorphoFactory: 1504774n;
|
|
1180
|
-
readonly vaultV2Factory: 1506182n;
|
|
1181
|
-
readonly morphoMarketV1AdapterFactory: 1506182n;
|
|
1182
|
-
readonly morphoVaultV1AdapterFactory: 1506182n;
|
|
1183
|
-
readonly morphoMarketV1AdapterV2Factory: 5110812n;
|
|
1184
|
-
readonly registryList: 1506877n;
|
|
1185
|
-
readonly chainlinkOracleFactory: 1504774n;
|
|
1186
|
-
readonly preLiquidationFactory: 1741861n;
|
|
1187
|
-
};
|
|
1188
|
-
readonly 25: {
|
|
1189
|
-
readonly morpho: 38459435n;
|
|
1190
|
-
readonly bundler3: {
|
|
1191
|
-
readonly bundler3: 38460388n;
|
|
1192
|
-
readonly generalAdapter1: 38460388n;
|
|
1193
|
-
};
|
|
1194
|
-
readonly adaptiveCurveIrm: 38459435n;
|
|
1195
|
-
readonly publicAllocator: 38459435n;
|
|
1196
|
-
readonly metaMorphoFactory: 38459727n;
|
|
1197
|
-
readonly vaultV2Factory: 38461643n;
|
|
1198
|
-
readonly morphoMarketV1AdapterFactory: 38461643n;
|
|
1199
|
-
readonly morphoMarketV1AdapterV2Factory: 44236918n;
|
|
1200
|
-
readonly morphoVaultV1AdapterFactory: 38461643n;
|
|
1201
|
-
readonly registryList: 38461812n;
|
|
1202
|
-
readonly chainlinkOracleFactory: 38459727n;
|
|
1203
|
-
readonly preLiquidationFactory: 38460388n;
|
|
1204
|
-
};
|
|
1205
|
-
readonly 42220: {
|
|
1206
|
-
readonly morpho: 40249329n;
|
|
1207
|
-
readonly bundler3: {
|
|
1208
|
-
readonly bundler3: 41808392n;
|
|
1209
|
-
readonly generalAdapter1: 41808392n;
|
|
1210
|
-
};
|
|
1211
|
-
readonly adaptiveCurveIrm: 40249329n;
|
|
1212
|
-
readonly publicAllocator: 40249329n;
|
|
1213
|
-
readonly metaMorphoFactory: 40259931n;
|
|
1214
|
-
readonly chainlinkOracleFactory: 40259931n;
|
|
1215
|
-
readonly preLiquidationFactory: 41808392n;
|
|
1216
|
-
readonly usdc: 23412006n;
|
|
1217
|
-
};
|
|
1218
|
-
readonly 2741: {
|
|
1219
|
-
readonly morpho: 13947713n;
|
|
1220
|
-
readonly bundler3: {
|
|
1221
|
-
readonly bundler3: 13949482n;
|
|
1222
|
-
readonly generalAdapter1: 13949482n;
|
|
1223
|
-
};
|
|
1224
|
-
readonly adaptiveCurveIrm: 13947713n;
|
|
1225
|
-
readonly publicAllocator: 13947713n;
|
|
1226
|
-
readonly metaMorphoFactory: 13949369n;
|
|
1227
|
-
readonly chainlinkOracleFactory: 13949369n;
|
|
1228
|
-
readonly preLiquidationFactory: 13949482n;
|
|
1229
|
-
readonly usdc: 53247n;
|
|
1230
|
-
};
|
|
1231
|
-
readonly 200901: {
|
|
1232
|
-
readonly morpho: 13516997n;
|
|
1233
|
-
readonly bundler3: {
|
|
1234
|
-
readonly bundler3: 13638316n;
|
|
1235
|
-
readonly generalAdapter1: 13638316n;
|
|
1236
|
-
};
|
|
1237
|
-
readonly adaptiveCurveIrm: 13516997n;
|
|
1238
|
-
readonly publicAllocator: 13516997n;
|
|
1239
|
-
readonly metaMorphoFactory: 13638155n;
|
|
1240
|
-
readonly chainlinkOracleFactory: 13638155n;
|
|
1241
|
-
readonly preLiquidationFactory: 13638316n;
|
|
1242
|
-
readonly usdc: 4041175n;
|
|
1243
|
-
};
|
|
1244
|
-
readonly 56: {
|
|
1245
|
-
readonly morpho: 54344680n;
|
|
1246
|
-
readonly permit2: 25343783n;
|
|
1247
|
-
readonly bundler3: {
|
|
1248
|
-
readonly bundler3: 54346080n;
|
|
1249
|
-
readonly generalAdapter1: 54346080n;
|
|
1250
|
-
};
|
|
1251
|
-
readonly adaptiveCurveIrm: 54344680n;
|
|
1252
|
-
readonly publicAllocator: 54344680n;
|
|
1253
|
-
readonly metaMorphoFactory: 54344985n;
|
|
1254
|
-
readonly chainlinkOracleFactory: 54344985n;
|
|
1255
|
-
readonly preLiquidationFactory: 54346080n;
|
|
1256
|
-
};
|
|
1257
|
-
readonly 1868: {
|
|
1258
|
-
readonly morpho: 6440817n;
|
|
1259
|
-
readonly bundler3: {
|
|
1260
|
-
readonly bundler3: 6443359n;
|
|
1261
|
-
readonly generalAdapter1: 6443359n;
|
|
1262
|
-
};
|
|
1263
|
-
readonly adaptiveCurveIrm: 6440817n;
|
|
1264
|
-
readonly publicAllocator: 6440817n;
|
|
1265
|
-
readonly metaMorphoFactory: 6440899n;
|
|
1266
|
-
readonly chainlinkOracleFactory: 6440899n;
|
|
1267
|
-
readonly preLiquidationFactory: 6443359n;
|
|
1268
|
-
};
|
|
1269
|
-
readonly 4217: {
|
|
1270
|
-
readonly morpho: 2375189n;
|
|
1271
|
-
readonly bundler3: {
|
|
1272
|
-
readonly bundler3: 2375313n;
|
|
1273
|
-
readonly generalAdapter1: 2375301n;
|
|
1274
|
-
};
|
|
1275
|
-
readonly adaptiveCurveIrm: 2375313n;
|
|
1276
|
-
readonly vaultV2Factory: 2375650n;
|
|
1277
|
-
readonly morphoMarketV1AdapterV2Factory: 2375701n;
|
|
1278
|
-
readonly morphoVaultV1AdapterFactory: 16475630n;
|
|
1279
|
-
readonly registryList: 2375601n;
|
|
1280
|
-
readonly chainlinkOracleFactory: 2375626n;
|
|
1281
|
-
readonly preLiquidationFactory: 2375010n;
|
|
1282
|
-
};
|
|
1283
|
-
readonly 714: {
|
|
1284
|
-
readonly morpho: 53363569n;
|
|
1285
|
-
readonly permit2: 52269150n;
|
|
1286
|
-
readonly bundler3: {
|
|
1287
|
-
readonly bundler3: 53363569n;
|
|
1288
|
-
readonly generalAdapter1: 53363569n;
|
|
1289
|
-
};
|
|
1290
|
-
readonly adaptiveCurveIrm: 53363569n;
|
|
1291
|
-
readonly vaultV2Factory: 53366326n;
|
|
1292
|
-
readonly morphoMarketV1AdapterV2Factory: 53367797n;
|
|
1293
|
-
readonly registryList: 53367797n;
|
|
1294
|
-
readonly chainlinkOracleFactory: 53364880n;
|
|
1295
|
-
readonly preLiquidationFactory: 53364880n;
|
|
1296
|
-
readonly wNative: 0n;
|
|
1297
|
-
};
|
|
1298
|
-
readonly 1672: {
|
|
1299
|
-
readonly morpho: 4202147n;
|
|
1300
|
-
readonly permit2: 0n;
|
|
1301
|
-
readonly bundler3: {
|
|
1302
|
-
readonly bundler3: 4202147n;
|
|
1303
|
-
readonly generalAdapter1: 4202147n;
|
|
1304
|
-
};
|
|
1305
|
-
readonly adaptiveCurveIrm: 4202147n;
|
|
1306
|
-
readonly vaultV2Factory: 4240410n;
|
|
1307
|
-
readonly morphoMarketV1AdapterV2Factory: 4240521n;
|
|
1308
|
-
readonly registryList: 4240521n;
|
|
1309
|
-
readonly chainlinkOracleFactory: 4202252n;
|
|
1310
|
-
readonly preLiquidationFactory: 4202252n;
|
|
1311
|
-
readonly wNative: 1617294n;
|
|
1312
|
-
};
|
|
1313
|
-
readonly 685689: {
|
|
1314
|
-
readonly morpho: 7520470n;
|
|
1315
|
-
readonly permit2: 0n;
|
|
1316
|
-
readonly bundler3: {
|
|
1317
|
-
readonly bundler3: 7520470n;
|
|
1318
|
-
readonly generalAdapter1: 7520470n;
|
|
1319
|
-
};
|
|
1320
|
-
readonly adaptiveCurveIrm: 7520470n;
|
|
1321
|
-
readonly vaultV2Factory: 7520624n;
|
|
1322
|
-
readonly morphoMarketV1AdapterV2Factory: 7520701n;
|
|
1323
|
-
readonly registryList: 7520701n;
|
|
1324
|
-
readonly chainlinkOracleFactory: 7520548n;
|
|
1325
|
-
readonly preLiquidationFactory: 7520548n;
|
|
1326
|
-
readonly wNative: 0n;
|
|
1327
|
-
};
|
|
1328
|
-
readonly 14: {
|
|
1329
|
-
readonly morpho: 52378788n;
|
|
1330
|
-
readonly permit2: 58377404n;
|
|
1331
|
-
readonly bundler3: {
|
|
1332
|
-
readonly bundler3: 52378788n;
|
|
1333
|
-
readonly generalAdapter1: 52378788n;
|
|
1334
|
-
};
|
|
1335
|
-
readonly adaptiveCurveIrm: 52378788n;
|
|
1336
|
-
readonly vaultV2Factory: 52383002n;
|
|
1337
|
-
readonly morphoMarketV1AdapterV2Factory: 52383110n;
|
|
1338
|
-
readonly registryList: 52383110n;
|
|
1339
|
-
readonly chainlinkOracleFactory: 52378931n;
|
|
1340
|
-
readonly preLiquidationFactory: 52378931n;
|
|
1341
|
-
readonly wNative: 39n;
|
|
1342
|
-
};
|
|
1343
|
-
readonly 50: {
|
|
1344
|
-
readonly morpho: 101757515n;
|
|
1345
|
-
readonly permit2: 92945178n;
|
|
1346
|
-
readonly bundler3: {
|
|
1347
|
-
readonly bundler3: 101757515n;
|
|
1348
|
-
readonly generalAdapter1: 101757515n;
|
|
1349
|
-
};
|
|
1350
|
-
readonly adaptiveCurveIrm: 101757515n;
|
|
1351
|
-
readonly vaultV2Factory: 101757669n;
|
|
1352
|
-
readonly morphoMarketV1AdapterV2Factory: 101757823n;
|
|
1353
|
-
readonly registryList: 101757823n;
|
|
1354
|
-
readonly chainlinkOracleFactory: 101757578n;
|
|
1355
|
-
readonly preLiquidationFactory: 101757578n;
|
|
1356
|
-
readonly wNative: 42776215n;
|
|
1357
|
-
};
|
|
1358
|
-
readonly 8217: {
|
|
1359
|
-
readonly morpho: 208021118n;
|
|
1360
|
-
readonly permit2: 188994815n;
|
|
1361
|
-
readonly bundler3: {
|
|
1362
|
-
readonly bundler3: 208021118n;
|
|
1363
|
-
readonly generalAdapter1: 208021118n;
|
|
1364
|
-
};
|
|
1365
|
-
readonly adaptiveCurveIrm: 208021118n;
|
|
1366
|
-
readonly vaultV2Factory: 213463014n;
|
|
1367
|
-
readonly morphoMarketV1AdapterV2Factory: 213463079n;
|
|
1368
|
-
readonly registryList: 213463079n;
|
|
1369
|
-
readonly chainlinkOracleFactory: 213462907n;
|
|
1370
|
-
readonly preLiquidationFactory: 213462907n;
|
|
1371
|
-
readonly wNative: 104802159n;
|
|
1372
|
-
};
|
|
1373
|
-
readonly 5042: {
|
|
1374
|
-
readonly morpho: 1208685n;
|
|
1375
|
-
readonly permit2: 0n;
|
|
1376
|
-
readonly bundler3: {
|
|
1377
|
-
readonly bundler3: 1208685n;
|
|
1378
|
-
readonly generalAdapter1: 1208685n;
|
|
1379
|
-
};
|
|
1380
|
-
readonly adaptiveCurveIrm: 1208685n;
|
|
1381
|
-
readonly vaultV2Factory: 1208931n;
|
|
1382
|
-
readonly morphoMarketV1AdapterV2Factory: 1208978n;
|
|
1383
|
-
readonly registryList: 1208978n;
|
|
1384
|
-
readonly chainlinkOracleFactory: 1208882n;
|
|
1385
|
-
readonly preLiquidationFactory: 1208882n;
|
|
1386
|
-
};
|
|
1387
|
-
readonly 2818: {
|
|
1388
|
-
readonly morpho: 23180020n;
|
|
1389
|
-
readonly permit2: 5081244n;
|
|
1390
|
-
readonly bundler3: {
|
|
1391
|
-
readonly bundler3: 23180020n;
|
|
1392
|
-
readonly generalAdapter1: 23180020n;
|
|
1393
|
-
};
|
|
1394
|
-
readonly adaptiveCurveIrm: 23180020n;
|
|
1395
|
-
readonly vaultV2Factory: 23180183n;
|
|
1396
|
-
readonly morphoMarketV1AdapterV2Factory: 23180228n;
|
|
1397
|
-
readonly registryList: 23180228n;
|
|
1398
|
-
readonly chainlinkOracleFactory: 23180111n;
|
|
1399
|
-
readonly preLiquidationFactory: 23180111n;
|
|
1400
|
-
readonly wNative: 0n;
|
|
1401
|
-
};
|
|
1402
|
-
readonly 4326: {
|
|
1403
|
-
readonly morpho: 16408957n;
|
|
1404
|
-
readonly permit2: 0n;
|
|
1405
|
-
readonly bundler3: {
|
|
1406
|
-
readonly bundler3: 16408957n;
|
|
1407
|
-
readonly generalAdapter1: 16408957n;
|
|
1408
|
-
};
|
|
1409
|
-
readonly adaptiveCurveIrm: 16408957n;
|
|
1410
|
-
readonly vaultV2Factory: 16409067n;
|
|
1411
|
-
readonly morphoMarketV1AdapterV2Factory: 16409115n;
|
|
1412
|
-
readonly registryList: 16409115n;
|
|
1413
|
-
readonly chainlinkOracleFactory: 16409024n;
|
|
1414
|
-
readonly preLiquidationFactory: 16409024n;
|
|
1415
|
-
readonly wNative: 0n;
|
|
1416
|
-
};
|
|
1417
|
-
};
|
|
1418
|
-
/** Dot-separated label for an address entry in the chain registry. */
|
|
1419
|
-
export type AddressLabel = DottedKeys<(typeof _addressesRegistry)[ChainId]>;
|
|
1420
|
-
/**
|
|
1421
|
-
* Returns the protocol address registry for a chain.
|
|
1422
|
-
*
|
|
1423
|
-
* @param chainId - The EIP-155 chain id.
|
|
1424
|
-
* @returns The configured protocol, adapter, factory, and token addresses for `chainId`.
|
|
1425
|
-
* @throws {UnsupportedChainIdError} when no address registry exists for `chainId`.
|
|
1426
|
-
* @example
|
|
1427
|
-
* ```ts
|
|
1428
|
-
* import { ChainId, getChainAddresses } from "@morpho-org/blue-sdk";
|
|
1429
|
-
*
|
|
1430
|
-
* const chainAddresses = getChainAddresses(ChainId.EthMainnet);
|
|
1431
|
-
* // chainAddresses satisfies ChainAddresses
|
|
1432
|
-
* ```
|
|
1433
|
-
*/
|
|
1434
|
-
export declare const getChainAddresses: (chainId: number) => ChainAddresses;
|
|
1435
|
-
/**
|
|
1436
|
-
* Returns the unwrapped token mapped to a wrapped token on a chain.
|
|
1437
|
-
*
|
|
1438
|
-
* @param wrappedToken - The wrapped token address to resolve.
|
|
1439
|
-
* @param chainId - The EIP-155 chain id.
|
|
1440
|
-
* @returns The unwrapped token address, or `undefined` when no mapping is registered.
|
|
1441
|
-
* @example
|
|
1442
|
-
* ```ts
|
|
1443
|
-
* import { ChainId, getUnwrappedToken, NATIVE_ADDRESS, addresses } from "@morpho-org/blue-sdk";
|
|
1444
|
-
*
|
|
1445
|
-
* const unwrapped = getUnwrappedToken(addresses[ChainId.EthMainnet].wNative!, ChainId.EthMainnet);
|
|
1446
|
-
* // unwrapped === NATIVE_ADDRESS
|
|
1447
|
-
* ```
|
|
1448
|
-
*/
|
|
1449
|
-
export declare function getUnwrappedToken(wrappedToken: Address, chainId: number): `0x${string}` | undefined;
|
|
1450
|
-
/**
|
|
1451
|
-
* The registry of all known ERC20Wrapper tokens.
|
|
1452
|
-
*/
|
|
1453
|
-
export declare const erc20WrapperTokens: Record<number, Set<Address>>;
|
|
1454
|
-
/**
|
|
1455
|
-
* The registry of all known PermissionedERC20Wrapper with a `hasPermission` getter.
|
|
1456
|
-
* All permissioned wrapper tokens are considered ERC20Wrapper and automatically added to the erc20WrapperTokens registry.
|
|
1457
|
-
*/
|
|
1458
|
-
export declare const permissionedWrapperTokens: Record<number, Set<Address>>;
|
|
1459
|
-
/**
|
|
1460
|
-
* The registry of all known permissioned wrapped Backed tokens.
|
|
1461
|
-
* All permissioned Backed tokens are considered ERC20Wrapper and automatically added to the erc20WrapperTokens registry.
|
|
1462
|
-
*/
|
|
1463
|
-
export declare const permissionedBackedTokens: Record<number, Set<Address>>;
|
|
1464
|
-
/**
|
|
1465
|
-
* The registry of all known permissioned wrapped tokens that require a Coinbase attestation.
|
|
1466
|
-
* All permissioned Coinbase tokens are considered PermissionedERC20Wrapper and automatically added to the permissionedWrapperTokens registry.
|
|
1467
|
-
*/
|
|
1468
|
-
export declare const permissionedCoinbaseTokens: Record<number, Set<Address>>;
|
|
1469
|
-
/**
|
|
1470
|
-
* Returns the known Coinbase-attested wrapped tokens for a chain.
|
|
1471
|
-
*
|
|
1472
|
-
* @param chainId - The EIP-155 chain id.
|
|
1473
|
-
* @returns A set of permissioned wrapped token addresses, or an empty set when none are registered.
|
|
1474
|
-
* @example
|
|
1475
|
-
* ```ts
|
|
1476
|
-
* import { ChainId, getPermissionedCoinbaseTokens } from "@morpho-org/blue-sdk";
|
|
1477
|
-
*
|
|
1478
|
-
* const tokens = getPermissionedCoinbaseTokens(ChainId.BaseMainnet);
|
|
1479
|
-
* // tokens satisfies Set<Address>
|
|
1480
|
-
* ```
|
|
1481
|
-
*/
|
|
1482
|
-
export declare const getPermissionedCoinbaseTokens: (chainId: number) => Set<`0x${string}`>;
|
|
1483
|
-
/** /!\ These tokens can not be listed in `erc20WrapperTokens` because the following specs are different:
|
|
1484
|
-
* - calling `depositFor` supplies on blue instead of minting wrapped token to the user
|
|
1485
|
-
*/
|
|
1486
|
-
export declare const convexWrapperTokens: Record<number, Set<Address>>;
|
|
1487
|
-
/** Deep-frozen registry of known chain addresses, keyed by chain id. */
|
|
1488
|
-
export declare let addressesRegistry: {
|
|
1489
|
-
readonly 1: {
|
|
1490
|
-
readonly morpho: "0xBBBBBbbBBb9cC5e90e3b3Af64bdAF62C37EEFFCb";
|
|
1491
|
-
readonly permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
|
|
1492
|
-
readonly bundler3: {
|
|
1493
|
-
readonly bundler3: "0x6566194141eefa99Af43Bb5Aa71460Ca2Dc90245";
|
|
1494
|
-
readonly generalAdapter1: "0x4A6c312ec70E8747a587EE860a0353cd42Be0aE0";
|
|
1495
|
-
readonly paraswapAdapter: "0x03b5259Bd204BfD4A616E5B79b0B786d90c6C38f";
|
|
1496
|
-
readonly erc20WrapperAdapter: "0xf83D17dFE160597b19e4FdD8ea61A23e9a87F962";
|
|
1497
|
-
readonly compoundV2MigrationAdapter: "0x9B89c07f480Df1945279031b5fC6fF241b8f1101";
|
|
1498
|
-
readonly compoundV3MigrationAdapter: "0xdBa5bdE29eA030Bfa6A608592dFcA1D02CB26773";
|
|
1499
|
-
readonly aaveV2MigrationAdapter: "0x40288815C399709dFC0875A384B637fFe387961B";
|
|
1500
|
-
readonly aaveV3CoreMigrationAdapter: "0xb09e40EbE31b738fbf20289270a397118707D475";
|
|
1501
|
-
readonly aaveV3PrimeMigrationAdapter: "0x2CC8d502a65824B4cF9A58DB03490bA024BDB806";
|
|
1502
|
-
readonly aaveV3EtherFiMigrationAdapter: "0x4011dc6581fA05F9B0c7A12AdCd676e2b1a59ca3";
|
|
1503
|
-
readonly aaveV3OptimizerMigrationAdapter: "0x9e2ea2d5785598a163D569D795f286F5C55ad972";
|
|
1504
|
-
};
|
|
1505
|
-
readonly adaptiveCurveIrm: "0x870aC11D48B15DB9a138Cf899d20F13F79Ba00BC";
|
|
1506
|
-
readonly publicAllocator: "0xfd32fA2ca22c76dD6E550706Ad913FC6CE91c75D";
|
|
1507
|
-
readonly metaMorphoFactory: "0x1897A8997241C1cD4bD0698647e4EB7213535c24";
|
|
1508
|
-
readonly vaultV2Factory: "0xA1D94F746dEfa1928926b84fB2596c06926C0405";
|
|
1509
|
-
readonly morphoMarketV1AdapterFactory: "0xb049465969ac6355127cDf9E88deE63d25204d5D";
|
|
1510
|
-
readonly morphoMarketV1AdapterV2Factory: "0x32BB1c0D48D8b1B3363e86eeB9A0300BAd61ccc1";
|
|
1511
|
-
readonly morphoVaultV1AdapterFactory: "0xD1B8E2dee25c2b89DCD2f98448a7ce87d6F63394";
|
|
1512
|
-
readonly registryList: "0x3696c5eAe4a7Ffd04Ea163564571E9CD8Ed9364e";
|
|
1513
|
-
readonly chainlinkOracleFactory: "0x3A7bB36Ee3f3eE32A60e9f2b33c1e5f2E83ad766";
|
|
1514
|
-
readonly preLiquidationFactory: "0x6FF33615e792E35ed1026ea7cACCf42D9BF83476";
|
|
1515
|
-
readonly wNative: "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2";
|
|
1516
|
-
readonly morphoToken: "0x9994E35Db50125E0DF82e4c2dde62496CE330999";
|
|
1517
|
-
readonly dai: "0x6B175474E89094C44Da98b954EedeAC495271d0F";
|
|
1518
|
-
readonly sDai: "0x83F20F44975D03b1b09e64809B757c47f942BEeA";
|
|
1519
|
-
readonly mkr: "0x9f8F72aA9304c8B593d555F12eF6589cC3A579A2";
|
|
1520
|
-
readonly stEth: "0xae7ab96520DE3A18E5e111B5EaAb095312D7fE84";
|
|
1521
|
-
readonly wstEth: "0x7f39C581F595B53c5cb19bD0b3f8dA6c935E2Ca0";
|
|
1522
|
-
readonly osEth: "0xf1C9acDc66974dFB6dEcB12aA385b9cD01190E38";
|
|
1523
|
-
readonly bIB01: "0xCA30c93B02514f86d5C86a6e375E3A330B435Fb5";
|
|
1524
|
-
readonly wbIB01: "0xcA2A7068e551d5C4482eb34880b194E4b945712F";
|
|
1525
|
-
readonly bC3M: "0x2F123cF3F37CE3328CC9B5b8415f9EC5109b45e7";
|
|
1526
|
-
readonly wbC3M: "0x95D7337d43340E2721960Dc402D9b9117f0d81a2";
|
|
1527
|
-
readonly usdc: "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48";
|
|
1528
|
-
readonly eurc: "0x1aBaEA1f7C830bD89Acc67eC4af516284b1bC33c";
|
|
1529
|
-
readonly usdt: "0xdAC17F958D2ee523a2206206994597C13D831ec7";
|
|
1530
|
-
readonly crvUsd: "0xf939E0A03FB07F59A73314E73794Be0E57ac1b4E";
|
|
1531
|
-
readonly "stkcvxcrvUSDTWBTCWETH-morpho": "0xb0Ce26C88e4e7DCa51968b6047f44646f5064278";
|
|
1532
|
-
readonly crvUSDTWBTCWETH: "0xf5f5B97624542D72A9E06f04804Bf81baA15e2B4";
|
|
1533
|
-
readonly "stkcvxcrvUSDCWBTCWETH-morpho": "0x0ea1a65A2c255f24Ee8D81eA6AaC54Decd9d269e";
|
|
1534
|
-
readonly crvUSDCWBTCWETH: "0x7F86Bf177Dd4F3494b841a37e810A34dD56c829B";
|
|
1535
|
-
readonly "stkcvxcrvCRVUSDTBTCWSTETH-morpho": "0x3ce8Ec9f3d89aD0A2DdbCC3FDB8991BD241Fc82E";
|
|
1536
|
-
readonly crvCRVUSDTBTCWSTETH: "0x2889302a794dA87fBF1D6Db415C1492194663D13";
|
|
1537
|
-
readonly "stkcvxTryLSD-morpho": "0x6BA072F0d22806F2C52e9792AF47f2D59103BEBE";
|
|
1538
|
-
readonly tryLSD: "0x2570f1bD5D2735314FC102eb12Fc1aFe9e6E7193";
|
|
1539
|
-
readonly "stkcvxcrvUSDETHCRV-morpho": "0xAc904BAfBb5FB04Deb2b6198FdCEedE75a78Ce5a";
|
|
1540
|
-
readonly crvUSDETHCRV: "0x4eBdF703948ddCEA3B11f675B4D1Fba9d2414A14";
|
|
1541
|
-
readonly "stkcvx2BTC-f-morpho": "0x385E12cf4040543Bc8C18e05C1298Be5B04f3f5e";
|
|
1542
|
-
readonly "2BTC-f": "0xB7ECB2AA52AA64a717180E030241bC75Cd946726";
|
|
1543
|
-
};
|
|
1544
|
-
readonly 8453: {
|
|
1545
|
-
readonly morpho: "0xBBBBBbbBBb9cC5e90e3b3Af64bdAF62C37EEFFCb";
|
|
1546
|
-
readonly permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
|
|
1547
|
-
readonly bundler3: {
|
|
1548
|
-
readonly bundler3: "0x6BFd8137e702540E7A42B74178A4a49Ba43920C4";
|
|
1549
|
-
readonly generalAdapter1: "0xb98c948CFA24072e58935BC004a8A7b376AE746A";
|
|
1550
|
-
readonly paraswapAdapter: "0x6abE8ABd0275E5564ed1336F0243A52C32562F71";
|
|
1551
|
-
readonly erc20WrapperAdapter: "0xdeEf55F0A7366cC3Baf5E04313269389Fe17E9AE";
|
|
1552
|
-
readonly compoundV3MigrationAdapter: "0x85D4812Ef92c040d4270eD8547b6835e41FbbB70";
|
|
1553
|
-
readonly aaveV3CoreMigrationAdapter: "0xb27Aa2a964eAd5ed661D86974b37e4fB995b36f5";
|
|
1554
|
-
};
|
|
1555
|
-
readonly adaptiveCurveIrm: "0x46415998764C29aB2a25CbeA6254146D50D22687";
|
|
1556
|
-
readonly publicAllocator: "0xA090dD1a701408Df1d4d0B85b716c87565f90467";
|
|
1557
|
-
readonly metaMorphoFactory: "0xFf62A7c278C62eD665133147129245053Bbf5918";
|
|
1558
|
-
readonly vaultV2Factory: "0x4501125508079A99ebBebCE205DeC9593C2b5857";
|
|
1559
|
-
readonly morphoMarketV1AdapterFactory: "0x133baC94306B99f6dAD85c381a5be851d8DD717c";
|
|
1560
|
-
readonly morphoMarketV1AdapterV2Factory: "0x9a1B378C43BA535cDB89934230F0D3890c51C0EB";
|
|
1561
|
-
readonly morphoVaultV1AdapterFactory: "0xF42D9c36b34c9c2CF3Bc30eD2a52a90eEB604642";
|
|
1562
|
-
readonly registryList: "0x5C2531Cbd2cf112Cf687da3Cd536708aDd7DB10a";
|
|
1563
|
-
readonly chainlinkOracleFactory: "0x2DC205F24BCb6B311E5cdf0745B0741648Aebd3d";
|
|
1564
|
-
readonly preLiquidationFactory: "0x8cd16b62E170Ee0bA83D80e1F80E6085367e2aef";
|
|
1565
|
-
readonly wNative: "0x4200000000000000000000000000000000000006";
|
|
1566
|
-
readonly usdc: "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913";
|
|
1567
|
-
readonly eurc: "0x60a3E35Cc302bFA44Cb288Bc5a4F316Fdb1adb42";
|
|
1568
|
-
readonly verUsdc: "0x59aaF835D34b1E3dF2170e4872B785f11E2a964b";
|
|
1569
|
-
readonly testUsdc: "0xBC77067f829979812d795d516E523C4033b66409";
|
|
1570
|
-
};
|
|
1571
|
-
readonly 137: {
|
|
1572
|
-
readonly morpho: "0x1bF0c2541F820E775182832f06c0B7Fc27A25f67";
|
|
1573
|
-
readonly bundler3: {
|
|
1574
|
-
readonly bundler3: "0x2d9C3A9E67c966C711208cc78b34fB9E9f8db589";
|
|
1575
|
-
readonly generalAdapter1: "0xB261B51938A9767406ef83bbFbaAFE16691b7047";
|
|
1576
|
-
readonly paraswapAdapter: "0x5F2617F12D1fDd1e43e72Cb80C92dFcE8124Db8d";
|
|
1577
|
-
readonly compoundV3MigrationAdapter: "0xB34D2f54139bA12defC315C0822aDf9A5eB9A9b7";
|
|
1578
|
-
readonly aaveV2MigrationAdapter: "0x43980Ae597f12Ff64690506b2AEEFFb4D8BeAF2a";
|
|
1579
|
-
readonly aaveV3CoreMigrationAdapter: "0xEcB1662a1dff5C20650CF98c3334d2fddcD50742";
|
|
1580
|
-
};
|
|
1581
|
-
readonly permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
|
|
1582
|
-
readonly adaptiveCurveIrm: "0xe675A2161D4a6E2de2eeD70ac98EEBf257FBF0B0";
|
|
1583
|
-
readonly publicAllocator: "0xfac15aff53ADd2ff80C2962127C434E8615Df0d3";
|
|
1584
|
-
readonly metaMorphoFactory: "0xa9c87daB340631C34BB738625C70499e29ddDC98";
|
|
1585
|
-
readonly vaultV2Factory: "0xC11a53eE9B1eCc7a068D8e40F8F17926584F97Cf";
|
|
1586
|
-
readonly morphoMarketV1AdapterFactory: "0xD1A0C86F28ecD1657Ad06415c2B230cC89D9b6dd";
|
|
1587
|
-
readonly morphoMarketV1AdapterV2Factory: "0xc0006f52B38625C283dd2f972dD9B779A5851Dd0";
|
|
1588
|
-
readonly morphoVaultV1AdapterFactory: "0xEb174FEA51Da241eB3B516959B216e013de2888a";
|
|
1589
|
-
readonly registryList: "0xb70a43821d2707fA9d0EDd9511CC499F468Ba564";
|
|
1590
|
-
readonly chainlinkOracleFactory: "0x1ff7895Eb842794c5d07C4c547b6730e61295215";
|
|
1591
|
-
readonly preLiquidationFactory: "0xeDadDe37D76c72b98725614d0b41C20Fe612d304";
|
|
1592
|
-
readonly wNative: "0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270";
|
|
1593
|
-
readonly usdc: "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359";
|
|
1594
|
-
};
|
|
1595
|
-
readonly 42161: {
|
|
1596
|
-
readonly morpho: "0x6c247b1F6182318877311737BaC0844bAa518F5e";
|
|
1597
|
-
readonly bundler3: {
|
|
1598
|
-
readonly bundler3: "0x1FA4431bC113D308beE1d46B0e98Cb805FB48C13";
|
|
1599
|
-
readonly generalAdapter1: "0x9954aFB60BB5A222714c478ac86990F221788B88";
|
|
1600
|
-
readonly paraswapAdapter: "0xAA5c30C1482c189cA0d56057D3ac4dD7Af1e4726";
|
|
1601
|
-
readonly aaveV3CoreMigrationAdapter: "0x1923670d4F4eB7435d865E7477d28FEAFfA40C93";
|
|
1602
|
-
readonly compoundV3MigrationAdapter: "0x86Ca77a4a37A9CDBe9bBf4975F6d69531B96444b";
|
|
1603
|
-
};
|
|
1604
|
-
readonly permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
|
|
1605
|
-
readonly adaptiveCurveIrm: "0x66F30587FB8D4206918deb78ecA7d5eBbafD06DA";
|
|
1606
|
-
readonly publicAllocator: "0x769583Af5e9D03589F159EbEC31Cc2c23E8C355E";
|
|
1607
|
-
readonly metaMorphoFactory: "0x878988f5f561081deEa117717052164ea1Ef0c82";
|
|
1608
|
-
readonly vaultV2Factory: "0x6b46fa3cc9EBF8aB230aBAc664E37F2966Bf7971";
|
|
1609
|
-
readonly morphoMarketV1AdapterFactory: "0x96456Bf888D4de607Bf3ca0b3C8e4DF9b0d0Ad47";
|
|
1610
|
-
readonly morphoMarketV1AdapterV2Factory: "0xeF84b1ecEbe43283ec5AF95D7a5c4D7dE0a9859b";
|
|
1611
|
-
readonly morphoVaultV1AdapterFactory: "0xD8Fc8a85779551e78B516da9f74061cb3b086793";
|
|
1612
|
-
readonly registryList: "0xc00eb3c7aD1aE986A7f05F5A9d71aCa39c763C65";
|
|
1613
|
-
readonly chainlinkOracleFactory: "0x98Ce5D183DC0c176f54D37162F87e7eD7f2E41b5";
|
|
1614
|
-
readonly preLiquidationFactory: "0x635c31B5DF1F7EFbCbC07E302335Ef4230758e3d";
|
|
1615
|
-
readonly wNative: "0x82aF49447D8a07e3bd95BD0d56f35241523fBab1";
|
|
1616
|
-
readonly usdc: "0xaf88d065e77c8cC2239327C5EDb3A432268e5831";
|
|
1617
|
-
};
|
|
1618
|
-
readonly 10: {
|
|
1619
|
-
readonly morpho: "0xce95AfbB8EA029495c66020883F87aaE8864AF92";
|
|
1620
|
-
readonly bundler3: {
|
|
1621
|
-
readonly bundler3: "0xFBCd3C258feB131D8E038F2A3a670A7bE0507C05";
|
|
1622
|
-
readonly generalAdapter1: "0x79481C87f24A3C4332442A2E9faaf675e5F141f0";
|
|
1623
|
-
readonly paraswapAdapter: "0x31F539f4Ed14fA1fd18781e93f6739249692aDC5";
|
|
1624
|
-
};
|
|
1625
|
-
readonly permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
|
|
1626
|
-
readonly adaptiveCurveIrm: "0x8cD70A8F399428456b29546BC5dBe10ab6a06ef6";
|
|
1627
|
-
readonly publicAllocator: "0x0d68a97324E602E02799CD83B42D337207B40658";
|
|
1628
|
-
readonly metaMorphoFactory: "0x3Bb6A6A0Bc85b367EFE0A5bAc81c5E52C892839a";
|
|
1629
|
-
readonly vaultV2Factory: "0x6128b680b277Bf4Df80DFE9D8c55A498660870ef";
|
|
1630
|
-
readonly morphoMarketV1AdapterFactory: "0x65956d5Ba4974983ecCe111612FC0A0c22650A11";
|
|
1631
|
-
readonly morphoMarketV1AdapterV2Factory: "0x71B299bDb52b6396429cd1E11c418324502CB434";
|
|
1632
|
-
readonly morphoVaultV1AdapterFactory: "0xEe9F7C64dD827ED7b5CAA2272936366FAca00CF3";
|
|
1633
|
-
readonly registryList: "0xD1346be260cd22Eab9E6163010b0D5CbfAAAD32b";
|
|
1634
|
-
readonly chainlinkOracleFactory: "0x1ec408D4131686f727F3Fd6245CF85Bc5c9DAD70";
|
|
1635
|
-
readonly preLiquidationFactory: "0x3d05C01EE8e97361b9E19D172128255eaE5F98B9";
|
|
1636
|
-
readonly wNative: "0x4200000000000000000000000000000000000006";
|
|
1637
|
-
readonly usdc: "0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85";
|
|
1638
|
-
};
|
|
1639
|
-
readonly 480: {
|
|
1640
|
-
readonly morpho: "0xE741BC7c34758b4caE05062794E8Ae24978AF432";
|
|
1641
|
-
readonly bundler3: {
|
|
1642
|
-
readonly bundler3: "0x3D07BF2FFb23248034bF704F3a4786F1ffE2a448";
|
|
1643
|
-
readonly generalAdapter1: "0x30fa9A3cF56931ACEea42E28D35519a97D90aA67";
|
|
1644
|
-
};
|
|
1645
|
-
readonly adaptiveCurveIrm: "0x34E99D604751a72cF8d0CFDf87069292d82De472";
|
|
1646
|
-
readonly publicAllocator: "0xef9889B4e443DEd35FA0Bd060f2104Cca94e6A43";
|
|
1647
|
-
readonly metaMorphoFactory: "0x4DBB3a642a2146d5413750Cca3647086D9ba5F12";
|
|
1648
|
-
readonly vaultV2Factory: "0x6846EA318B6B987Ee6b28eBFd87c3409F1d13108";
|
|
1649
|
-
readonly morphoMarketV1AdapterFactory: "0xAf93F2d8508053432659d509b0210fdF1472493D";
|
|
1650
|
-
readonly morphoMarketV1AdapterV2Factory: "0xEd0b06fcdDB6dD0985e2de9D22ad034d313b7dBd";
|
|
1651
|
-
readonly morphoVaultV1AdapterFactory: "0xbF7DEa3756668C7E396C655D646C039826ba8416";
|
|
1652
|
-
readonly registryList: "0x06A47994B4890dcA28C076969cedE1151d86EFCF";
|
|
1653
|
-
readonly chainlinkOracleFactory: "0xd706690BA1Fe26b70c4AD89e60ff62cEB3A2eD02";
|
|
1654
|
-
readonly preLiquidationFactory: "0xe3cE2051a24e58DBFC0eFBe4c2d9e89c5eAe4695";
|
|
1655
|
-
readonly wNative: "0x4200000000000000000000000000000000000006";
|
|
1656
|
-
readonly eurc: "0x1C60ba0A0eD1019e8Eb035E6daF4155A5cE2380B";
|
|
1657
|
-
};
|
|
1658
|
-
readonly 252: {
|
|
1659
|
-
readonly morpho: "0xa6030627d724bA78a59aCf43Be7550b4C5a0653b";
|
|
1660
|
-
readonly bundler3: {
|
|
1661
|
-
readonly bundler3: "0xA7a414823Ef0F8CFb2c4f67f2F445DA940641d91";
|
|
1662
|
-
readonly generalAdapter1: "0x228dDF333DDf6D1895dA1dE8a846EDD27F1284eD";
|
|
1663
|
-
};
|
|
1664
|
-
readonly adaptiveCurveIrm: "0xA0D4D77b5D9933073572E19C172BFE866312673b";
|
|
1665
|
-
readonly publicAllocator: "0x37a888192165fC39884f87c64E2476BfD2C09675";
|
|
1666
|
-
readonly metaMorphoFactory: "0x27D4Af0AC9E7FDfA6D0853236f249CC27AE79488";
|
|
1667
|
-
readonly chainlinkOracleFactory: "0x39d8622C607A691D7705E8842fbB12E3c38dCD41";
|
|
1668
|
-
readonly preLiquidationFactory: "0x373ccddcd3F09D2e1430B3F2b290B9bF56Ae7336";
|
|
1669
|
-
readonly wNative: "0xFC00000000000000000000000000000000000006";
|
|
1670
|
-
};
|
|
1671
|
-
readonly 534352: {
|
|
1672
|
-
readonly morpho: "0x2d012EdbAdc37eDc2BC62791B666f9193FDF5a55";
|
|
1673
|
-
readonly bundler3: {
|
|
1674
|
-
readonly bundler3: "0x60F9159d4dCd724e743212416FD57d8aC0B60768";
|
|
1675
|
-
readonly generalAdapter1: "0xD2780fae0869cDc06EE202152304A39653361525";
|
|
1676
|
-
};
|
|
1677
|
-
readonly adaptiveCurveIrm: "0xa5EA7500A27C0079961D93366A6e93aafF18CB90";
|
|
1678
|
-
readonly publicAllocator: "0x8a7f671E45E51dE245649Cf916cA0256FB8a9927";
|
|
1679
|
-
readonly metaMorphoFactory: "0x56b65742ade55015e6480959808229Ad6dbc9295";
|
|
1680
|
-
readonly chainlinkOracleFactory: "0xb5961902E60b188b1c665B7b72Ef616656A9e24E";
|
|
1681
|
-
readonly preLiquidationFactory: "0xeD960178e4aDA0296786Fa79D84e8FDF7bd44B25";
|
|
1682
|
-
readonly wNative: "0x5300000000000000000000000000000000000004";
|
|
1683
|
-
readonly usdc: "0x06eFdBFf2a14a7c8E15944D1F4A48F9F95F663A4";
|
|
1684
|
-
};
|
|
1685
|
-
readonly 57073: {
|
|
1686
|
-
readonly morpho: "0x857f3EefE8cbda3Bc49367C996cd664A880d3042";
|
|
1687
|
-
readonly bundler3: {
|
|
1688
|
-
readonly bundler3: "0x7db0F1E2bf1f47ec82220090F388d75D8B9BB6BC";
|
|
1689
|
-
readonly generalAdapter1: "0xB8B2aDdCDe1cdC94AaE18a0F8A19df03D8683610";
|
|
1690
|
-
};
|
|
1691
|
-
readonly adaptiveCurveIrm: "0x9515407b1512F53388ffE699524100e7270Ee57B";
|
|
1692
|
-
readonly publicAllocator: "0x85416891752a6B81106c1C2999AE1AF5d8Cd3357";
|
|
1693
|
-
readonly metaMorphoFactory: "0xd3f39505d0c48AFED3549D625982FdC38Ea9904b";
|
|
1694
|
-
readonly chainlinkOracleFactory: "0x3FFFE273ee348b9E1ef89533025C7f165B17B439";
|
|
1695
|
-
readonly preLiquidationFactory: "0x30607fEa77168d2c0401B6f60F0B40E32F9339E3";
|
|
1696
|
-
readonly wNative: "0x4200000000000000000000000000000000000006";
|
|
1697
|
-
readonly usdc: "0xF1815bd50389c46847f0Bda824eC8da914045D14";
|
|
1698
|
-
};
|
|
1699
|
-
readonly 130: {
|
|
1700
|
-
readonly morpho: "0x8f5ae9CddB9f68de460C77730b018Ae7E04a140A";
|
|
1701
|
-
readonly permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
|
|
1702
|
-
readonly bundler3: {
|
|
1703
|
-
readonly bundler3: "0x7DD85759182495AF7F6757DA75036d24A9B58bc3";
|
|
1704
|
-
readonly generalAdapter1: "0xC11329d19C2275c9E759867e879ECFcEeD7e30A0";
|
|
1705
|
-
readonly paraswapAdapter: "0xAa870Da2a9F611A3A53d0D2AEe5664B3700a59c9";
|
|
1706
|
-
readonly compoundV3MigrationAdapter: "0x617f8d7885CCE689115Af04576F7cB6F2534fA9a";
|
|
1707
|
-
};
|
|
1708
|
-
readonly adaptiveCurveIrm: "0x9a6061d51743B31D2c3Be75D83781Fa423f53F0E";
|
|
1709
|
-
readonly publicAllocator: "0xB0c9a107fA17c779B3378210A7a593e88938C7C9";
|
|
1710
|
-
readonly metaMorphoFactory: "0xe9EdE3929F43a7062a007C3e8652e4ACa610Bdc0";
|
|
1711
|
-
readonly vaultV2Factory: "0xC9b34c108014B44e5a189A830e7e04c56704a0c9";
|
|
1712
|
-
readonly morphoMarketV1AdapterFactory: "0x117b92Ab1C025B175ED38a0CDe5A067a745224a0";
|
|
1713
|
-
readonly morphoMarketV1AdapterV2Factory: "0x9a13bdA35F98811fbAcf097966b2C838f3F9c58C";
|
|
1714
|
-
readonly morphoVaultV1AdapterFactory: "0xf1Ab9e885C0faa0cbCEd407498BBA895537aD754";
|
|
1715
|
-
readonly registryList: "0xB9130D2A87d7c60ED7E7e4b25bdA6e3E6841becB";
|
|
1716
|
-
readonly chainlinkOracleFactory: "0x43269546e1D586a1f7200a0AC07e26f9631f7539";
|
|
1717
|
-
readonly preLiquidationFactory: "0xb04e4D3D59Ee47Ca9BA192707AF13A7D02969911";
|
|
1718
|
-
readonly wNative: "0x4200000000000000000000000000000000000006";
|
|
1719
|
-
readonly usdc: "0x078D782b760474a361dDA0AF3839290b0EF57AD6";
|
|
1720
|
-
};
|
|
1721
|
-
readonly 146: {
|
|
1722
|
-
readonly morpho: "0xd6c916eB7542D0Ad3f18AEd0FCBD50C582cfa95f";
|
|
1723
|
-
readonly bundler3: {
|
|
1724
|
-
readonly bundler3: "0xB06F1Ad8c908b958E596c42973f67F2f1d9a9afF";
|
|
1725
|
-
readonly generalAdapter1: "0x31D5aee8D75EEab548cfA0d11C4f9843a5201eaf";
|
|
1726
|
-
};
|
|
1727
|
-
readonly adaptiveCurveIrm: "0xDEfCf242226425f93d8DD0e314735C28517C473F";
|
|
1728
|
-
readonly publicAllocator: "0x6Cef2EDC70D87E8f1623f3096efF05d066E59B36";
|
|
1729
|
-
readonly metaMorphoFactory: "0x0cE9e3512CB4df8ae7e265e62Fb9258dc14f12e8";
|
|
1730
|
-
readonly chainlinkOracleFactory: "0x7DA59Fa482F1F49fADc486d8e47BADc506fEb86d";
|
|
1731
|
-
readonly preLiquidationFactory: "0xc72129DA4CC808e955699111b8c22B22Ca8A10b8";
|
|
1732
|
-
readonly wNative: "0x039e2fB66102314Ce7b64Ce5Ce3E5183bc94aD38";
|
|
1733
|
-
};
|
|
1734
|
-
readonly 43111: {
|
|
1735
|
-
readonly morpho: "0xa4Ca2c2e25b97DA19879201bA49422bc6f181f42";
|
|
1736
|
-
readonly permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
|
|
1737
|
-
readonly bundler3: {
|
|
1738
|
-
readonly bundler3: "0x8eDa6E01a20E3Cd90B3B2AF6F790cB8FADEf3Ea8";
|
|
1739
|
-
readonly generalAdapter1: "0x9623090C3943ad63F7d794378273610Dd0deeFD4";
|
|
1740
|
-
};
|
|
1741
|
-
readonly adaptiveCurveIrm: "0xdEbdEa31624552DF904A065221cD14088ABDeD70";
|
|
1742
|
-
readonly publicAllocator: "0x4107Ea1746909028d6212B315dE5fE9538F9eb39";
|
|
1743
|
-
readonly metaMorphoFactory: "0x8e52179BeB18E882040b01632440d8Ca0f01da82";
|
|
1744
|
-
readonly chainlinkOracleFactory: "0xB3cb32E6185446a6Bc7A047E4FfA138fA939e133";
|
|
1745
|
-
readonly preLiquidationFactory: "0x40F2896C551194e364F7C846046C34d8a9FE97e4";
|
|
1746
|
-
readonly wNative: "0x4200000000000000000000000000000000000006";
|
|
1747
|
-
readonly usdc: "0xad11a8BEb98bbf61dbb1aa0F6d6F2ECD87b35afA";
|
|
1748
|
-
};
|
|
1749
|
-
readonly 34443: {
|
|
1750
|
-
readonly morpho: "0xd85cE6BD68487E0AaFb0858FDE1Cd18c76840564";
|
|
1751
|
-
readonly bundler3: {
|
|
1752
|
-
readonly bundler3: "0xFEA0edFa081C8D5960Ec9Bf6684981dB1834305d";
|
|
1753
|
-
readonly generalAdapter1: "0xF53925b95Cc409447066cd5c1A7756084b2Ee0a4";
|
|
1754
|
-
};
|
|
1755
|
-
readonly adaptiveCurveIrm: "0xE3d46Ae190Cb39ccA3655E966DcEF96b4eAe1d1c";
|
|
1756
|
-
readonly publicAllocator: "0xEE868Bf3359DA30c10ea472EAEBFC0a06E8F0120";
|
|
1757
|
-
readonly metaMorphoFactory: "0xae5b0884bfff430493D6C844B9fd052Af7d79278";
|
|
1758
|
-
readonly chainlinkOracleFactory: "0xf9380f7898423Bd7FDe3C9fDD1b2671A2471f39D";
|
|
1759
|
-
readonly preLiquidationFactory: "0x249E4808264c545861e43728186a731dE7c7D745";
|
|
1760
|
-
readonly wNative: "0x4200000000000000000000000000000000000006";
|
|
1761
|
-
};
|
|
1762
|
-
readonly 21000000: {
|
|
1763
|
-
readonly morpho: "0xc2B1E031540e3F3271C5F3819F0cC7479a8DdD90";
|
|
1764
|
-
readonly bundler3: {
|
|
1765
|
-
readonly bundler3: "0x086889F9bdE8349512dD77088A7114E6C1c42Af7";
|
|
1766
|
-
readonly generalAdapter1: "0x464a402244bCDdc0c2091D5193E8ffdb2be54Ca9";
|
|
1767
|
-
};
|
|
1768
|
-
readonly adaptiveCurveIrm: "0x58a42117d753a0e69694545DfA19d64c2fB759fB";
|
|
1769
|
-
readonly publicAllocator: "0xDFde06e2B2A2D718eE5560b73dA4F830E56A2f10";
|
|
1770
|
-
readonly metaMorphoFactory: "0xe430821595602eA5DD0cD350f86987437c7362fA";
|
|
1771
|
-
readonly chainlinkOracleFactory: "0x16278156D366fC91536b6b81482ffaC47EEa06D6";
|
|
1772
|
-
readonly preLiquidationFactory: "0xb9065AC18d3EBdb3263B77B587f9c5CD570545D1";
|
|
1773
|
-
readonly wNative: "0xda5dDd7270381A7C2717aD10D1c0ecB19e3CDFb2";
|
|
1774
|
-
readonly usdc: "0xDF0B24095e15044538866576754F3C964e902Ee6";
|
|
1775
|
-
};
|
|
1776
|
-
readonly 98866: {
|
|
1777
|
-
readonly morpho: "0x42b18785CE0Aed7BF7Ca43a39471ED4C0A3e0bB5";
|
|
1778
|
-
readonly bundler3: {
|
|
1779
|
-
readonly bundler3: "0x5437C8788f4CFbaA55be6FBf30379bc7dd7f69C3";
|
|
1780
|
-
readonly generalAdapter1: "0x65ff368930Cb7eB4CA5C5eBC58bb69E6Ed198BA5";
|
|
1781
|
-
};
|
|
1782
|
-
readonly adaptiveCurveIrm: "0x7420302Ddd469031Cd2282cd64225cCd46F581eA";
|
|
1783
|
-
readonly publicAllocator: "0x58485338D93F4e3b4Bf2Af1C9f9C0aDF087AEf1C";
|
|
1784
|
-
readonly metaMorphoFactory: "0x2525D453D9BA13921D5aB5D8c12F9202b0e19456";
|
|
1785
|
-
readonly vaultV2Factory: "0x4f0a370bb367843CFd914c4d9972523aD2f8FCc9";
|
|
1786
|
-
readonly morphoMarketV1AdapterFactory: "0x1675357fdA9e6784DdAD7AD5b3C3DF1fdD4dc4C9";
|
|
1787
|
-
readonly morphoMarketV1AdapterV2Factory: "0xB7c243AfACb25870775ADFdAe9D0EAc2324dD152";
|
|
1788
|
-
readonly morphoVaultV1AdapterFactory: "0x5935fFcD1C5D269840ae7c685bC957A73E04AEDB";
|
|
1789
|
-
readonly registryList: "0x60d3184BDD31BAE7De973894B3bA0b3B6900B79a";
|
|
1790
|
-
readonly chainlinkOracleFactory: "0x133F742c0D36864F37e15C33a18bA6fdc950ED0f";
|
|
1791
|
-
readonly preLiquidationFactory: "0xF184156Cf6Ad4D3dA7F6449D40755A0f9de97ef3";
|
|
1792
|
-
readonly usdc: "0xc98E8c6cB80AC48E4bbD3B56f5895DD64dA7d10a";
|
|
1793
|
-
readonly wNative: "0xEa237441c92CAe6FC17Caaf9a7acB3f953be4bd1";
|
|
1794
|
-
};
|
|
1795
|
-
readonly 123420001114: {
|
|
1796
|
-
readonly morpho: "0xea4f2979D7A99B40404b447Cf71c008e3805760F";
|
|
1797
|
-
readonly bundler3: {
|
|
1798
|
-
readonly bundler3: "0x88A4038BB4A14ecD7301c8Fb1f1e8732c4355D53";
|
|
1799
|
-
readonly generalAdapter1: "0x29dcA26F9862CFb8064163ddc3401aaB4D4D05c6";
|
|
1800
|
-
};
|
|
1801
|
-
readonly adaptiveCurveIrm: "0xd5661D965cc60ed1954d4f6725b766051De3ef97";
|
|
1802
|
-
readonly publicAllocator: "0x0b7a3A49dafd98363B428cEC966106f29c0eee75";
|
|
1803
|
-
readonly metaMorphoFactory: "0x3F4b9246b7Cd3F7671c70BeBd5AAFC08e5bb5f16";
|
|
1804
|
-
readonly chainlinkOracleFactory: "0x391A3fd481743FE48409e2e31eDac8a5f4C7653A";
|
|
1805
|
-
readonly preLiquidationFactory: "0xD55fA5DF6F1A21C2B93009A702aad3a0891C1B48";
|
|
1806
|
-
readonly wNative: "0x3bd5C81a8Adf3355078Dc5F73c41d3194B316690";
|
|
1807
|
-
readonly usdc: "0x8a2B28364102Bea189D99A475C494330Ef2bDD0B";
|
|
1808
|
-
};
|
|
1809
|
-
readonly 747474: {
|
|
1810
|
-
readonly morpho: "0xD50F2DffFd62f94Ee4AEd9ca05C61d0753268aBc";
|
|
1811
|
-
readonly bundler3: {
|
|
1812
|
-
readonly bundler3: "0xA8C5e23C9C0DF2b6fF716486c6bBEBB6661548C8";
|
|
1813
|
-
readonly generalAdapter1: "0x916Aa175C36E845db45fF6DDB886AE437d403B61";
|
|
1814
|
-
};
|
|
1815
|
-
readonly adaptiveCurveIrm: "0x4F708C0ae7deD3d74736594C2109C2E3c065B428";
|
|
1816
|
-
readonly publicAllocator: "0x39EB6Da5e88194C82B13491Df2e8B3E213eD2412";
|
|
1817
|
-
readonly metaMorphoFactory: "0x1c8De6889acee12257899BFeAa2b7e534de32E16";
|
|
1818
|
-
readonly vaultV2Factory: "0xFcb8b57E56787bB29e130Fca67f3c5a1232975D1";
|
|
1819
|
-
readonly morphoMarketV1AdapterFactory: "0x2e6BE3a3A27fb45c6AbA2D1833eeA48E8788538e";
|
|
1820
|
-
readonly morphoMarketV1AdapterV2Factory: "0x6d6A3ba62836d6B40277767dCAc8fd390d4BcedC";
|
|
1821
|
-
readonly morphoVaultV1AdapterFactory: "0xc8D22B1adD3D176600E9952e7876e9249254cAAF";
|
|
1822
|
-
readonly registryList: "0xA9132a09838fD20304dF2B2892679d06A4cc6371";
|
|
1823
|
-
readonly chainlinkOracleFactory: "0x7D047fB910Bc187C18C81a69E30Fa164f8c536eC";
|
|
1824
|
-
readonly preLiquidationFactory: "0x678EB53A3bB79111263f47B84989d16D81c36D85";
|
|
1825
|
-
readonly wNative: "0xEE7D8BCFb72bC1880D0Cf19822eB0A2e6577aB62";
|
|
1826
|
-
};
|
|
1827
|
-
readonly 42793: {
|
|
1828
|
-
readonly morpho: "0xbCE7364E63C3B13C73E9977a83c9704E2aCa876e";
|
|
1829
|
-
readonly bundler3: {
|
|
1830
|
-
readonly bundler3: "0x69dc8086191437b55775b79C730BB3876397e7D1";
|
|
1831
|
-
readonly generalAdapter1: "0xEabdAC78A7f0a9B3dF0e23D69A5a5fF7f580a910";
|
|
1832
|
-
};
|
|
1833
|
-
readonly adaptiveCurveIrm: "0xC1523BE776e66ba07b609b1914D0925278f21FE5";
|
|
1834
|
-
readonly publicAllocator: "0x8b8B1bd41d36c06253203CD21463994aB752c1e6";
|
|
1835
|
-
readonly metaMorphoFactory: "0x997a79c3C04c5B9eb27d343ae126bcCFb5D74781";
|
|
1836
|
-
readonly chainlinkOracleFactory: "0x12FA40f687a35611720E1DcB59976B6e51247298";
|
|
1837
|
-
readonly preLiquidationFactory: "0xd1c37fDd941256FC184eF3A07Be540a90b81Ec21";
|
|
1838
|
-
readonly wNative: "0xc9B53AB2679f573e480d01e0f49e2B5CFB7a3EAb";
|
|
1839
|
-
};
|
|
1840
|
-
readonly 239: {
|
|
1841
|
-
readonly morpho: "0x918B9F2E4B44E20c6423105BB6cCEB71473aD35c";
|
|
1842
|
-
readonly permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
|
|
1843
|
-
readonly bundler3: {
|
|
1844
|
-
readonly bundler3: "0x84b189823D0f84c36728Bb3335dD8C833564e72f";
|
|
1845
|
-
readonly generalAdapter1: "0x6D94E7dCA6d8FAE2CF954633C2Cf9c286258E0af";
|
|
1846
|
-
};
|
|
1847
|
-
readonly adaptiveCurveIrm: "0x7E82b16496fA8CC04935528dA7F5A2C684A3C7A3";
|
|
1848
|
-
readonly publicAllocator: "0x414247afcf1fE3b94C617e7E3A7adB81D8D3208F";
|
|
1849
|
-
readonly metaMorphoFactory: "0xcDA78f4979d17Ec93052A84A12001fe0088AD734";
|
|
1850
|
-
readonly chainlinkOracleFactory: "0xbf10eD52dD60C60E901BF022c3675303ad4a56b1";
|
|
1851
|
-
readonly preLiquidationFactory: "0x5851C1e423A2F93aFb821834a63cA052D19ae4Ef";
|
|
1852
|
-
readonly wNative: "0xB63B9f0eb4A6E6f191529D71d4D88cc8900Df2C9";
|
|
1853
|
-
};
|
|
1854
|
-
readonly 1135: {
|
|
1855
|
-
readonly morpho: "0x00cD58DEEbd7A2F1C55dAec715faF8aed5b27BF8";
|
|
1856
|
-
readonly permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
|
|
1857
|
-
readonly bundler3: {
|
|
1858
|
-
readonly bundler3: "0xD96E5e02580C4EAfE15B5537b25eE3dEe5861e00";
|
|
1859
|
-
readonly generalAdapter1: "0x76cFE4BF840C7b461772fE7CDE399f58c4173584";
|
|
1860
|
-
};
|
|
1861
|
-
readonly adaptiveCurveIrm: "0x5576629f21D528A8c3e06C338dDa907B94563902";
|
|
1862
|
-
readonly publicAllocator: "0xb1E5B1De2a54ab55C412B5ee1E38e46799588103";
|
|
1863
|
-
readonly metaMorphoFactory: "0x01dD876130690469F685a65C2B295A90a81BaD91";
|
|
1864
|
-
readonly chainlinkOracleFactory: "0x2eb4D17C2AAf1EA62Bf83Fb49Dd1128b14AF4D93";
|
|
1865
|
-
readonly preLiquidationFactory: "0xF2c325F26691b6556e6f66451bb38bDa37FEbaa7";
|
|
1866
|
-
readonly wNative: "0x4200000000000000000000000000000000000006";
|
|
1867
|
-
readonly usdc: "0xF242275d3a6527d877f2c927a82D9b057609cc71";
|
|
1868
|
-
};
|
|
1869
|
-
readonly 999: {
|
|
1870
|
-
readonly morpho: "0x68e37dE8d93d3496ae143F2E900490f6280C57cD";
|
|
1871
|
-
readonly bundler3: {
|
|
1872
|
-
readonly bundler3: "0xa3F50477AfA601C771874260A3B34B40e244Fa0e";
|
|
1873
|
-
readonly generalAdapter1: "0xD7F48aDE56613E8605863832B7B8A1985B934aE4";
|
|
1874
|
-
};
|
|
1875
|
-
readonly adaptiveCurveIrm: "0xD4a426F010986dCad727e8dd6eed44cA4A9b7483";
|
|
1876
|
-
readonly publicAllocator: "0x517505be22D9068687334e69ae7a02fC77edf4Fc";
|
|
1877
|
-
readonly metaMorphoFactory: "0xec051b19d654C48c357dC974376DeB6272f24e53";
|
|
1878
|
-
readonly vaultV2Factory: "0xD7217E5687FF1071356C780b5fe4803D9D967da7";
|
|
1879
|
-
readonly morphoMarketV1AdapterFactory: "0xc6b8B565C715134b0Ca3D6fa3D29B25759D0b9e2";
|
|
1880
|
-
readonly morphoMarketV1AdapterV2Factory: "0xaEff6Ef4B7bbfbAadB18b634A8F11392CBeB72Be";
|
|
1881
|
-
readonly morphoVaultV1AdapterFactory: "0xdf5202e29654e02011611A086f15477880580CAc";
|
|
1882
|
-
readonly registryList: "0x857B55cEb57dA0C2A83EE08a8dB529B931089aee";
|
|
1883
|
-
readonly chainlinkOracleFactory: "0xeb476f124FaD625178759d13557A72394A6f9aF5";
|
|
1884
|
-
readonly preLiquidationFactory: "0x1b6782Ac7A859503cE953FBf4736311CC335B8f0";
|
|
1885
|
-
readonly wNative: "0x5555555555555555555555555555555555555555";
|
|
1886
|
-
readonly usdc: "0xb88339CB7199b77E23DB6E890353E22632Ba630f";
|
|
1887
|
-
};
|
|
1888
|
-
readonly 1329: {
|
|
1889
|
-
readonly morpho: "0xc9cDAc20FCeAAF616f7EB0bb6Cd2c69dcfa9094c";
|
|
1890
|
-
readonly permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
|
|
1891
|
-
readonly bundler3: {
|
|
1892
|
-
readonly bundler3: "0xF9457356F18A3349Bb317Ac144c3Bcc62e5761aD";
|
|
1893
|
-
readonly generalAdapter1: "0x02e0e71e145f254820B9D89c9E6068f08256F601";
|
|
1894
|
-
};
|
|
1895
|
-
readonly adaptiveCurveIrm: "0x6eFA8e3Aa8279eB2fd46b6083A9E52dA72EA56c4";
|
|
1896
|
-
readonly publicAllocator: "0xD878509446bE2C601f0f032F501851001B159D6B";
|
|
1897
|
-
readonly metaMorphoFactory: "0x8Dea49ec5bd5AeAc8bcf96B3E187F59354118291";
|
|
1898
|
-
readonly chainlinkOracleFactory: "0x4bD68c2FF3274207EC07ED281C915758b6F23F07";
|
|
1899
|
-
readonly preLiquidationFactory: "0x65eD61058cEB4895B7d62437BaCEA39b04f6D27B";
|
|
1900
|
-
readonly wNative: "0xE30feDd158A2e3b13e9badaeABaFc5516e95e8C7";
|
|
1901
|
-
readonly usdc: "0xe15fC38F6D8c56aF07bbCBe3BAf5708A2Bf42392";
|
|
1902
|
-
};
|
|
1903
|
-
readonly 16661: {
|
|
1904
|
-
readonly morpho: "0x9CDD13a2212D94C4f12190cA30783B743E83C89e";
|
|
1905
|
-
readonly bundler3: {
|
|
1906
|
-
readonly bundler3: "0xbDaFC7ceF85C5fF69164330F521089C9E15DDDae";
|
|
1907
|
-
readonly generalAdapter1: "0xFaD987d0EedfbAC709EC27ee4a94f36A1300a054";
|
|
1908
|
-
};
|
|
1909
|
-
readonly adaptiveCurveIrm: "0xf52e20C42FEc624819D4184226C4777D7cbd767e";
|
|
1910
|
-
readonly publicAllocator: "0x28a80F3713735CAD44bD9d7E1da9Fa16b0244497";
|
|
1911
|
-
readonly metaMorphoFactory: "0x41528AadC7314658b07Ca6e7213B9b77289B477f";
|
|
1912
|
-
readonly chainlinkOracleFactory: "0x5115c1a74ABf096150593EecF3e20F016fc9dB43";
|
|
1913
|
-
readonly preLiquidationFactory: "0x534858821653467c2ae231dc027aa1F2c8D91802";
|
|
1914
|
-
readonly wNative: "0x1Cd0690fF9a693f5EF2dD976660a8dAFc81A109c";
|
|
1915
|
-
};
|
|
1916
|
-
readonly 59144: {
|
|
1917
|
-
readonly morpho: "0x6B0D716aC0A45536172308e08fC2C40387262c9F";
|
|
1918
|
-
readonly bundler3: {
|
|
1919
|
-
readonly bundler3: "0x1Ee8Ec299E8014760D50A4E3CfC3b44Cc2242625";
|
|
1920
|
-
readonly generalAdapter1: "0x454dAb6ce9891245696b239b4845a1cDC268255d";
|
|
1921
|
-
};
|
|
1922
|
-
readonly adaptiveCurveIrm: "0x85C2Ef4Bd69f42D7Da19Fb9dcdD7Fb8d0F59cDeE";
|
|
1923
|
-
readonly publicAllocator: "0x2d4cf00e18D48fD030d9b1E2FAAE6e0384C7610B";
|
|
1924
|
-
readonly metaMorphoFactory: "0xA148a8223B622A72dC36472DE1492aBb5c089BA7";
|
|
1925
|
-
readonly vaultV2Factory: "0x5DC11CF8BA4C39d1194F91218D35008d9F52A5d0";
|
|
1926
|
-
readonly morphoMarketV1AdapterFactory: "0x3267BbdC94274B4BE081c01ffc6123dA12E8c043";
|
|
1927
|
-
readonly morphoVaultV1AdapterFactory: "0x6FaF26DD640e22457cA4fd5DA702BA3E169eEd87";
|
|
1928
|
-
readonly registryList: "0x122Ea8ff8888C29F8736665d576e3fAEF15D27D5";
|
|
1929
|
-
readonly chainlinkOracleFactory: "0x3FFF726062B03BfD5BC485eeEEcc92CF1d8F0105";
|
|
1930
|
-
readonly preLiquidationFactory: "0x05a0Ff4E564ED1ba6B42247E19edFf83545C3C40";
|
|
1931
|
-
readonly wNative: "0xe5D7C2a44FfDDf6b295A15c148167daaAf5Cf34f";
|
|
1932
|
-
readonly usdc: "0x176211869cA2b568f2A7D4EE941E073a821EE1ff";
|
|
1933
|
-
};
|
|
1934
|
-
readonly 143: {
|
|
1935
|
-
readonly morpho: "0xD5D960E8C380B724a48AC59E2DfF1b2CB4a1eAee";
|
|
1936
|
-
readonly bundler3: {
|
|
1937
|
-
readonly bundler3: "0x82b684483e844422FD339df0b67b3B111F02c66E";
|
|
1938
|
-
readonly generalAdapter1: "0x725AB8CAd931BCb80Fdbf10955a806765cCe00e5";
|
|
1939
|
-
};
|
|
1940
|
-
readonly adaptiveCurveIrm: "0x09475a3D6eA8c314c592b1a3799bDE044E2F400F";
|
|
1941
|
-
readonly publicAllocator: "0xfd70575B732F9482F4197FE1075492e114E97302";
|
|
1942
|
-
readonly metaMorphoFactory: "0x33f20973275B2F574488b18929cd7DCBf1AbF275";
|
|
1943
|
-
readonly vaultV2Factory: "0x8B2F922162FBb60A6a072cC784A2E4168fB0bb0c";
|
|
1944
|
-
readonly morphoMarketV1AdapterFactory: "0x8Da54fbF89B3D6fC6DCC92F31CF75a211ACF3d46";
|
|
1945
|
-
readonly morphoMarketV1AdapterV2Factory: "0xa00666E86C7e2FA8d2c78d9481E687e098340180";
|
|
1946
|
-
readonly morphoVaultV1AdapterFactory: "0x9f3c0999425656fD189C69a8aD68cB64986D644A";
|
|
1947
|
-
readonly registryList: "0x6a42f8b46224baA4DbBBc2F860F4675eeA7bd52B";
|
|
1948
|
-
readonly chainlinkOracleFactory: "0xC8659Bcd5279DB664Be973aEFd752a5326653739";
|
|
1949
|
-
readonly preLiquidationFactory: "0xB5b3e541abD19799E0c65905a5a42BD37d6c94c0";
|
|
1950
|
-
readonly wNative: "0x3bd359C1119dA7Da1D913D1C4D2B7c461115433A";
|
|
1951
|
-
readonly usdc: "0x754704Bc059F8C67012fEd69BC8A327a5aafb603";
|
|
1952
|
-
};
|
|
1953
|
-
readonly 988: {
|
|
1954
|
-
readonly morpho: "0xa40103088A899514E3fe474cD3cc5bf811b1102e";
|
|
1955
|
-
readonly bundler3: {
|
|
1956
|
-
readonly bundler3: "0xA0bb114F927dF03d9a1a639b9c71F71B0FaFDf1B";
|
|
1957
|
-
readonly generalAdapter1: "0x59b1F4376a81e39c466A0A218447E4D36f39A96b";
|
|
1958
|
-
};
|
|
1959
|
-
readonly adaptiveCurveIrm: "0x41e846FC8108b8527C1D4EDB4c9564E56442940f";
|
|
1960
|
-
readonly publicAllocator: "0xbCB063D4B6D479b209C186e462828CBACaC82DbE";
|
|
1961
|
-
readonly metaMorphoFactory: "0xb4ae5673c48621189E2bEfBA96F31912032DD1AE";
|
|
1962
|
-
readonly vaultV2Factory: "0x7fc35488803D49D00a94b206A223f7661898BE3a";
|
|
1963
|
-
readonly morphoMarketV1AdapterFactory: "0x2A5F218FE4Dac3b1f4E096e8ae83074bB1713833";
|
|
1964
|
-
readonly morphoMarketV1AdapterV2Factory: "0x9282DBa3d1788f4f02B5DdFc4fc5985e70197620";
|
|
1965
|
-
readonly morphoVaultV1AdapterFactory: "0x4EF83ACD552598a1196c1aBDD0bA2EdE6f2237B4";
|
|
1966
|
-
readonly registryList: "0xCe93fcB2849EB886F1e81d45D2747dF803f843C3";
|
|
1967
|
-
readonly chainlinkOracleFactory: "0xF24C6eAB91e43EacE18a4e893a48565C09132505";
|
|
1968
|
-
readonly preLiquidationFactory: "0x741A6604e974FeAF35a5FBb1416B3e01c33e5C0e";
|
|
1969
|
-
};
|
|
1970
|
-
readonly 25: {
|
|
1971
|
-
readonly morpho: "0xDF9a1DC07e5dEe5ccCCaBeC35e446C70fAF7434e";
|
|
1972
|
-
readonly bundler3: {
|
|
1973
|
-
readonly bundler3: "0xb1c59fE6A0DCE25b804F6113C441Bf4F3a4Ab6bC";
|
|
1974
|
-
readonly generalAdapter1: "0xCa470cBBc3de56FDe336466f2107cC969174d513";
|
|
1975
|
-
};
|
|
1976
|
-
readonly adaptiveCurveIrm: "0x1Db002C086439d55B9f33E6c0693Eb850F7c0607";
|
|
1977
|
-
readonly publicAllocator: "0xFEAbEf95f3C937Ff4d5fD70005CF3392f8Ca02d5";
|
|
1978
|
-
readonly metaMorphoFactory: "0xEA67e5566Ca2c0176d9db172A7f9A1e1F22E9D3A";
|
|
1979
|
-
readonly vaultV2Factory: "0x05519a0835a1bFD90f110aA7ca46e9A5F81Ed3b4";
|
|
1980
|
-
readonly morphoMarketV1AdapterFactory: "0xaCFf4ad3B357F5A43A20570cF3eb9Ba0086d4e9a";
|
|
1981
|
-
readonly morphoMarketV1AdapterV2Factory: "0xE39f6B5Dd03F4ce8C201b946E662E653d94fA121";
|
|
1982
|
-
readonly morphoVaultV1AdapterFactory: "0x8840F99Bb2D4f69fb02b2d019384C5c98a11746c";
|
|
1983
|
-
readonly registryList: "0x295e0aB80f8234398cd0E51C85D873ee69E5F0DD";
|
|
1984
|
-
readonly chainlinkOracleFactory: "0x44b2c8e4474751EF2BBC57B92928aFB99DA785De";
|
|
1985
|
-
readonly preLiquidationFactory: "0x8bedC738f5F0D54dF7E003297AAc6692b870F3Ed";
|
|
1986
|
-
readonly wNative: "0x5C7F8A570d578ED84E63fdFA7b1eE72dEae1AE23";
|
|
1987
|
-
};
|
|
1988
|
-
readonly 42220: {
|
|
1989
|
-
readonly morpho: "0xd24ECdD8C1e0E57a4E26B1a7bbeAa3e95466A569";
|
|
1990
|
-
readonly permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
|
|
1991
|
-
readonly bundler3: {
|
|
1992
|
-
readonly bundler3: "0xbd142f98f847c170D51d8B23e5FEBc51FC9a67D9";
|
|
1993
|
-
readonly generalAdapter1: "0x3E7544a07157D03a49359eE89f2fCac9a6467230";
|
|
1994
|
-
};
|
|
1995
|
-
readonly adaptiveCurveIrm: "0x683CAAADdfA2F42e24880E202676526d501a5dED";
|
|
1996
|
-
readonly publicAllocator: "0x3Fe12193D178B76BaF4e23a083A64e49ACDE3188";
|
|
1997
|
-
readonly metaMorphoFactory: "0x6870aA9f66C1e5Efe8Dbe8730e86E9e91f688275";
|
|
1998
|
-
readonly chainlinkOracleFactory: "0x3a4849b5174Dc6828c6Dc9BBD87e61Ed1ebE9fFA";
|
|
1999
|
-
readonly preLiquidationFactory: "0x717a3eF7D366F5ce4636011924D0Bd65ea5eCE2f";
|
|
2000
|
-
readonly usdc: "0xcebA9300f2b948710d2653dD7B07f33A8B32118C";
|
|
2001
|
-
};
|
|
2002
|
-
readonly 2741: {
|
|
2003
|
-
readonly morpho: "0xc85CE8ffdA27b646D269516B8d0Fa6ec2E958B55";
|
|
2004
|
-
readonly bundler3: {
|
|
2005
|
-
readonly bundler3: "0xc13A3Ca3B0120EE6121d1E0ca9Da22fDD7ed28Cd";
|
|
2006
|
-
readonly generalAdapter1: "0x3716AA06304D1bC70f553Da44904d13086A4a791";
|
|
2007
|
-
};
|
|
2008
|
-
readonly adaptiveCurveIrm: "0xd334eb112CfD1EB4a50FB871b7D9895EBB955C43";
|
|
2009
|
-
readonly publicAllocator: "0x609f3DF49806B5617A0Bd3301f04Ac3CB26d9e82";
|
|
2010
|
-
readonly metaMorphoFactory: "0x83A7f60c9fc57cEf1e8001bda98783AA1A53E4b1";
|
|
2011
|
-
readonly chainlinkOracleFactory: "0x3585E3fD72F8d1b02250E1F6496b706c6e092884";
|
|
2012
|
-
readonly preLiquidationFactory: "0x1058DA51242dF63bA3A61c838A61405ea6Edb083";
|
|
2013
|
-
readonly wNative: "0x3439153EB7AF838Ad19d56E1571FBD09333C2809";
|
|
2014
|
-
readonly usdc: "0x84A71ccD554Cc1b02749b35d22F684CC8ec987e1";
|
|
2015
|
-
};
|
|
2016
|
-
readonly 200901: {
|
|
2017
|
-
readonly morpho: "0xAeA7eFF1bD3c875c18ef50F0387892dF181431C6";
|
|
2018
|
-
readonly bundler3: {
|
|
2019
|
-
readonly bundler3: "0x82b3ea7558Fc383b949fa42Db7ee3eB101447B96";
|
|
2020
|
-
readonly generalAdapter1: "0xa87F1422Df88B5f490203D71e2f8e7244843E62F";
|
|
2021
|
-
};
|
|
2022
|
-
readonly adaptiveCurveIrm: "0xefB565442B9Eb740B50Cf928C14d21c0111254F9";
|
|
2023
|
-
readonly publicAllocator: "0x3A1db0038361528756bED147abe3d41255c7128c";
|
|
2024
|
-
readonly metaMorphoFactory: "0xb95De4a9C81Ba6240378F383f88592d30937d048";
|
|
2025
|
-
readonly chainlinkOracleFactory: "0xfDc69d06De855701731D142F28bD401802DA4daF";
|
|
2026
|
-
readonly preLiquidationFactory: "0x4E28CAE07A008FF2D7D345992C969118eb253CD6";
|
|
2027
|
-
readonly wNative: "0xfF204e2681A6fA0e2C3FaDe68a1B28fb90E4Fc5F";
|
|
2028
|
-
readonly usdc: "0xf8C374CE88A3BE3d374e8888349C7768B607c755";
|
|
2029
|
-
};
|
|
2030
|
-
readonly 56: {
|
|
2031
|
-
readonly morpho: "0x01b0Bd309AA75547f7a37Ad7B1219A898E67a83a";
|
|
2032
|
-
readonly permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
|
|
2033
|
-
readonly bundler3: {
|
|
2034
|
-
readonly bundler3: "0x16D40b9DF1497468195BFAfeb2718e486E15bF91";
|
|
2035
|
-
readonly generalAdapter1: "0x87c93660ECe6E68C6492EabBbBdbaafA102ae3a3";
|
|
2036
|
-
};
|
|
2037
|
-
readonly adaptiveCurveIrm: "0x7112D95cB5f6b13bF5F5B94a373bB3b2B381F979";
|
|
2038
|
-
readonly publicAllocator: "0x842bEccF8eBC11006c4bE96DEfE09b60326D0495";
|
|
2039
|
-
readonly metaMorphoFactory: "0x92983687e672cA6d96530f9Dbe11a196cE905d72";
|
|
2040
|
-
readonly chainlinkOracleFactory: "0xDf2035fC15919588526dBb5560863C812F135236";
|
|
2041
|
-
readonly preLiquidationFactory: "0xEB8871F0FA8aB787AbCD28d1095f7B486d241D42";
|
|
2042
|
-
readonly wNative: "0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c";
|
|
2043
|
-
};
|
|
2044
|
-
readonly 1868: {
|
|
2045
|
-
readonly morpho: "0xE75Fc5eA6e74B824954349Ca351eb4e671ADA53a";
|
|
2046
|
-
readonly permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
|
|
2047
|
-
readonly bundler3: {
|
|
2048
|
-
readonly bundler3: "0x461378B79d400c963F48F57b3a99416bc3C5c6a6";
|
|
2049
|
-
readonly generalAdapter1: "0xA47EeDE3Aac741B830E394B2e291f6774BD8bb48";
|
|
2050
|
-
};
|
|
2051
|
-
readonly adaptiveCurveIrm: "0x68F9b666b984527A7c145Db4103Cc6d3171C797F";
|
|
2052
|
-
readonly publicAllocator: "0x76f93A21573014Ab7d634D3204818922A234249e";
|
|
2053
|
-
readonly metaMorphoFactory: "0x7026b436f294e560b3C26E731f5cac5992cA2B33";
|
|
2054
|
-
readonly chainlinkOracleFactory: "0x669F1A4cE3127740eCdB3E36adFC5Df6Db1EA74b";
|
|
2055
|
-
readonly preLiquidationFactory: "0xcBD0710425613d666C5Ffb4dE2eE73554F21c34B";
|
|
2056
|
-
readonly wNative: "0x4200000000000000000000000000000000000006";
|
|
2057
|
-
readonly usdc: "0xbA9986D2381edf1DA03B0B9c1f8b00dc4AacC369";
|
|
2058
|
-
};
|
|
2059
|
-
readonly 4217: {
|
|
2060
|
-
readonly morpho: "0x10EE9AAC980A180dd4DcFc96C746d60B0EA88f97";
|
|
2061
|
-
readonly permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
|
|
2062
|
-
readonly bundler3: {
|
|
2063
|
-
readonly bundler3: "0x5A3B829dcDBE1979cdD9F648Afb6D39dCF805E33";
|
|
2064
|
-
readonly generalAdapter1: "0x3a2A86bD16629B054f7f3d87F0a7570F3881a43c";
|
|
2065
|
-
};
|
|
2066
|
-
readonly adaptiveCurveIrm: "0x112fd4042E442C3C12C67AD23587b0afe36eB74E";
|
|
2067
|
-
readonly vaultV2Factory: "0x3DE400E3F79113194fa5AF6Ae5C474947E0C82Db";
|
|
2068
|
-
readonly morphoMarketV1AdapterV2Factory: "0xF85aD5f14cC903533FC409B8098B58b4C2f36697";
|
|
2069
|
-
readonly morphoVaultV1AdapterFactory: "0x669771F03ab55CebF753E90C3c9D80ad9391cf25";
|
|
2070
|
-
readonly registryList: "0xB118227C728b5ce52445a5aAee48C8a281C429E0";
|
|
2071
|
-
readonly chainlinkOracleFactory: "0xc2c167BC5cBD833ce58239e85073258F10aD4DF6";
|
|
2072
|
-
readonly preLiquidationFactory: "0xB83d2D5CAE5Fc64a408cA82447445442Fe249fe3";
|
|
2073
|
-
};
|
|
2074
|
-
readonly 714: {
|
|
2075
|
-
readonly morpho: "0xF050a2BB0468FF23cF2964AC182196C94D6815C3";
|
|
2076
|
-
readonly permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
|
|
2077
|
-
readonly bundler3: {
|
|
2078
|
-
readonly bundler3: "0x4D403d6a3D25A865Ed57caef884f076E0fa00eCa";
|
|
2079
|
-
readonly generalAdapter1: "0x9B05CCA3299E3558a324f72aaB4D404625557B3D";
|
|
2080
|
-
};
|
|
2081
|
-
readonly adaptiveCurveIrm: "0x08A7b3a39E5425d616Cc9c046cf96B5eF21a139f";
|
|
2082
|
-
readonly vaultV2Factory: "0x9aaCAA01F5e6BC876D07f023744E3E0A456a64cf";
|
|
2083
|
-
readonly morphoMarketV1AdapterV2Factory: "0x59e8C53D383F22b6371b5833504dfAa4136aE6f7";
|
|
2084
|
-
readonly registryList: "0xB78BA19a8Bf3202DA7036ec1830222FDC5e0297e";
|
|
2085
|
-
readonly chainlinkOracleFactory: "0xD6202eFF2e869dc473EB13c38Cc787835Bf8B6df";
|
|
2086
|
-
readonly preLiquidationFactory: "0x83346d9fc31a239Ae1739672AD84A567C7beF529";
|
|
2087
|
-
readonly wNative: "0x00000000000000000000000000000000ce1E571a";
|
|
2088
|
-
};
|
|
2089
|
-
readonly 1672: {
|
|
2090
|
-
readonly morpho: "0x18573fA18fd17dDfD790B4a5B5b2977aad3b4Efb";
|
|
2091
|
-
readonly permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
|
|
2092
|
-
readonly bundler3: {
|
|
2093
|
-
readonly bundler3: "0x3c90c09F8c5d927a117F681fB924952DbbD99120";
|
|
2094
|
-
readonly generalAdapter1: "0x0A5819708bCAD9C716dFD58ecB58cF91399A53f8";
|
|
2095
|
-
};
|
|
2096
|
-
readonly adaptiveCurveIrm: "0xD5E02889C13230458506CC842347c4E62F8cDF3a";
|
|
2097
|
-
readonly vaultV2Factory: "0x8E01ed1E1A41029b3137FcE9Aa880c0A54827498";
|
|
2098
|
-
readonly morphoMarketV1AdapterV2Factory: "0xe510e1fcC429943cA3455A7bfBD79f0307Cd8403";
|
|
2099
|
-
readonly registryList: "0xbe858d729548eB49BbFA05Acd3674ca8cdaAdD4b";
|
|
2100
|
-
readonly chainlinkOracleFactory: "0xb8118256d8Aa950ec0B26a0b8Be7C6c1a858f6a3";
|
|
2101
|
-
readonly preLiquidationFactory: "0x37511F85B0Eff260d429f693247339dC91C76f90";
|
|
2102
|
-
readonly wNative: "0x52C48d4213107b20bC583832b0d951FB9CA8F0B0";
|
|
2103
|
-
};
|
|
2104
|
-
readonly 685689: {
|
|
2105
|
-
readonly morpho: "0x8c45B34999883FF4B47cD3be095D585682cd9227";
|
|
2106
|
-
readonly permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
|
|
2107
|
-
readonly bundler3: {
|
|
2108
|
-
readonly bundler3: "0xE09314FE5Fc41FEc8f3e6042085dD3CeE24c877c";
|
|
2109
|
-
readonly generalAdapter1: "0x79e6825ccb881d276f988a5dA8125e1c6BEa07Ae";
|
|
2110
|
-
};
|
|
2111
|
-
readonly adaptiveCurveIrm: "0x549EFFAE58F9Db253AAF60fbCeC8B4cB74a952A8";
|
|
2112
|
-
readonly vaultV2Factory: "0xe2558155AEcEF57cAADB98e39b0538ab0ae95693";
|
|
2113
|
-
readonly morphoMarketV1AdapterV2Factory: "0x155134544AE2Ec3AB23034BF620538482C5E3c40";
|
|
2114
|
-
readonly registryList: "0xdaE77f687883D656Aa4dc7fF89c0c891510C61A5";
|
|
2115
|
-
readonly chainlinkOracleFactory: "0xf9b22d1652ce918CfC5d102269801AFbfEFa85F9";
|
|
2116
|
-
readonly preLiquidationFactory: "0x57C88ACAbd4Fa19257104ECCF64ccA34e5eB8961";
|
|
2117
|
-
readonly wNative: "0x4200000000000000000000000000000000000006";
|
|
2118
|
-
};
|
|
2119
|
-
readonly 14: {
|
|
2120
|
-
readonly morpho: "0xF4346F5132e810f80a28487a79c7559d9797E8B0";
|
|
2121
|
-
readonly permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
|
|
2122
|
-
readonly bundler3: {
|
|
2123
|
-
readonly bundler3: "0xb371CFee69984D1F3447D49217889C7388bA2027";
|
|
2124
|
-
readonly generalAdapter1: "0x43F4861c9E7f584cFDc9B6BA3F0c2462895BDd67";
|
|
2125
|
-
};
|
|
2126
|
-
readonly adaptiveCurveIrm: "0xE5B5627C5973AfAE1928a6b8e5c1D6AABFEC8a7a";
|
|
2127
|
-
readonly vaultV2Factory: "0x6FC83ECc0e8142635D77200e5052be8A0a9D2f42";
|
|
2128
|
-
readonly morphoMarketV1AdapterV2Factory: "0xd8237ea1b5974c83C6b0c8942dc2a16F42f789dd";
|
|
2129
|
-
readonly registryList: "0x9730d0B30d9145B66a8e09D26295e36cb84F64a9";
|
|
2130
|
-
readonly chainlinkOracleFactory: "0x95cB3625598F9abf6cb8B874AA1EfEEbE7822642";
|
|
2131
|
-
readonly preLiquidationFactory: "0xf215D05a04b97f98Bb1bF4E0E5Cb97Ef38fa8895";
|
|
2132
|
-
readonly wNative: "0x1D80c49BbBCd1C0911346656B529DF9E5c2F783d";
|
|
2133
|
-
};
|
|
2134
|
-
readonly 50: {
|
|
2135
|
-
readonly morpho: "0xEa49B0fE898aF913A3826F9f462eE2cDcb854fD9";
|
|
2136
|
-
readonly permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
|
|
2137
|
-
readonly bundler3: {
|
|
2138
|
-
readonly bundler3: "0xed9bdc3E6081db528b6D5CDDf47EcB05337c62A7";
|
|
2139
|
-
readonly generalAdapter1: "0xAB2Ab6A8bb1082C5d8400D6206c6A13cE413e0c0";
|
|
2140
|
-
};
|
|
2141
|
-
readonly adaptiveCurveIrm: "0x15c7312B0f26aa0AA70B24a0D2AF87B9e7D614A0";
|
|
2142
|
-
readonly vaultV2Factory: "0x227544d6989cD15c05AAB6dde4F29523dcfdbe2B";
|
|
2143
|
-
readonly morphoMarketV1AdapterV2Factory: "0x5C00c99F2235439725417E9f037B7D38FfF35d31";
|
|
2144
|
-
readonly registryList: "0x79A8C4e9E502C1867cAf2E7202f0C6b89aaCd5c1";
|
|
2145
|
-
readonly chainlinkOracleFactory: "0x6Ad93a3aA829514473D3DF67382894A76c7283B4";
|
|
2146
|
-
readonly preLiquidationFactory: "0xe3845262d726a827817C7196143CDa9a4404218d";
|
|
2147
|
-
readonly wNative: "0x951857744785E80e2De051c32EE7b25f9c458C42";
|
|
2148
|
-
};
|
|
2149
|
-
readonly 8217: {
|
|
2150
|
-
readonly morpho: "0xA8BEebdca34d83C697c302A0594f3c41f3994cd2";
|
|
2151
|
-
readonly permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
|
|
2152
|
-
readonly bundler3: {
|
|
2153
|
-
readonly bundler3: "0x27880B18ae04a05F1D603B87AEb2a27491FfaBA9";
|
|
2154
|
-
readonly generalAdapter1: "0x8e36C2c6d7771820BF14a75f725f3cf0374a7823";
|
|
2155
|
-
};
|
|
2156
|
-
readonly adaptiveCurveIrm: "0xA4E2bA20Fc64D721D95BD5a28FF71844C5bb5cF2";
|
|
2157
|
-
readonly vaultV2Factory: "0xf2Aecd4a4d4C21d08770e34F392C4C271aBD9144";
|
|
2158
|
-
readonly morphoMarketV1AdapterV2Factory: "0x4d04C39ca604b560c50F4045c558378FD9AEBCF4";
|
|
2159
|
-
readonly registryList: "0xfCA12228DA5fba6E9c0B57a8e8322d0eBaCa03Bc";
|
|
2160
|
-
readonly chainlinkOracleFactory: "0x3e89C1071814b2c4170c90260Fcb60B903AD4602";
|
|
2161
|
-
readonly preLiquidationFactory: "0xe8eCe452F04117e5Fe1Ea4403097215443225440";
|
|
2162
|
-
readonly wNative: "0x19Aac5f612f524B754CA7e7c41cbFa2E981A4432";
|
|
2163
|
-
};
|
|
2164
|
-
readonly 5042: {
|
|
2165
|
-
readonly morpho: "0x34CD04070dD72b14E241112F6d83812Df5Af7fCD";
|
|
2166
|
-
readonly permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
|
|
2167
|
-
readonly bundler3: {
|
|
2168
|
-
readonly bundler3: "0x855dbe13C409Df75CAF6a985Cf6993a4D0319Feb";
|
|
2169
|
-
readonly generalAdapter1: "0x0AF5BE7BD7B615e94e1d9275414482D028952466";
|
|
2170
|
-
};
|
|
2171
|
-
readonly adaptiveCurveIrm: "0xF02615d094Fc02fC031C35fe705e175aA4653f20";
|
|
2172
|
-
readonly vaultV2Factory: "0x3b0eefaBfa22ec7CF2c73877ac16e78D76749f12";
|
|
2173
|
-
readonly morphoMarketV1AdapterV2Factory: "0x6C2FF5114E45b50bc7195c2F1f87C98cbdad62Cc";
|
|
2174
|
-
readonly registryList: "0xdEBC92370Cd74d55DA144116138681dbbb528765";
|
|
2175
|
-
readonly chainlinkOracleFactory: "0xbFc8D6167a02889D5EB08a023d9aB712B44f7dE8";
|
|
2176
|
-
readonly preLiquidationFactory: "0x8edf6Ac769a7E7D81d571aC0FB8733aD724f6922";
|
|
2177
|
-
};
|
|
2178
|
-
readonly 2818: {
|
|
2179
|
-
readonly morpho: "0xAd10d07901Dc3195c3cb5e78E061F4EA8D9B4905";
|
|
2180
|
-
readonly permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
|
|
2181
|
-
readonly bundler3: {
|
|
2182
|
-
readonly bundler3: "0xDB83A44Bf8f53966f7A4F7dCE7F8CdAaBCf83628";
|
|
2183
|
-
readonly generalAdapter1: "0xcaeec65c85Fe964c8Bd814cb8E4CaF8B06bde776";
|
|
2184
|
-
};
|
|
2185
|
-
readonly adaptiveCurveIrm: "0xfB69467De332E03FF502B85bB2249d2f721F3319";
|
|
2186
|
-
readonly vaultV2Factory: "0x7D8BF8B276f967F7539c9e91E1a85a33fefE612B";
|
|
2187
|
-
readonly morphoMarketV1AdapterV2Factory: "0xa01D7c41cf419405d4DF2e5750d26438DCAC28a6";
|
|
2188
|
-
readonly registryList: "0x553c013d1978CF82EF6b316f5c247B73718ba481";
|
|
2189
|
-
readonly chainlinkOracleFactory: "0xE91032cE5B8D86bA4Be146c186984F49Af37fbf1";
|
|
2190
|
-
readonly preLiquidationFactory: "0x41581344ba49B07EFA758a0F2a199b90f05Cc866";
|
|
2191
|
-
readonly wNative: "0x5300000000000000000000000000000000000011";
|
|
2192
|
-
};
|
|
2193
|
-
readonly 4326: {
|
|
2194
|
-
readonly morpho: "0x18120312A7cf44DcfEc6dCe5632a431579ED9100";
|
|
2195
|
-
readonly permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
|
|
2196
|
-
readonly bundler3: {
|
|
2197
|
-
readonly bundler3: "0xf53D4c8f0f83F697CD6bB303567400cCf411aA63";
|
|
2198
|
-
readonly generalAdapter1: "0x74d3cbc721613C8461df92658d0a20dF275Ca31b";
|
|
2199
|
-
};
|
|
2200
|
-
readonly adaptiveCurveIrm: "0x56875764185548B0ca72A1877b3aE15E44e8A323";
|
|
2201
|
-
readonly vaultV2Factory: "0xf133FA5A78C398B31Cc4a180E6Ae84111D6DCF5B";
|
|
2202
|
-
readonly morphoMarketV1AdapterV2Factory: "0x00a58b7a9B3E86CB21f5F11f29F4A12346457012";
|
|
2203
|
-
readonly registryList: "0x3aE18af9717C734820137726967bef4fBc5Ec95c";
|
|
2204
|
-
readonly chainlinkOracleFactory: "0x02522D475E7064E1d1E966e3197db050b19b2FC2";
|
|
2205
|
-
readonly preLiquidationFactory: "0xF6035B231028E61cd2283651f22ecA45f8e3ADc8";
|
|
2206
|
-
readonly wNative: "0x4200000000000000000000000000000000000006";
|
|
2207
|
-
};
|
|
2208
|
-
};
|
|
2209
|
-
/** Address registry keyed by numeric chain id. */
|
|
2210
|
-
export declare let addresses: Record<number, ChainAddresses>;
|
|
2211
|
-
/** Deep-frozen registry of deployment blocks, keyed by chain id. */
|
|
2212
|
-
export declare let deployments: {
|
|
2213
|
-
readonly 1: {
|
|
2214
|
-
readonly morpho: 18883124n;
|
|
2215
|
-
readonly permit2: 15986406n;
|
|
2216
|
-
readonly bundler3: {
|
|
2217
|
-
readonly bundler3: 21643807n;
|
|
2218
|
-
readonly generalAdapter1: 21872136n;
|
|
2219
|
-
readonly paraswapAdapter: 21643807n;
|
|
2220
|
-
readonly erc20WrapperAdapter: 21872136n;
|
|
2221
|
-
readonly compoundV2MigrationAdapter: 21643807n;
|
|
2222
|
-
readonly compoundV3MigrationAdapter: 21643807n;
|
|
2223
|
-
readonly aaveV2MigrationAdapter: 21643807n;
|
|
2224
|
-
readonly aaveV3CoreMigrationAdapter: 21643807n;
|
|
2225
|
-
readonly aaveV3PrimeMigrationAdapter: 21643807n;
|
|
2226
|
-
readonly aaveV3EtherFiMigrationAdapter: 21643807n;
|
|
2227
|
-
readonly aaveV3OptimizerMigrationAdapter: 21643807n;
|
|
2228
|
-
};
|
|
2229
|
-
readonly adaptiveCurveIrm: 18883124n;
|
|
2230
|
-
readonly publicAllocator: 19375099n;
|
|
2231
|
-
readonly metaMorphoFactory: 21439510n;
|
|
2232
|
-
readonly vaultV2Factory: 23375073n;
|
|
2233
|
-
readonly morphoMarketV1AdapterFactory: 23375073n;
|
|
2234
|
-
readonly morphoMarketV1AdapterV2Factory: 23981459n;
|
|
2235
|
-
readonly morphoVaultV1AdapterFactory: 23375073n;
|
|
2236
|
-
readonly registryList: 23375119n;
|
|
2237
|
-
readonly chainlinkOracleFactory: 19375066n;
|
|
2238
|
-
readonly preLiquidationFactory: 21414664n;
|
|
2239
|
-
};
|
|
2240
|
-
readonly 8453: {
|
|
2241
|
-
readonly morpho: 13977148n;
|
|
2242
|
-
readonly permit2: 1425180n;
|
|
2243
|
-
readonly bundler3: {
|
|
2244
|
-
readonly bundler3: 25161671n;
|
|
2245
|
-
readonly generalAdapter1: 26539234n;
|
|
2246
|
-
readonly paraswapAdapter: 25161671n;
|
|
2247
|
-
readonly erc20WrapperAdapter: 26539234n;
|
|
2248
|
-
readonly compoundV3MigrationAdapter: 25161671n;
|
|
2249
|
-
readonly aaveV3CoreMigrationAdapter: 25161671n;
|
|
2250
|
-
};
|
|
2251
|
-
readonly adaptiveCurveIrm: 13977152n;
|
|
2252
|
-
readonly publicAllocator: 13979545n;
|
|
2253
|
-
readonly metaMorphoFactory: 23928808n;
|
|
2254
|
-
readonly vaultV2Factory: 35615206n;
|
|
2255
|
-
readonly morphoMarketV1AdapterFactory: 35615206n;
|
|
2256
|
-
readonly morphoMarketV1AdapterV2Factory: 39285528n;
|
|
2257
|
-
readonly morphoVaultV1AdapterFactory: 35615206n;
|
|
2258
|
-
readonly registryList: 35615358n;
|
|
2259
|
-
readonly chainlinkOracleFactory: 13978286n;
|
|
2260
|
-
readonly preLiquidationFactory: 23779056n;
|
|
2261
|
-
};
|
|
2262
|
-
readonly 137: {
|
|
2263
|
-
readonly morpho: 66931042n;
|
|
2264
|
-
readonly bundler3: {
|
|
2265
|
-
readonly bundler3: 68074185n;
|
|
2266
|
-
readonly generalAdapter1: 68074185n;
|
|
2267
|
-
readonly paraswapAdapter: 68074185n;
|
|
2268
|
-
readonly compoundV3MigrationAdapter: 68690465n;
|
|
2269
|
-
readonly aaveV2MigrationAdapter: 68690465n;
|
|
2270
|
-
readonly aaveV3CoreMigrationAdapter: 68690465n;
|
|
2271
|
-
};
|
|
2272
|
-
readonly permit2: 35701901n;
|
|
2273
|
-
readonly adaptiveCurveIrm: 66931042n;
|
|
2274
|
-
readonly publicAllocator: 66931042n;
|
|
2275
|
-
readonly metaMorphoFactory: 66931042n;
|
|
2276
|
-
readonly vaultV2Factory: 77371907n;
|
|
2277
|
-
readonly morphoMarketV1AdapterFactory: 77371907n;
|
|
2278
|
-
readonly morphoMarketV1AdapterV2Factory: 80128162n;
|
|
2279
|
-
readonly morphoVaultV1AdapterFactory: 77371907n;
|
|
2280
|
-
readonly registryList: 77372020n;
|
|
2281
|
-
readonly chainlinkOracleFactory: 66931042n;
|
|
2282
|
-
readonly preLiquidationFactory: 68074185n;
|
|
2283
|
-
};
|
|
2284
|
-
readonly 42161: {
|
|
2285
|
-
readonly morpho: 296446593n;
|
|
2286
|
-
readonly bundler3: {
|
|
2287
|
-
readonly bundler3: 307326238n;
|
|
2288
|
-
readonly generalAdapter1: 307326238n;
|
|
2289
|
-
readonly paraswapAdapter: 307326988n;
|
|
2290
|
-
readonly aaveV3CoreMigrationAdapter: 358694526n;
|
|
2291
|
-
readonly compoundV3MigrationAdapter: 358693964n;
|
|
2292
|
-
};
|
|
2293
|
-
readonly permit2: 38692735n;
|
|
2294
|
-
readonly adaptiveCurveIrm: 296446593n;
|
|
2295
|
-
readonly publicAllocator: 296446593n;
|
|
2296
|
-
readonly metaMorphoFactory: 296447195n;
|
|
2297
|
-
readonly vaultV2Factory: 387016724n;
|
|
2298
|
-
readonly morphoMarketV1AdapterFactory: 387016724n;
|
|
2299
|
-
readonly morphoMarketV1AdapterV2Factory: 409152917n;
|
|
2300
|
-
readonly morphoVaultV1AdapterFactory: 387016724n;
|
|
2301
|
-
readonly registryList: 387017701n;
|
|
2302
|
-
readonly chainlinkOracleFactory: 296447195n;
|
|
2303
|
-
readonly preLiquidationFactory: 307326238n;
|
|
2304
|
-
};
|
|
2305
|
-
readonly 10: {
|
|
2306
|
-
readonly morpho: 130770075n;
|
|
2307
|
-
readonly bundler3: {
|
|
2308
|
-
readonly bundler3: 132139369n;
|
|
2309
|
-
readonly generalAdapter1: 132139369n;
|
|
2310
|
-
readonly paraswapAdapter: 132139438n;
|
|
2311
|
-
};
|
|
2312
|
-
readonly permit2: 38854427n;
|
|
2313
|
-
readonly adaptiveCurveIrm: 130770075n;
|
|
2314
|
-
readonly publicAllocator: 130770075n;
|
|
2315
|
-
readonly metaMorphoFactory: 130770189n;
|
|
2316
|
-
readonly vaultV2Factory: 142122059n;
|
|
2317
|
-
readonly morphoMarketV1AdapterFactory: 142122059n;
|
|
2318
|
-
readonly morphoMarketV1AdapterV2Factory: 144881071n;
|
|
2319
|
-
readonly morphoVaultV1AdapterFactory: 142122059n;
|
|
2320
|
-
readonly registryList: 142122170n;
|
|
2321
|
-
readonly chainlinkOracleFactory: 130770189n;
|
|
2322
|
-
readonly preLiquidationFactory: 132139369n;
|
|
2323
|
-
};
|
|
2324
|
-
readonly 480: {
|
|
2325
|
-
readonly morpho: 9025669n;
|
|
2326
|
-
readonly bundler3: {
|
|
2327
|
-
readonly bundler3: 10273494n;
|
|
2328
|
-
readonly generalAdapter1: 10273494n;
|
|
2329
|
-
};
|
|
2330
|
-
readonly adaptiveCurveIrm: 9025669n;
|
|
2331
|
-
readonly publicAllocator: 9025669n;
|
|
2332
|
-
readonly metaMorphoFactory: 9025733n;
|
|
2333
|
-
readonly vaultV2Factory: 20253005n;
|
|
2334
|
-
readonly morphoMarketV1AdapterFactory: 20253005n;
|
|
2335
|
-
readonly morphoMarketV1AdapterV2Factory: 23013012n;
|
|
2336
|
-
readonly morphoVaultV1AdapterFactory: 20253005n;
|
|
2337
|
-
readonly registryList: 20253132n;
|
|
2338
|
-
readonly chainlinkOracleFactory: 9025733n;
|
|
2339
|
-
readonly preLiquidationFactory: 10273494n;
|
|
2340
|
-
};
|
|
2341
|
-
readonly 252: {
|
|
2342
|
-
readonly morpho: 15317931n;
|
|
2343
|
-
readonly bundler3: {
|
|
2344
|
-
readonly bundler3: 16536231n;
|
|
2345
|
-
readonly generalAdapter1: 16536231n;
|
|
2346
|
-
};
|
|
2347
|
-
readonly adaptiveCurveIrm: 15317931n;
|
|
2348
|
-
readonly publicAllocator: 15317931n;
|
|
2349
|
-
readonly metaMorphoFactory: 15318007n;
|
|
2350
|
-
readonly chainlinkOracleFactory: 15318007n;
|
|
2351
|
-
readonly preLiquidationFactory: 16536231n;
|
|
2352
|
-
};
|
|
2353
|
-
readonly 534352: {
|
|
2354
|
-
readonly morpho: 12842868n;
|
|
2355
|
-
readonly bundler3: {
|
|
2356
|
-
readonly bundler3: 13504587n;
|
|
2357
|
-
readonly generalAdapter1: 13504587n;
|
|
2358
|
-
};
|
|
2359
|
-
readonly adaptiveCurveIrm: 12842868n;
|
|
2360
|
-
readonly publicAllocator: 12842868n;
|
|
2361
|
-
readonly metaMorphoFactory: 12842903n;
|
|
2362
|
-
readonly chainlinkOracleFactory: 12842903n;
|
|
2363
|
-
readonly preLiquidationFactory: 13504587n;
|
|
2364
|
-
};
|
|
2365
|
-
readonly 57073: {
|
|
2366
|
-
readonly morpho: 4078776n;
|
|
2367
|
-
readonly bundler3: {
|
|
2368
|
-
readonly bundler3: 6385077n;
|
|
2369
|
-
readonly generalAdapter1: 6385077n;
|
|
2370
|
-
};
|
|
2371
|
-
readonly adaptiveCurveIrm: 4078776n;
|
|
2372
|
-
readonly publicAllocator: 4078776n;
|
|
2373
|
-
readonly metaMorphoFactory: 4078830n;
|
|
2374
|
-
readonly chainlinkOracleFactory: 4078830n;
|
|
2375
|
-
readonly preLiquidationFactory: 6385077n;
|
|
2376
|
-
};
|
|
2377
|
-
readonly 130: {
|
|
2378
|
-
readonly morpho: 9139027n;
|
|
2379
|
-
readonly permit2: 0n;
|
|
2380
|
-
readonly bundler3: {
|
|
2381
|
-
readonly bundler3: 9381237n;
|
|
2382
|
-
readonly generalAdapter1: 9381237n;
|
|
2383
|
-
readonly paraswapAdapter: 20872902n;
|
|
2384
|
-
readonly compoundV3MigrationAdapter: 22019479n;
|
|
2385
|
-
};
|
|
2386
|
-
readonly adaptiveCurveIrm: 9139027n;
|
|
2387
|
-
readonly publicAllocator: 9139027n;
|
|
2388
|
-
readonly metaMorphoFactory: 9316789n;
|
|
2389
|
-
readonly vaultV2Factory: 29092109n;
|
|
2390
|
-
readonly morphoMarketV1AdapterFactory: 29092109n;
|
|
2391
|
-
readonly morphoMarketV1AdapterV2Factory: 34613548n;
|
|
2392
|
-
readonly morphoVaultV1AdapterFactory: 29092109n;
|
|
2393
|
-
readonly registryList: 29092328n;
|
|
2394
|
-
readonly chainlinkOracleFactory: 9316789n;
|
|
2395
|
-
readonly preLiquidationFactory: 9381237n;
|
|
2396
|
-
};
|
|
2397
|
-
readonly 146: {
|
|
2398
|
-
readonly morpho: 9100931n;
|
|
2399
|
-
readonly bundler3: {
|
|
2400
|
-
readonly bundler3: 9102286n;
|
|
2401
|
-
readonly generalAdapter1: 9102286n;
|
|
2402
|
-
};
|
|
2403
|
-
readonly adaptiveCurveIrm: 9100931n;
|
|
2404
|
-
readonly publicAllocator: 9100931n;
|
|
2405
|
-
readonly metaMorphoFactory: 9101319n;
|
|
2406
|
-
readonly chainlinkOracleFactory: 9101319n;
|
|
2407
|
-
readonly preLiquidationFactory: 9102286n;
|
|
2408
|
-
};
|
|
2409
|
-
readonly 43111: {
|
|
2410
|
-
readonly morpho: 1188872n;
|
|
2411
|
-
readonly bundler3: {
|
|
2412
|
-
readonly bundler3: 1188907n;
|
|
2413
|
-
readonly generalAdapter1: 1188907n;
|
|
2414
|
-
};
|
|
2415
|
-
readonly adaptiveCurveIrm: 1188872n;
|
|
2416
|
-
readonly publicAllocator: 1188872n;
|
|
2417
|
-
readonly metaMorphoFactory: 1188885n;
|
|
2418
|
-
readonly chainlinkOracleFactory: 1188885n;
|
|
2419
|
-
readonly preLiquidationFactory: 1188907n;
|
|
2420
|
-
};
|
|
2421
|
-
readonly 34443: {
|
|
2422
|
-
readonly morpho: 19983370n;
|
|
2423
|
-
readonly bundler3: {
|
|
2424
|
-
readonly bundler3: 19983599n;
|
|
2425
|
-
readonly generalAdapter1: 19983599n;
|
|
2426
|
-
};
|
|
2427
|
-
readonly adaptiveCurveIrm: 19983370n;
|
|
2428
|
-
readonly publicAllocator: 19983370n;
|
|
2429
|
-
readonly metaMorphoFactory: 19983443n;
|
|
2430
|
-
readonly chainlinkOracleFactory: 19983443n;
|
|
2431
|
-
readonly preLiquidationFactory: 19983599n;
|
|
2432
|
-
};
|
|
2433
|
-
readonly 21000000: {
|
|
2434
|
-
readonly morpho: 251401n;
|
|
2435
|
-
readonly bundler3: {
|
|
2436
|
-
readonly bundler3: 253107n;
|
|
2437
|
-
readonly generalAdapter1: 253107n;
|
|
2438
|
-
};
|
|
2439
|
-
readonly adaptiveCurveIrm: 251401n;
|
|
2440
|
-
readonly publicAllocator: 251401n;
|
|
2441
|
-
readonly metaMorphoFactory: 253027n;
|
|
2442
|
-
readonly chainlinkOracleFactory: 253027n;
|
|
2443
|
-
readonly preLiquidationFactory: 253107n;
|
|
2444
|
-
};
|
|
2445
|
-
readonly 98866: {
|
|
2446
|
-
readonly morpho: 765994n;
|
|
2447
|
-
readonly bundler3: {
|
|
2448
|
-
readonly bundler3: 789925n;
|
|
2449
|
-
readonly generalAdapter1: 789925n;
|
|
2450
|
-
};
|
|
2451
|
-
readonly adaptiveCurveIrm: 765994n;
|
|
2452
|
-
readonly publicAllocator: 765994n;
|
|
2453
|
-
readonly metaMorphoFactory: 766078n;
|
|
2454
|
-
readonly vaultV2Factory: 32235414n;
|
|
2455
|
-
readonly morphoMarketV1AdapterFactory: 32235414n;
|
|
2456
|
-
readonly morphoMarketV1AdapterV2Factory: 41965167n;
|
|
2457
|
-
readonly morphoVaultV1AdapterFactory: 32235414n;
|
|
2458
|
-
readonly registryList: 32235782n;
|
|
2459
|
-
readonly chainlinkOracleFactory: 766078n;
|
|
2460
|
-
readonly preLiquidationFactory: 789925n;
|
|
2461
|
-
};
|
|
2462
|
-
readonly 123420001114: {
|
|
2463
|
-
readonly morpho: 2410315n;
|
|
2464
|
-
readonly bundler3: {
|
|
2465
|
-
readonly bundler3: 2471517n;
|
|
2466
|
-
readonly generalAdapter1: 2471517n;
|
|
2467
|
-
};
|
|
2468
|
-
readonly adaptiveCurveIrm: 2410315n;
|
|
2469
|
-
readonly publicAllocator: 2410315n;
|
|
2470
|
-
readonly metaMorphoFactory: 2410440n;
|
|
2471
|
-
readonly chainlinkOracleFactory: 2410440n;
|
|
2472
|
-
readonly preLiquidationFactory: 2471517n;
|
|
2473
|
-
};
|
|
2474
|
-
readonly 747474: {
|
|
2475
|
-
readonly morpho: 2741069n;
|
|
2476
|
-
readonly bundler3: {
|
|
2477
|
-
readonly bundler3: 2741993n;
|
|
2478
|
-
readonly generalAdapter1: 2741993n;
|
|
2479
|
-
};
|
|
2480
|
-
readonly adaptiveCurveIrm: 2741069n;
|
|
2481
|
-
readonly publicAllocator: 2741069n;
|
|
2482
|
-
readonly metaMorphoFactory: 2741420n;
|
|
2483
|
-
readonly vaultV2Factory: 13096629n;
|
|
2484
|
-
readonly morphoMarketV1AdapterFactory: 13096629n;
|
|
2485
|
-
readonly morphoMarketV1AdapterV2Factory: 18619527n;
|
|
2486
|
-
readonly morphoVaultV1AdapterFactory: 13096629n;
|
|
2487
|
-
readonly registryList: 13096853n;
|
|
2488
|
-
readonly chainlinkOracleFactory: 2741420n;
|
|
2489
|
-
readonly preLiquidationFactory: 2741993n;
|
|
2490
|
-
};
|
|
2491
|
-
readonly 42793: {
|
|
2492
|
-
readonly morpho: 21047448n;
|
|
2493
|
-
readonly bundler3: {
|
|
2494
|
-
readonly bundler3: 21050766n;
|
|
2495
|
-
readonly generalAdapter1: 21050766n;
|
|
2496
|
-
};
|
|
2497
|
-
readonly adaptiveCurveIrm: 21047448n;
|
|
2498
|
-
readonly publicAllocator: 21047448n;
|
|
2499
|
-
readonly metaMorphoFactory: 21050315n;
|
|
2500
|
-
readonly chainlinkOracleFactory: 21050315n;
|
|
2501
|
-
readonly preLiquidationFactory: 21050766n;
|
|
2502
|
-
};
|
|
2503
|
-
readonly 239: {
|
|
2504
|
-
readonly morpho: 853025n;
|
|
2505
|
-
readonly permit2: 553679n;
|
|
2506
|
-
readonly bundler3: {
|
|
2507
|
-
readonly bundler3: 978967n;
|
|
2508
|
-
readonly generalAdapter1: 978967n;
|
|
2509
|
-
};
|
|
2510
|
-
readonly adaptiveCurveIrm: 853025n;
|
|
2511
|
-
readonly publicAllocator: 853025n;
|
|
2512
|
-
readonly metaMorphoFactory: 978654n;
|
|
2513
|
-
readonly chainlinkOracleFactory: 978654n;
|
|
2514
|
-
readonly preLiquidationFactory: 978967n;
|
|
2515
|
-
};
|
|
2516
|
-
readonly 1135: {
|
|
2517
|
-
readonly morpho: 15731231n;
|
|
2518
|
-
readonly bundler3: {
|
|
2519
|
-
readonly bundler3: 15731595n;
|
|
2520
|
-
readonly generalAdapter1: 15731595n;
|
|
2521
|
-
};
|
|
2522
|
-
readonly adaptiveCurveIrm: 15731231n;
|
|
2523
|
-
readonly publicAllocator: 15731231n;
|
|
2524
|
-
readonly metaMorphoFactory: 15731333n;
|
|
2525
|
-
readonly chainlinkOracleFactory: 15731333n;
|
|
2526
|
-
readonly preLiquidationFactory: 15731595n;
|
|
2527
|
-
};
|
|
2528
|
-
readonly 999: {
|
|
2529
|
-
readonly morpho: 1988429n;
|
|
2530
|
-
readonly bundler3: {
|
|
2531
|
-
readonly bundler3: 1988956n;
|
|
2532
|
-
readonly generalAdapter1: 1988956n;
|
|
2533
|
-
};
|
|
2534
|
-
readonly adaptiveCurveIrm: 1988429n;
|
|
2535
|
-
readonly publicAllocator: 1988429n;
|
|
2536
|
-
readonly metaMorphoFactory: 1988677n;
|
|
2537
|
-
readonly vaultV2Factory: 14188393n;
|
|
2538
|
-
readonly morphoMarketV1AdapterFactory: 14188393n;
|
|
2539
|
-
readonly morphoMarketV1AdapterV2Factory: 21460330n;
|
|
2540
|
-
readonly morphoVaultV1AdapterFactory: 14188393n;
|
|
2541
|
-
readonly registryList: 14188698n;
|
|
2542
|
-
readonly chainlinkOracleFactory: 1988677n;
|
|
2543
|
-
readonly preLiquidationFactory: 1988956n;
|
|
2544
|
-
};
|
|
2545
|
-
readonly 1329: {
|
|
2546
|
-
readonly morpho: 166036723n;
|
|
2547
|
-
readonly bundler3: {
|
|
2548
|
-
readonly bundler3: 168897284n;
|
|
2549
|
-
readonly generalAdapter1: 168897284n;
|
|
2550
|
-
};
|
|
2551
|
-
readonly permit2: 118721449n;
|
|
2552
|
-
readonly adaptiveCurveIrm: 166036723n;
|
|
2553
|
-
readonly publicAllocator: 166036723n;
|
|
2554
|
-
readonly metaMorphoFactory: 168896078n;
|
|
2555
|
-
readonly chainlinkOracleFactory: 168896078n;
|
|
2556
|
-
readonly preLiquidationFactory: 168897284n;
|
|
2557
|
-
readonly usdc: 154131168n;
|
|
2558
|
-
};
|
|
2559
|
-
readonly 16661: {
|
|
2560
|
-
readonly morpho: 7526486n;
|
|
2561
|
-
readonly bundler3: {
|
|
2562
|
-
readonly bundler3: 7527649n;
|
|
2563
|
-
readonly generalAdapter1: 7527649n;
|
|
2564
|
-
};
|
|
2565
|
-
readonly adaptiveCurveIrm: 7526486n;
|
|
2566
|
-
readonly publicAllocator: 7526486n;
|
|
2567
|
-
readonly metaMorphoFactory: 7526768n;
|
|
2568
|
-
readonly chainlinkOracleFactory: 7526768n;
|
|
2569
|
-
readonly preLiquidationFactory: 7527649n;
|
|
2570
|
-
};
|
|
2571
|
-
readonly 59144: {
|
|
2572
|
-
readonly morpho: 25072608n;
|
|
2573
|
-
readonly bundler3: {
|
|
2574
|
-
readonly bundler3: 25072853n;
|
|
2575
|
-
readonly generalAdapter1: 25072853n;
|
|
2576
|
-
};
|
|
2577
|
-
readonly adaptiveCurveIrm: 25072608n;
|
|
2578
|
-
readonly publicAllocator: 25072608n;
|
|
2579
|
-
readonly metaMorphoFactory: 25072665n;
|
|
2580
|
-
readonly vaultV2Factory: 25072951n;
|
|
2581
|
-
readonly morphoMarketV1AdapterFactory: 25072951n;
|
|
2582
|
-
readonly morphoVaultV1AdapterFactory: 25072951n;
|
|
2583
|
-
readonly registryList: 25073088n;
|
|
2584
|
-
readonly chainlinkOracleFactory: 25072665n;
|
|
2585
|
-
readonly preLiquidationFactory: 25072853n;
|
|
2586
|
-
};
|
|
2587
|
-
readonly 143: {
|
|
2588
|
-
readonly morpho: 31907457n;
|
|
2589
|
-
readonly bundler3: {
|
|
2590
|
-
readonly bundler3: 32321504n;
|
|
2591
|
-
readonly generalAdapter1: 32321504n;
|
|
2592
|
-
};
|
|
2593
|
-
readonly adaptiveCurveIrm: 31907457n;
|
|
2594
|
-
readonly publicAllocator: 31907457n;
|
|
2595
|
-
readonly metaMorphoFactory: 32320327n;
|
|
2596
|
-
readonly vaultV2Factory: 32321811n;
|
|
2597
|
-
readonly morphoMarketV1AdapterFactory: 32321811n;
|
|
2598
|
-
readonly morphoMarketV1AdapterV2Factory: 41103883n;
|
|
2599
|
-
readonly morphoVaultV1AdapterFactory: 32321811n;
|
|
2600
|
-
readonly registryList: 32322465n;
|
|
2601
|
-
readonly chainlinkOracleFactory: 32320327n;
|
|
2602
|
-
readonly preLiquidationFactory: 32321504n;
|
|
2603
|
-
readonly usdc: 22909616n;
|
|
2604
|
-
};
|
|
2605
|
-
readonly 988: {
|
|
2606
|
-
readonly morpho: 1504506n;
|
|
2607
|
-
readonly bundler3: {
|
|
2608
|
-
readonly bundler3: 1741861n;
|
|
2609
|
-
readonly generalAdapter1: 1741861n;
|
|
2610
|
-
};
|
|
2611
|
-
readonly adaptiveCurveIrm: 1504506n;
|
|
2612
|
-
readonly publicAllocator: 1504506n;
|
|
2613
|
-
readonly metaMorphoFactory: 1504774n;
|
|
2614
|
-
readonly vaultV2Factory: 1506182n;
|
|
2615
|
-
readonly morphoMarketV1AdapterFactory: 1506182n;
|
|
2616
|
-
readonly morphoVaultV1AdapterFactory: 1506182n;
|
|
2617
|
-
readonly morphoMarketV1AdapterV2Factory: 5110812n;
|
|
2618
|
-
readonly registryList: 1506877n;
|
|
2619
|
-
readonly chainlinkOracleFactory: 1504774n;
|
|
2620
|
-
readonly preLiquidationFactory: 1741861n;
|
|
2621
|
-
};
|
|
2622
|
-
readonly 25: {
|
|
2623
|
-
readonly morpho: 38459435n;
|
|
2624
|
-
readonly bundler3: {
|
|
2625
|
-
readonly bundler3: 38460388n;
|
|
2626
|
-
readonly generalAdapter1: 38460388n;
|
|
2627
|
-
};
|
|
2628
|
-
readonly adaptiveCurveIrm: 38459435n;
|
|
2629
|
-
readonly publicAllocator: 38459435n;
|
|
2630
|
-
readonly metaMorphoFactory: 38459727n;
|
|
2631
|
-
readonly vaultV2Factory: 38461643n;
|
|
2632
|
-
readonly morphoMarketV1AdapterFactory: 38461643n;
|
|
2633
|
-
readonly morphoMarketV1AdapterV2Factory: 44236918n;
|
|
2634
|
-
readonly morphoVaultV1AdapterFactory: 38461643n;
|
|
2635
|
-
readonly registryList: 38461812n;
|
|
2636
|
-
readonly chainlinkOracleFactory: 38459727n;
|
|
2637
|
-
readonly preLiquidationFactory: 38460388n;
|
|
2638
|
-
};
|
|
2639
|
-
readonly 42220: {
|
|
2640
|
-
readonly morpho: 40249329n;
|
|
2641
|
-
readonly bundler3: {
|
|
2642
|
-
readonly bundler3: 41808392n;
|
|
2643
|
-
readonly generalAdapter1: 41808392n;
|
|
2644
|
-
};
|
|
2645
|
-
readonly adaptiveCurveIrm: 40249329n;
|
|
2646
|
-
readonly publicAllocator: 40249329n;
|
|
2647
|
-
readonly metaMorphoFactory: 40259931n;
|
|
2648
|
-
readonly chainlinkOracleFactory: 40259931n;
|
|
2649
|
-
readonly preLiquidationFactory: 41808392n;
|
|
2650
|
-
readonly usdc: 23412006n;
|
|
2651
|
-
};
|
|
2652
|
-
readonly 2741: {
|
|
2653
|
-
readonly morpho: 13947713n;
|
|
2654
|
-
readonly bundler3: {
|
|
2655
|
-
readonly bundler3: 13949482n;
|
|
2656
|
-
readonly generalAdapter1: 13949482n;
|
|
2657
|
-
};
|
|
2658
|
-
readonly adaptiveCurveIrm: 13947713n;
|
|
2659
|
-
readonly publicAllocator: 13947713n;
|
|
2660
|
-
readonly metaMorphoFactory: 13949369n;
|
|
2661
|
-
readonly chainlinkOracleFactory: 13949369n;
|
|
2662
|
-
readonly preLiquidationFactory: 13949482n;
|
|
2663
|
-
readonly usdc: 53247n;
|
|
2664
|
-
};
|
|
2665
|
-
readonly 200901: {
|
|
2666
|
-
readonly morpho: 13516997n;
|
|
2667
|
-
readonly bundler3: {
|
|
2668
|
-
readonly bundler3: 13638316n;
|
|
2669
|
-
readonly generalAdapter1: 13638316n;
|
|
2670
|
-
};
|
|
2671
|
-
readonly adaptiveCurveIrm: 13516997n;
|
|
2672
|
-
readonly publicAllocator: 13516997n;
|
|
2673
|
-
readonly metaMorphoFactory: 13638155n;
|
|
2674
|
-
readonly chainlinkOracleFactory: 13638155n;
|
|
2675
|
-
readonly preLiquidationFactory: 13638316n;
|
|
2676
|
-
readonly usdc: 4041175n;
|
|
2677
|
-
};
|
|
2678
|
-
readonly 56: {
|
|
2679
|
-
readonly morpho: 54344680n;
|
|
2680
|
-
readonly permit2: 25343783n;
|
|
2681
|
-
readonly bundler3: {
|
|
2682
|
-
readonly bundler3: 54346080n;
|
|
2683
|
-
readonly generalAdapter1: 54346080n;
|
|
2684
|
-
};
|
|
2685
|
-
readonly adaptiveCurveIrm: 54344680n;
|
|
2686
|
-
readonly publicAllocator: 54344680n;
|
|
2687
|
-
readonly metaMorphoFactory: 54344985n;
|
|
2688
|
-
readonly chainlinkOracleFactory: 54344985n;
|
|
2689
|
-
readonly preLiquidationFactory: 54346080n;
|
|
2690
|
-
};
|
|
2691
|
-
readonly 1868: {
|
|
2692
|
-
readonly morpho: 6440817n;
|
|
2693
|
-
readonly bundler3: {
|
|
2694
|
-
readonly bundler3: 6443359n;
|
|
2695
|
-
readonly generalAdapter1: 6443359n;
|
|
2696
|
-
};
|
|
2697
|
-
readonly adaptiveCurveIrm: 6440817n;
|
|
2698
|
-
readonly publicAllocator: 6440817n;
|
|
2699
|
-
readonly metaMorphoFactory: 6440899n;
|
|
2700
|
-
readonly chainlinkOracleFactory: 6440899n;
|
|
2701
|
-
readonly preLiquidationFactory: 6443359n;
|
|
2702
|
-
};
|
|
2703
|
-
readonly 4217: {
|
|
2704
|
-
readonly morpho: 2375189n;
|
|
2705
|
-
readonly bundler3: {
|
|
2706
|
-
readonly bundler3: 2375313n;
|
|
2707
|
-
readonly generalAdapter1: 2375301n;
|
|
2708
|
-
};
|
|
2709
|
-
readonly adaptiveCurveIrm: 2375313n;
|
|
2710
|
-
readonly vaultV2Factory: 2375650n;
|
|
2711
|
-
readonly morphoMarketV1AdapterV2Factory: 2375701n;
|
|
2712
|
-
readonly morphoVaultV1AdapterFactory: 16475630n;
|
|
2713
|
-
readonly registryList: 2375601n;
|
|
2714
|
-
readonly chainlinkOracleFactory: 2375626n;
|
|
2715
|
-
readonly preLiquidationFactory: 2375010n;
|
|
2716
|
-
};
|
|
2717
|
-
readonly 714: {
|
|
2718
|
-
readonly morpho: 53363569n;
|
|
2719
|
-
readonly permit2: 52269150n;
|
|
2720
|
-
readonly bundler3: {
|
|
2721
|
-
readonly bundler3: 53363569n;
|
|
2722
|
-
readonly generalAdapter1: 53363569n;
|
|
2723
|
-
};
|
|
2724
|
-
readonly adaptiveCurveIrm: 53363569n;
|
|
2725
|
-
readonly vaultV2Factory: 53366326n;
|
|
2726
|
-
readonly morphoMarketV1AdapterV2Factory: 53367797n;
|
|
2727
|
-
readonly registryList: 53367797n;
|
|
2728
|
-
readonly chainlinkOracleFactory: 53364880n;
|
|
2729
|
-
readonly preLiquidationFactory: 53364880n;
|
|
2730
|
-
readonly wNative: 0n;
|
|
2731
|
-
};
|
|
2732
|
-
readonly 1672: {
|
|
2733
|
-
readonly morpho: 4202147n;
|
|
2734
|
-
readonly permit2: 0n;
|
|
2735
|
-
readonly bundler3: {
|
|
2736
|
-
readonly bundler3: 4202147n;
|
|
2737
|
-
readonly generalAdapter1: 4202147n;
|
|
2738
|
-
};
|
|
2739
|
-
readonly adaptiveCurveIrm: 4202147n;
|
|
2740
|
-
readonly vaultV2Factory: 4240410n;
|
|
2741
|
-
readonly morphoMarketV1AdapterV2Factory: 4240521n;
|
|
2742
|
-
readonly registryList: 4240521n;
|
|
2743
|
-
readonly chainlinkOracleFactory: 4202252n;
|
|
2744
|
-
readonly preLiquidationFactory: 4202252n;
|
|
2745
|
-
readonly wNative: 1617294n;
|
|
2746
|
-
};
|
|
2747
|
-
readonly 685689: {
|
|
2748
|
-
readonly morpho: 7520470n;
|
|
2749
|
-
readonly permit2: 0n;
|
|
2750
|
-
readonly bundler3: {
|
|
2751
|
-
readonly bundler3: 7520470n;
|
|
2752
|
-
readonly generalAdapter1: 7520470n;
|
|
2753
|
-
};
|
|
2754
|
-
readonly adaptiveCurveIrm: 7520470n;
|
|
2755
|
-
readonly vaultV2Factory: 7520624n;
|
|
2756
|
-
readonly morphoMarketV1AdapterV2Factory: 7520701n;
|
|
2757
|
-
readonly registryList: 7520701n;
|
|
2758
|
-
readonly chainlinkOracleFactory: 7520548n;
|
|
2759
|
-
readonly preLiquidationFactory: 7520548n;
|
|
2760
|
-
readonly wNative: 0n;
|
|
2761
|
-
};
|
|
2762
|
-
readonly 14: {
|
|
2763
|
-
readonly morpho: 52378788n;
|
|
2764
|
-
readonly permit2: 58377404n;
|
|
2765
|
-
readonly bundler3: {
|
|
2766
|
-
readonly bundler3: 52378788n;
|
|
2767
|
-
readonly generalAdapter1: 52378788n;
|
|
2768
|
-
};
|
|
2769
|
-
readonly adaptiveCurveIrm: 52378788n;
|
|
2770
|
-
readonly vaultV2Factory: 52383002n;
|
|
2771
|
-
readonly morphoMarketV1AdapterV2Factory: 52383110n;
|
|
2772
|
-
readonly registryList: 52383110n;
|
|
2773
|
-
readonly chainlinkOracleFactory: 52378931n;
|
|
2774
|
-
readonly preLiquidationFactory: 52378931n;
|
|
2775
|
-
readonly wNative: 39n;
|
|
2776
|
-
};
|
|
2777
|
-
readonly 50: {
|
|
2778
|
-
readonly morpho: 101757515n;
|
|
2779
|
-
readonly permit2: 92945178n;
|
|
2780
|
-
readonly bundler3: {
|
|
2781
|
-
readonly bundler3: 101757515n;
|
|
2782
|
-
readonly generalAdapter1: 101757515n;
|
|
2783
|
-
};
|
|
2784
|
-
readonly adaptiveCurveIrm: 101757515n;
|
|
2785
|
-
readonly vaultV2Factory: 101757669n;
|
|
2786
|
-
readonly morphoMarketV1AdapterV2Factory: 101757823n;
|
|
2787
|
-
readonly registryList: 101757823n;
|
|
2788
|
-
readonly chainlinkOracleFactory: 101757578n;
|
|
2789
|
-
readonly preLiquidationFactory: 101757578n;
|
|
2790
|
-
readonly wNative: 42776215n;
|
|
2791
|
-
};
|
|
2792
|
-
readonly 8217: {
|
|
2793
|
-
readonly morpho: 208021118n;
|
|
2794
|
-
readonly permit2: 188994815n;
|
|
2795
|
-
readonly bundler3: {
|
|
2796
|
-
readonly bundler3: 208021118n;
|
|
2797
|
-
readonly generalAdapter1: 208021118n;
|
|
2798
|
-
};
|
|
2799
|
-
readonly adaptiveCurveIrm: 208021118n;
|
|
2800
|
-
readonly vaultV2Factory: 213463014n;
|
|
2801
|
-
readonly morphoMarketV1AdapterV2Factory: 213463079n;
|
|
2802
|
-
readonly registryList: 213463079n;
|
|
2803
|
-
readonly chainlinkOracleFactory: 213462907n;
|
|
2804
|
-
readonly preLiquidationFactory: 213462907n;
|
|
2805
|
-
readonly wNative: 104802159n;
|
|
2806
|
-
};
|
|
2807
|
-
readonly 5042: {
|
|
2808
|
-
readonly morpho: 1208685n;
|
|
2809
|
-
readonly permit2: 0n;
|
|
2810
|
-
readonly bundler3: {
|
|
2811
|
-
readonly bundler3: 1208685n;
|
|
2812
|
-
readonly generalAdapter1: 1208685n;
|
|
2813
|
-
};
|
|
2814
|
-
readonly adaptiveCurveIrm: 1208685n;
|
|
2815
|
-
readonly vaultV2Factory: 1208931n;
|
|
2816
|
-
readonly morphoMarketV1AdapterV2Factory: 1208978n;
|
|
2817
|
-
readonly registryList: 1208978n;
|
|
2818
|
-
readonly chainlinkOracleFactory: 1208882n;
|
|
2819
|
-
readonly preLiquidationFactory: 1208882n;
|
|
2820
|
-
};
|
|
2821
|
-
readonly 2818: {
|
|
2822
|
-
readonly morpho: 23180020n;
|
|
2823
|
-
readonly permit2: 5081244n;
|
|
2824
|
-
readonly bundler3: {
|
|
2825
|
-
readonly bundler3: 23180020n;
|
|
2826
|
-
readonly generalAdapter1: 23180020n;
|
|
2827
|
-
};
|
|
2828
|
-
readonly adaptiveCurveIrm: 23180020n;
|
|
2829
|
-
readonly vaultV2Factory: 23180183n;
|
|
2830
|
-
readonly morphoMarketV1AdapterV2Factory: 23180228n;
|
|
2831
|
-
readonly registryList: 23180228n;
|
|
2832
|
-
readonly chainlinkOracleFactory: 23180111n;
|
|
2833
|
-
readonly preLiquidationFactory: 23180111n;
|
|
2834
|
-
readonly wNative: 0n;
|
|
2835
|
-
};
|
|
2836
|
-
readonly 4326: {
|
|
2837
|
-
readonly morpho: 16408957n;
|
|
2838
|
-
readonly permit2: 0n;
|
|
2839
|
-
readonly bundler3: {
|
|
2840
|
-
readonly bundler3: 16408957n;
|
|
2841
|
-
readonly generalAdapter1: 16408957n;
|
|
2842
|
-
};
|
|
2843
|
-
readonly adaptiveCurveIrm: 16408957n;
|
|
2844
|
-
readonly vaultV2Factory: 16409067n;
|
|
2845
|
-
readonly morphoMarketV1AdapterV2Factory: 16409115n;
|
|
2846
|
-
readonly registryList: 16409115n;
|
|
2847
|
-
readonly chainlinkOracleFactory: 16409024n;
|
|
2848
|
-
readonly preLiquidationFactory: 16409024n;
|
|
2849
|
-
readonly wNative: 0n;
|
|
2850
|
-
};
|
|
2851
|
-
};
|
|
2852
|
-
/** Deep-frozen registry of wrapped token to unwrapped token mappings. */
|
|
2853
|
-
export declare let unwrappedTokensMapping: Record<number, Record<`0x${string}`, `0x${string}`>>;
|
|
2854
|
-
/**
|
|
2855
|
-
* Registers custom addresses and unwrapped token mappings to extend
|
|
2856
|
-
* the default address registry (on ewisting or unknown chains).
|
|
2857
|
-
*
|
|
2858
|
-
* @param options - Optional configuration object
|
|
2859
|
-
* @param options.unwrappedTokens - A mapping of chain IDs to token address maps,
|
|
2860
|
-
* where each entry maps wrapped tokens to their unwrapped equivalents.
|
|
2861
|
-
* @param options.addresses - Custom address entries to merge into the default registry.
|
|
2862
|
-
* Can be a subset of `ChainAddresses` if chain is already known.
|
|
2863
|
-
* Must provide all required addresses if chain is unknown.
|
|
2864
|
-
* @param options.deployments - Custom deployment entries to merge into the default registry.
|
|
2865
|
-
* Can be a subset of `ChainDeployments` if chain is already known.
|
|
2866
|
-
* Must provide all required deployments if chain is unknown.
|
|
2867
|
-
*
|
|
2868
|
-
* @throws {Error} If attempting to override an existing address.
|
|
2869
|
-
* @returns Nothing.
|
|
2870
|
-
*
|
|
2871
|
-
* @example
|
|
2872
|
-
* ```ts
|
|
2873
|
-
* registerCustomAddresses({
|
|
2874
|
-
* addresses: {
|
|
2875
|
-
* 1: { contract: "0xabc..." }
|
|
2876
|
-
* },
|
|
2877
|
-
* unwrappedTokens: {
|
|
2878
|
-
* 1: { "0xWrapped": "0xUnwrapped" }
|
|
2879
|
-
* }
|
|
2880
|
-
* });
|
|
2881
|
-
* ```
|
|
2882
|
-
*/
|
|
2883
|
-
export declare function registerCustomAddresses({ unwrappedTokens, addresses: customAddresses, deployments: customDeployments, }?: {
|
|
2884
|
-
unwrappedTokens?: Record<number, Record<Address, Address>>;
|
|
2885
|
-
addresses?: DeepPartial<Record<keyof typeof _addressesRegistry, ChainAddresses>> | Record<number, ChainAddresses>;
|
|
2886
|
-
deployments?: DeepPartial<Record<keyof typeof _deployments, ChainDeployments>> | Record<number, ChainDeployments>;
|
|
2887
|
-
}): void;
|
|
2888
|
-
export {};
|
|
1
|
+
export type { AddressLabel, AddressRegistry, ChainAddresses, ChainDeployments, DeploymentRegistry, } from "@morpho-org/morpho-ts";
|
|
2
|
+
export { addresses, addressesRegistry, convexWrapperTokens, deployments, erc20WrapperTokens, getChainAddress, getChainAddresses, getPermissionedCoinbaseTokens, getUnwrappedToken, NATIVE_ADDRESS, permissionedBackedTokens, permissionedCoinbaseTokens, permissionedWrapperTokens, registerCustomAddresses, unwrappedTokensMapping, } from "@morpho-org/morpho-ts";
|