mirror of
https://github.com/cerc-io/watcher-ts
synced 2026-09-09 17:24:07 +00:00
Handle increase liquidity event (#143)
* Implement handler for NFPM IncreaseLiquidity event. * Get contract values by querying uni-watcher. Co-authored-by: nabarun <nabarun@deepstacksoft.com>
This commit is contained in:
@@ -91,7 +91,7 @@ export const getStorageAt: GetStorageAt = async ({ blockHash, contract, slot })
|
||||
*/
|
||||
export const generateDummyAddresses = (length: number): Array<string> => {
|
||||
return Array.from({ length }, () => {
|
||||
return ethers.utils.hexlify(ethers.utils.randomBytes(20));
|
||||
return ethers.utils.getAddress(ethers.utils.hexlify(ethers.utils.randomBytes(20)));
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user