Skip to content

Commit

Permalink
Set Mainnet 'EXM' Prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
Liquid369 committed Feb 18, 2024
1 parent 9a60dd8 commit 5445957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ class CMainParams : public CChainParams
base58Prefixes[PUBKEY_ADDRESS] = std::vector<unsigned char>(1, 30);
base58Prefixes[SCRIPT_ADDRESS] = std::vector<unsigned char>(1, 13);
base58Prefixes[STAKING_ADDRESS] = std::vector<unsigned char>(1, 63); // starting with 'S'
base58Prefixes[EXCHANGE_ADDRESS] = {0x01, 0xb9}; // starts with EX
base58Prefixes[EXCHANGE_ADDRESS] = {0x01, 0xb9, 0xa2}; // starts with EXM
base58Prefixes[SECRET_KEY] = std::vector<unsigned char>(1, 212);
base58Prefixes[EXT_PUBLIC_KEY] = {0x02, 0x2D, 0x25, 0x33};
base58Prefixes[EXT_SECRET_KEY] = {0x02, 0x21, 0x31, 0x2B};
Expand Down

0 comments on commit 5445957

Please sign in to comment.