Skip to content

Commit 7a5db6c

Browse files
committed
fisclend: set borrowed as 0
1 parent be02572 commit 7a5db6c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

projects/fisclend/index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ module.exports = {
44
hallmarks: [
55
[1735862400, "Rug Pull"]
66
],
7+
deadFrom: 1735862400,
78
apechain: compoundExports2({comptroller: '0xd11443B079D62700061F7311fC48C40B30BCEA91', cether: '0xB1974B31b60C7134978e5574F5f1fC8A16535b5D'}),
89
wc: compoundExports2({comptroller: '0xE3de48DCF4968B419BB55421D6B5bF2c049DaFB2', cether: '0xCD04992D1D8d42BB432AD794103c3B498016Da88'}),
910
sonic: compoundExports2({comptroller: '0x65E8768B86350875DDE19A791f06FfB7a4ADA71b', cether: '0x0B19823EF1F4a6B1f7c52336F428F1a92e9f645E'}),
1011
}
12+
13+
Object.keys(module.exports).forEach(key => module.exports[key].borrowed = () => ({}))

0 commit comments

Comments
 (0)