Skip to content

Commit 7ce3f61

Browse files
Include additional Morpho vaults for kpk (#16965)
1 parent 03cbfa2 commit 7ce3f61

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

projects/kpk/index.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,26 @@ const configs = {
1919
"Counts (1) assets deposited in curated ERC-4626 vaults and (2) collateral held in Gearbox v3.1 Credit Accounts from the specified Market Configurator.",
2020
blockchains: {
2121
ethereum: {
22-
// your existing ERC-4626 vaults
22+
// existing ERC-4626 vaults
2323
erc4626: [
2424
"0x9396dcbf78fc526bb003665337c5e73b699571ef", //Gearbox ETH
2525
"0xA9d17f6D3285208280a1Fd9B94479c62e0AABa64", //Gearbox wstETH
2626
"0xe108fbc04852B5df72f9E44d7C29F47e7A993aDd", //Morpho USDC Prime
2727
"0x0c6aec603d48eBf1cECc7b247a2c3DA08b398DC1", //Morpho EURC Yield
2828
"0xd564F765F9aD3E7d2d6cA782100795a885e8e7C8", //Morpho ETH Prime
29+
"0x4Ef53d2cAa51C447fdFEEedee8F07FD1962C9ee6", //Morpho v2 USDC
30+
"0xa877D5bb0274dcCbA8556154A30E1Ca4021a275f", //Morpho v2 EURC
31+
"0xbb50a5341368751024ddf33385ba8cf61fe65ff9", //Morpho v2 ETH
2932
],
3033

3134
// NEW: Gearbox v3.1 Market Configurator (legacy configurator) to crawl
3235
gearboxMarketConfigurator: "0x1b265b97eb169fb6668e3258007c3b0242c7bdbe",
3336
},
37+
arbitrum: {
38+
erc4626: [
39+
"0x2C609d9CfC9dda2dB5C128B2a665D921ec53579d", //Morpho USDC Yield
40+
],
41+
},
3442
},
3543
}
3644

0 commit comments

Comments
 (0)