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
There are custom Starknet chains where the fee token addresses diverge from the addresses used on the public Starknet integration/testnet/mainnet networks.
This issue leads to blockifier failing balance checks when executing transactions -- because the fee token address is not even deployed, we're basically reading a balance of zero for any contract address.
We should make the ETH and STRK fee token addresses configurable for at least the custom network use case.
The text was updated successfully, but these errors were encountered:
There are custom Starknet chains where the fee token addresses diverge from the addresses used on the public Starknet integration/testnet/mainnet networks.
This issue leads to blockifier failing balance checks when executing transactions -- because the fee token address is not even deployed, we're basically reading a balance of zero for any contract address.
We should make the ETH and STRK fee token addresses configurable for at least the custom network use case.
The text was updated successfully, but these errors were encountered: