From be1d01ec2eea955335a762a462b10e7eea412897 Mon Sep 17 00:00:00 2001 From: 0xngmi <0xngmi@protonmail.com> Date: Wed, 25 Sep 2024 10:13:41 +0100 Subject: [PATCH] add onyx post hack --- projects/onyx-v2/index.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 projects/onyx-v2/index.js diff --git a/projects/onyx-v2/index.js b/projects/onyx-v2/index.js new file mode 100644 index 000000000000..2af4a93b412a --- /dev/null +++ b/projects/onyx-v2/index.js @@ -0,0 +1,5 @@ +const { compoundExports2 } = require('../helper/compound'); + +module.exports = { + ethereum: compoundExports2({ comptroller: "0xcC53F8fF403824a350885A345ED4dA649e060369", cether: "0x2ccb7d00a9e10d0c3408b5eefb67011abfacb075"}), +};