Update getPairsInfo.js

This commit is contained in:
Daniel
2022-11-05 11:48:28 +01:00
parent 257c7aa5c5
commit 02dcd4eb8a

View File

@@ -24,5 +24,5 @@ export async function getPairsInfo(pairAddresses, web3) {
token1Name token1Name
}); });
} }
return pairsInfo;
} }