Skip to content

Commit

Permalink
Added KCN coin support
Browse files Browse the repository at this point in the history
  • Loading branch information
MoneroOcean committed May 27, 2024
1 parent ed8268c commit 9cd23f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ If you'd like to make a one time donation, the addresses are as follows:
* XNA - ```Nb931jkFtFN7QWpu4FqSThaoKajYjS5iFZ```
* CLORE - ```AdXPHtV8yb86a8QKsbs8gmUpRpcxufRn8n```
* RTM - ```RUCyaEZxQu3Eure73XPQ57si813RYAMQKC```
* KCN - ```kc1qchtxq2gw9dc4r58hcegd6n4jspew6j9mu3yz8q```
* BTRM - ```Bfhtr2g56tg73TNZBRCu6fJUD39Kur6SGG```
* ERG - ```9fe533kUzAE57YfPP6o3nzsYMKN2W2uCxvg8KG8Vn5DDeJGetRw```
* BTC - ```3HRbMgcvbqHVW7P34MNGvF2Gh3DE26iHdw```
Expand Down
2 changes: 1 addition & 1 deletion lib/coins/xmr.js
Original file line number Diff line number Diff line change
Expand Up @@ -1202,7 +1202,7 @@ function Coin(data){
case 9053: return "erg"; // ERG
case 9231: return "cryptonote_loki"; // XEQ
case 9998: return "raptoreum"; // RTM
case 5110: return "flex"; // KCN
case 5110: return "raptoreum"; // KCN
case 10225: return "raptoreum"; // BTRM
//case 11181: return "aeon"; // Aeon
case 11898: return "forknote2"; // TRTL
Expand Down

0 comments on commit 9cd23f7

Please sign in to comment.