Skip to content

Commit 4df2969

Browse files
committed
Merge branch 'fix/settleOldEscrows'
2 parents e671c19 + 1f76757 commit 4df2969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/fixOldEscrows.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ async function fetchEscrowMapForGotchisAtBlock(
9696

9797
async function main() {
9898
//upgrade first
99-
// await upgrade();
99+
// await upgrade();
100100
// Fetch all historical lending listingIds and gotchiTokenIds from the subgraph
101101
const { listingIds, gotchiIds } = await fetchLendingListingIdsAndGotchiIds();
102102
console.log(`Total lendings from subgraph: ${listingIds.length}`);

0 commit comments

Comments
 (0)