Sasha
Sasha
I use next@14 and ehters v5. This solution works for me. > If you have a direct access to `JsonRpcProvider` construction you can pass an instance of [ConnectionInfo](https://docs.ethers.org/v5/api/utils/web/#ConnectionInfo). Then you...
Hey, does someone have a simple example of ERC20HooksTrait usage?
Thank you, friends! Do you know if can we use the storage variable inside ERC20HooksTrait implementation? Or it's possible only for ERC-20 storage variables? ``` #[storage] struct Storage { #[substorage(v0)]...