From d72836f2908a0988e7a48cafdf80b0ab7e322507 Mon Sep 17 00:00:00 2001 From: yanfeizuo <69463394+yanfeizuo@users.noreply.github.com> Date: Fri, 16 Aug 2024 12:46:10 +0800 Subject: [PATCH] Config zklink to Meter sumer (#11326) * update for sumer * Revert "update for sumer" This reverts commit c2d61474251f429ce5d50dc600deb5822bff4379. * add base to project sumer * add arbitrum to project sumer * config ethereum for sumer * add zklink to sumer --- projects/sumer/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/sumer/index.js b/projects/sumer/index.js index aaf4cf6016e3..797a3d92bd1f 100644 --- a/projects/sumer/index.js +++ b/projects/sumer/index.js @@ -5,4 +5,5 @@ module.exports = { base: compoundExports2({ comptroller: '0x611375907733D9576907E125Fb29704712F0BAfA' }), arbitrum: compoundExports2({ comptroller: '0xBfb69860C91A22A2287df1Ff3Cdf0476c5aab24A' }), ethereum: compoundExports2({ comptroller: '0x60A4570bE892fb41280eDFE9DB75e1a62C70456F' }), + zklink: compoundExports2({ comptroller: '0xe6099D924efEf37845867D45E3362731EaF8A98D' }) } \ No newline at end of file