We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e671c19 + 1f76757 commit 4df2969Copy full SHA for 4df2969
scripts/fixOldEscrows.ts
@@ -96,7 +96,7 @@ async function fetchEscrowMapForGotchisAtBlock(
96
97
async function main() {
98
//upgrade first
99
- // await upgrade();
+ // await upgrade();
100
// Fetch all historical lending listingIds and gotchiTokenIds from the subgraph
101
const { listingIds, gotchiIds } = await fetchLendingListingIdsAndGotchiIds();
102
console.log(`Total lendings from subgraph: ${listingIds.length}`);
0 commit comments