We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be02572 commit 7a5db6cCopy full SHA for 7a5db6c
projects/fisclend/index.js
@@ -4,7 +4,10 @@ module.exports = {
4
hallmarks: [
5
[1735862400, "Rug Pull"]
6
],
7
+ deadFrom: 1735862400,
8
apechain: compoundExports2({comptroller: '0xd11443B079D62700061F7311fC48C40B30BCEA91', cether: '0xB1974B31b60C7134978e5574F5f1fC8A16535b5D'}),
9
wc: compoundExports2({comptroller: '0xE3de48DCF4968B419BB55421D6B5bF2c049DaFB2', cether: '0xCD04992D1D8d42BB432AD794103c3B498016Da88'}),
10
sonic: compoundExports2({comptroller: '0x65E8768B86350875DDE19A791f06FfB7a4ADA71b', cether: '0x0B19823EF1F4a6B1f7c52336F428F1a92e9f645E'}),
11
}
12
+
13
+Object.keys(module.exports).forEach(key => module.exports[key].borrowed = () => ({}))
0 commit comments