0xSpaceShard / starknet-devnet-rs

A local testnet for Starknet... in Rust
https://0xspaceshard.github.io/starknet-devnet-rs/
MIT License
104 stars 60 forks source link

Support disabling account impersonation #488

Closed marioiordanov closed 2 months ago

marioiordanov commented 2 months ago

Usage related changes

User can specify to disable account impersonation by: cli flag --disable-account-impersonation env var DISABLE_ACCOUNT_IMPERSONATION

Development related changes

Checklist: