Metamask - Same address for all networks #532
Answered
by
cromewar
programonauta
asked this question in
Q&A
-
Hey guys, Just a question for curiosity, I noticed that Metamask uses the same address for different networks (Ethereum Mainnet, Binance, Testnets, and so on). Is there any reason for that? |
Beta Was this translation helpful? Give feedback.
Answered by
cromewar
Dec 10, 2021
Replies: 1 comment 1 reply
-
The reason is related to the private key, as you have the same private key the algorithm with generate a public key using that password, so it will be the same for all chains using that private key. If you want to know more about how encryption works, I suggest you to check this link. Best regards Cromewar. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
programonauta
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The reason is related to the private key, as you have the same private key the algorithm with generate a public key using that password, so it will be the same for all chains using that private key.
If you want to know more about how encryption works, I suggest you to check this link.
Best regards Cromewar.