Skip to content

Commit 9f9c62b

Browse files
authored
add vaults on plume for re7 project (DefiLlama#15179)
1 parent dc42bd8 commit 9f9c62b

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

projects/helper/curators/configs.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,14 @@ const MorphoConfigs = {
101101
},
102102
],
103103
},
104+
plume_mainnet: {
105+
vaultFactories: [
106+
{
107+
address: '0x2525D453D9BA13921D5aB5D8c12F9202b0e19456',
108+
fromBlock: 1912478,
109+
},
110+
],
111+
},
104112
}
105113

106114
const EulerConfigs = {

projects/re7/index.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,12 @@ const configs = {
8383
'0x187620a61f4f00Cb629b38e1b38BEe8Ea60d2B8D',
8484
],
8585
},
86+
plume_mainnet:{
87+
morphoVaultOwners: [
88+
'0x7B41b9891887820A75A51a1025dB1A54f4798521',
89+
'0x06590Fef209Ebc1f8eEF83dA05984cD4eFf0d0E3',
90+
],
91+
},
8692
starknet: {
8793
vesu: [
8894
'0x7f135b4df21183991e9ff88380c2686dd8634fd4b09bb2b5b14415ac006fe1d',

0 commit comments

Comments
 (0)