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
EVM testnets usually have different chain IDs from mainnets. We need to have a different ChainID for Finney, but we need to maintain a single runtime binary/config between our networks.
Solution: Add set_evm_chain_id extrinsic that will be called on Finney to set the chain ID.
The text was updated successfully, but these errors were encountered:
EVM testnets usually have different chain IDs from mainnets. We need to have a different ChainID for Finney, but we need to maintain a single runtime binary/config between our networks.
Solution: Add
set_evm_chain_id
extrinsic that will be called on Finney to set the chain ID.The text was updated successfully, but these errors were encountered: