Alchemy API returning error when using parseEther
Advertisements I am following the docs for "estimateGas" and it instructs me to import "parseEther" from alchemy-sdk. However, when I run the function I get an error stating that "TypeError: (0, _alchemySdk.parseEther) is not a function." Is this a bug currently or are the docs out of date? import { Network, Alchemy, Wallet, TokenBalanceType, Utils,… Read More Alchemy API returning error when using parseEther