Skip to content

Commit

Permalink
Revert "Add MRX support (ensdomains#341)" (ensdomains#343)
Browse files Browse the repository at this point in the history
This reverts commit 1ef806e.
  • Loading branch information
makoto authored Jun 15, 2022
1 parent 1ef806e commit bc8a578
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ This library currently supports the following cryptocurrencies and address forma
- LUNA (bech32)
- MATIC (checksummed-hex)
- MONA (base58check P2PKH and P2SH, and bech32 segwit)
- MRX (base58check)
- NANO (nano-base32)
- NAS(base58 + sha3-256-checksum)
- NEAR
Expand Down
7 changes: 0 additions & 7 deletions src/__tests__/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -537,13 +537,6 @@ const vectors: Array<TestVector> = [
{ text: 'ckb1qyqt8xaupvm8837nv3gtc9x0ekkj64vud3jqfwyw5v', hex: '0100b39bbc0b3673c7d36450bc14cfcdad2d559c6c64' },
],
},
{
name: 'MRX',
coinType: 326,
passingVectors: [
{ text: 'MPYAKTYDaEMEXWFSxHeMtpXNNiSjK4TVch', hex: 'ab8959869ee2579028abdf6a199b049bfae6dc3b' },
]
},
{
name: 'LUNA',
coinType: 330,
Expand Down
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1484,7 +1484,6 @@ export const formats: IFormat[] = [
bech32Chain('IOTX', 304, 'io'),
eosioChain('BTS', 308, 'BTS'),
bech32Chain('CKB', 309, 'ckb'),
getConfig('MRX', 326, bs58Encode, bs58Decode),
bech32Chain('LUNA', 330, 'terra'),
getConfig('DOT', 354, dotAddrEncoder, ksmAddrDecoder),
getConfig('VSYS', 360, vsysAddressEncoder, vsysAddressDecoder),
Expand Down

0 comments on commit bc8a578

Please sign in to comment.