From 665505ac81ebed0370c403c18b818efda92e9db1 Mon Sep 17 00:00:00 2001 From: ReactorFusion <131606361+ReactorFusion@users.noreply.github.com> Date: Wed, 10 Jan 2024 15:29:14 +0900 Subject: [PATCH] add telos reactorfusion (#8619) --- projects/reactorfusion/index.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/projects/reactorfusion/index.js b/projects/reactorfusion/index.js index 07e3e836797..71a15d2a684 100644 --- a/projects/reactorfusion/index.js +++ b/projects/reactorfusion/index.js @@ -1,8 +1,12 @@ const { compoundExports2 } = require('../helper/compound'); module.exports = { + telos: compoundExports2({ + comptroller: '0x19646a04BfDcf3553Adc8fAAf8B16D76EC41E494', + cether: '0x7d94D2F6f91ED5ED0104D89B3D263026D990Ac5f', + }), era: compoundExports2({ comptroller: '0x23848c28Af1C3AA7B999fA57e6b6E8599C17F3f2', cether: '0xC5db68F30D21cBe0C9Eac7BE5eA83468d69297e6', }) -}; \ No newline at end of file +};