We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc42bd8 commit 9f9c62bCopy full SHA for 9f9c62b
projects/helper/curators/configs.js
@@ -101,6 +101,14 @@ const MorphoConfigs = {
101
},
102
],
103
104
+ plume_mainnet: {
105
+ vaultFactories: [
106
+ {
107
+ address: '0x2525D453D9BA13921D5aB5D8c12F9202b0e19456',
108
+ fromBlock: 1912478,
109
+ },
110
+ ],
111
112
}
113
114
const EulerConfigs = {
projects/re7/index.js
@@ -83,6 +83,12 @@ const configs = {
83
'0x187620a61f4f00Cb629b38e1b38BEe8Ea60d2B8D',
84
85
86
+ plume_mainnet:{
87
+ morphoVaultOwners: [
88
+ '0x7B41b9891887820A75A51a1025dB1A54f4798521',
89
+ '0x06590Fef209Ebc1f8eEF83dA05984cD4eFf0d0E3',
90
91
92
starknet: {
93
vesu: [
94
'0x7f135b4df21183991e9ff88380c2686dd8634fd4b09bb2b5b14415ac006fe1d',
0 commit comments