Skip to content

Commit 29c7704

Browse files
committed
better limit
1 parent d5edb84 commit 29c7704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/morpho-blue/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Object.keys(config).forEach(chain => {
3737
onlyArgs: true, fromBlock,
3838
topics: ['0xac4b2400f169220b0c0afdde7a0b32e775ba727ea1cb30b35f935cdaab8683ac'],
3939
})
40-
if(logs.length < 5){
40+
if(logs.length < 29){
4141
throw new Error("Missing markets!")
4242
}
4343
return logs.map(i => i.id)

0 commit comments

Comments
 (0)