File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ async function fetchEscrowMapForGotchisAtBlock(
9696
9797async 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 } ` ) ;
@@ -124,7 +124,8 @@ async function main() {
124124 const c = await varsForNetwork ( ethers ) ;
125125 let escrowFacet = await ethers . getContractAt (
126126 "EscrowFacet" ,
127- c . aavegotchiDiamond !
127+ c . aavegotchiDiamond ! ,
128+ signer
128129 ) ;
129130
130131 const testing = [ "hardhat" , "localhost" ] . includes ( network . name ) ;
You can’t perform that action at this time.
0 commit comments