diff --git a/index.html b/index.html index a449b3f..33e9cff 100644 --- a/index.html +++ b/index.html @@ -10543,6 +10543,7 @@ janin.currencies = [ janin.currency.createCurrency ("Gulden", 0x26, 0xa6, "6", "R" , "GLD7BDBYyddx6Sr72zGfreRG21dJAe74j8"), janin.currency.createCurrency ("Guncoin", 0x27, 0xa7, "6", "R" , "GwVej6c3tF9GqEdSKmwJiUDWtQVK2wY9fP"), janin.currency.createCurrency ("HamRadioCoin", 0x00, 0x80, "5", "LK" , "1JQVWKT1NQJUJbbq4UdJUY8DbWmgqrrHWz"), + janin.currency.createCurrency ("HOdlcoin", 0x28, 0xa8, "5", "[LK]" , "H9SvPiwASJnsCcNS6QWJc3vi3FxoEHEKVb"), janin.currency.createCurrency ("HTML5Coin", 0x28, 0xa8, "6", "R" , "HBUk5NzWyemrwLffC8pLFXabbJuMRKbkc7"), janin.currency.createCurrency ("HyperStake", 0x75, 0xf5, "9", "d" , "p71G6VRVxTTxg3Hqa9CbENeJY1PumBjtvL"), janin.currency.createCurrency ("ImperiumCoin", 0x30, 0xb0, "6", "T" , "LKcNNWGDyKyedwL8QNsCkg2122fBQyiDat"), diff --git a/logos/hodl.png b/logos/hodl.png new file mode 100644 index 0000000..3935c12 Binary files /dev/null and b/logos/hodl.png differ diff --git a/src/janin.currency.js b/src/janin.currency.js index a384c3d..78d8d42 100644 --- a/src/janin.currency.js +++ b/src/janin.currency.js @@ -157,6 +157,7 @@ janin.currencies = [ janin.currency.createCurrency ("Gulden", 0x26, 0xa6, "6", "R" , "GLD7BDBYyddx6Sr72zGfreRG21dJAe74j8"), janin.currency.createCurrency ("Guncoin", 0x27, 0xa7, "6", "R" , "GwVej6c3tF9GqEdSKmwJiUDWtQVK2wY9fP"), janin.currency.createCurrency ("HamRadioCoin", 0x00, 0x80, "5", "LK" , "1JQVWKT1NQJUJbbq4UdJUY8DbWmgqrrHWz"), + janin.currency.createCurrency ("HOdlcoin", 0x28, 0xa8, "5", "[LK]" , "H9SvPiwASJnsCcNS6QWJc3vi3FxoEHEKVb"), janin.currency.createCurrency ("HTML5Coin", 0x28, 0xa8, "6", "R" , "HBUk5NzWyemrwLffC8pLFXabbJuMRKbkc7"), janin.currency.createCurrency ("HyperStake", 0x75, 0xf5, "9", "d" , "p71G6VRVxTTxg3Hqa9CbENeJY1PumBjtvL"), janin.currency.createCurrency ("ImperiumCoin", 0x30, 0xb0, "6", "T" , "LKcNNWGDyKyedwL8QNsCkg2122fBQyiDat"), diff --git a/wallets/hodlcoin.png b/wallets/hodlcoin.png new file mode 100644 index 0000000..d0c9f43 Binary files /dev/null and b/wallets/hodlcoin.png differ