docs icon indicating copy to clipboard operation
docs copied to clipboard

address is imported from nodejs instead of using string

Open Yorkemartin opened this issue 3 years ago • 0 comments

the code snippets here import Address from the nodejs standard lib and use it to type eth addresses

that's not correct--those addresses should just be typed as string

https://docs.uniswap.org/sdk/guides/using-ethers

https://nodejs.org/api/cluster.html

Yorkemartin avatar Feb 28 '22 17:02 Yorkemartin