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
The JS test is needed to verify that the new extrinsic in admin-utils pallet set_evm_chain_id in fact changes the chain ID that Ethereum RPC returns for eth_chainId request. Currently the verification is done manually using this cli command:
curl http://localhost:9944/ -X POST -H "Content-Type: application/json" --data '{"method":"eth_chainId","params":[],"id":1,"jsonrpc":"2.0"}'
The text was updated successfully, but these errors were encountered:
The JS test is needed to verify that the new extrinsic in admin-utils pallet
set_evm_chain_id
in fact changes the chain ID that Ethereum RPC returns foreth_chainId
request. Currently the verification is done manually using this cli command:The text was updated successfully, but these errors were encountered: