Skip to content

Commit bcf9af5

Browse files
[TermMax] Add Base chain support (#18502)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 767dc61 commit bcf9af5

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

projects/term-structure/index.js

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,23 @@ const ADDRESSES = {
228228
{ address: "0xDA4aAF85Bb924B53DCc2DFFa9e1A9C2Ef97aCFDF", fromBlock: 50664655 },
229229
],
230230
},
231+
base: {
232+
FactoryV2: [
233+
{
234+
address: "0xa6875Af7a45BEf941e484b59C149E5C1772DE643",
235+
fromBlock: 43289754,
236+
},
237+
],
238+
VaultFactoryV2: [
239+
{
240+
address: "0xDA4aAF85Bb924B53DCc2DFFa9e1A9C2Ef97aCFDF",
241+
fromBlock: 43289755,
242+
},
243+
],
244+
TermMax4626Factory: [
245+
{ address: "0xa50929A67daF9Ff3567e2Bb3411204A134f72546", fromBlock: 43289755 },
246+
],
247+
},
231248
};
232249

233250
const VAULT_BLACKLIST = {
@@ -632,4 +649,4 @@ Object.keys(ADDRESSES).forEach(chain => {
632649
]);
633650
},
634651
}
635-
})
652+
})

0 commit comments

Comments
 (0)