Skip to content

Commit aea80fc

Browse files
authored
Add Monad for Euler DAO (#5801)
1 parent 023e3f4 commit aea80fc

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

fees/euler-dao.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ const curatorConfig: CuratorConfig = {
4141
],
4242
start: '2025-10-01',
4343
},
44+
[CHAIN.MONAD]: {
45+
eulerVaultOwners: [
46+
'0x5D42F8aCd567810D57D60f90bB9C6d194207a6e1',
47+
],
48+
start: '2025-11-28',
49+
}
4450
}
4551
}
4652

helpers/curators/configs.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,4 +267,9 @@ export const EulerConfigs: any = {
267267
'0x42388213C6F56D7E1477632b58Ae6Bba9adeEeA3',
268268
],
269269
},
270+
[CHAIN.MONAD]: {
271+
vaultFactories: [
272+
'0xba4Dd672062dE8FeeDb665DD4410658864483f1E',
273+
],
274+
},
270275
}

0 commit comments

Comments
 (0)