Skip to content

Commit

Permalink
add telos reactorfusion (DefiLlama#8619)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReactorFusion committed Jan 10, 2024
1 parent 2f96181 commit 665505a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion projects/reactorfusion/index.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
const { compoundExports2 } = require('../helper/compound');

module.exports = {
telos: compoundExports2({
comptroller: '0x19646a04BfDcf3553Adc8fAAf8B16D76EC41E494',
cether: '0x7d94D2F6f91ED5ED0104D89B3D263026D990Ac5f',
}),
era: compoundExports2({
comptroller: '0x23848c28Af1C3AA7B999fA57e6b6E8599C17F3f2',
cether: '0xC5db68F30D21cBe0C9Eac7BE5eA83468d69297e6',
})
};
};

0 comments on commit 665505a

Please sign in to comment.