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
Currently in the check here we throw an error if the user is using --devnet but the chain id isn't devnet. We should instead only throw an error if the chain id is SN_SEPOLIA or SN_MAINNET. Or we can also consider removing the error completely but changing the default chain id to not SN_SEPOLIA or SN_MAINNET.
Steps to reproduce
No response
The text was updated successfully, but these errors were encountered:
Trantorian1
changed the title
bug: incorrect error message when chain id isn't devnet
bug(devnet): incorrect error message when chain id isn't devnet
Dec 11, 2024
Is there an existing issue?
Description of bug
Currently in the check here we throw an error if the user is using
--devnet
but the chain id isn't devnet. We should instead only throw an error if the chain id is SN_SEPOLIA or SN_MAINNET. Or we can also consider removing the error completely but changing the default chain id to not SN_SEPOLIA or SN_MAINNET.Steps to reproduce
No response
The text was updated successfully, but these errors were encountered: