You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @cptartur, can I try this?
I plan to remove the AccountType in /crates/sncast/src/starknet_commands/account/mod.rs before tracking all references to it and replacing them after which I'll run test to confirm nothing is broken.
Which components does the task require to be changed? (think hard pls)
sncast
Description
There are currently two similar
AccountType
enums. We should consider refactoring to keep only one to avoid redundancy.Refs:
starknet-foundry/crates/sncast/src/lib.rs
Line 45 in 526e415
starknet-foundry/crates/sncast/src/starknet_commands/account/mod.rs
Line 42 in 526e415
The text was updated successfully, but these errors were encountered: