If I import the same private key in ETH and RSK networks, the account is the same but the capitalization is different. Why is this? Is this OK?
If I import the same private key in ETH and RSK networks, the account is the same but the capitalization is different. Why is this? Is this OK?
Capitalization is used as a checksum, and the following standards are involved
Some wallet software allow you to configure the chain ID/ network ID, and others do not
In both cases, a workaround is possible, and specified in EIP-155: Use all lower case to skip checksum checks
This question maybe is not ONLY about checksum, because the same seed phrase for both Ethereum and RSK have different derivation paths by default.
Ethereum encodes address checksum in the capitalisation of hexadecimal letters of the address.
It might be that whatever RSK tool you are using is not supporting this convention. In this case, you can convert non-checksummed address to checksummed, capitalised format, yourself.