FabijanC

Results 63 comments of FabijanC

Maybe we can simply expose our existing `Account` abstract class (with potential modifications to make it more user-firendly). So far we didn't know how to expose classes in `hre` (so...

So, this happens to work, some things could be improved from the UX side, but if you are in need, by extending the `Account` abstract class you can instantiate custom...

As discussed with a user (Phil26 on Discord), the approach suggested in [the previous post](https://github.com/Shard-Labs/starknet-hardhat-plugin/issues/148#issuecomment-1351211380) has bad UX. Here is what exactly Phil said in [the Discord thread](https://discord.com/channels/793094838509764618/1040532061334806538): > Hello,...

@taco-paco What's the status of this?

No, was just checking. Thanks for the update. Let me know if/when you can get back to this.

As already discussed, this doesn't have to be a part of release-0.7.0 if we keep URL as a config option. Currently waiting for response from hardhat: https://github.com/NomicFoundation/hardhat/issues/3221

@mubarak23 Thanks for commenting, please wait until it is decided whose responsibility this should be.

@mubarak23 You've been assigned. Please note that the issue description has been updated.

You can run Devnet in debug mode, send it a simple RPC request, and see which parts of the code it goes through. You could then see how to expand...

@kfastov Hey, any update on this?