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
handle other errors coming from starknet-rs, e.g. having such example in which we declare a new contract with sncast and we don't provide max-gas, we receive "Unknown RPC error", even though the real error is FeeOutOfRange coming from starknet-rs
The text was updated successfully, but these errors were encountered:
Which component is your feature related to?
Cast
Feature Request
In the scope of this issue, we should:
declare
a new contract with sncast and we don't providemax-gas
, we receive "Unknown RPC error", even though the real error isFeeOutOfRange
coming fromstarknet-rs
The text was updated successfully, but these errors were encountered: