diff --git a/index.html b/index.html index 61f0ad6..d55688e 100644 --- a/index.html +++ b/index.html @@ -10336,6 +10336,7 @@ janin.currencies = [ janin.currency.createCurrency ("Fibre", 0x23, 0xa3, "6", "R" , "F6qGSM29vJm2q3Q9uvozpym7WYqKXBrpqm"), janin.currency.createCurrency ("Fluttercoin",0x23, 0xa3, "6", "R" , "FJioRLt3gLtqk3tUdMhwjAVo1sdWjRuwqt"), janin.currency.createCurrency ("Freicoin", 0x00, 0x80, "5", "[LK]" , "18kVnAk5Undi7CqEgGx63YDKBPFpxYJmT9"), + janin.currency.createCurrency ("FUDcoin", 0x23, 0xa3, "6", "R" , ""), janin.currency.createCurrency ("Fuelcoin", 0x24, 0x80, "5", "[KL]" , "Fq1sL24MgDt7tTiKh8MPvhz2UMP8e1uCo4"), janin.currency.createCurrency ("GlobalBoost",0x26, 0xa6, "6", "R" , "GeXdH1WhzA7ayYim9sdCCQKcVukUq1W8LJ"), janin.currency.createCurrency ("Goodcoin", 0x26, 0xa6, "6", "R" , "GM3kAbQGaMVAYk8U3CrVGhSwz1hZaF6gVM"), diff --git a/logos/fudcoin.png b/logos/fudcoin.png new file mode 100644 index 0000000..f68c463 Binary files /dev/null and b/logos/fudcoin.png differ diff --git a/src/janin.currency.js b/src/janin.currency.js index f850a75..b6b79b6 100644 --- a/src/janin.currency.js +++ b/src/janin.currency.js @@ -102,6 +102,7 @@ janin.currencies = [ janin.currency.createCurrency ("Fibre", 0x23, 0xa3, "6", "R" , "F6qGSM29vJm2q3Q9uvozpym7WYqKXBrpqm"), janin.currency.createCurrency ("Fluttercoin",0x23, 0xa3, "6", "R" , "FJioRLt3gLtqk3tUdMhwjAVo1sdWjRuwqt"), janin.currency.createCurrency ("Freicoin", 0x00, 0x80, "5", "[LK]" , "18kVnAk5Undi7CqEgGx63YDKBPFpxYJmT9"), + janin.currency.createCurrency ("FUDcoin", 0x23, 0xa3, "6", "R" , ""), janin.currency.createCurrency ("Fuelcoin", 0x24, 0x80, "5", "[KL]" , "Fq1sL24MgDt7tTiKh8MPvhz2UMP8e1uCo4"), janin.currency.createCurrency ("GlobalBoost",0x26, 0xa6, "6", "R" , "GeXdH1WhzA7ayYim9sdCCQKcVukUq1W8LJ"), janin.currency.createCurrency ("Goodcoin", 0x26, 0xa6, "6", "R" , "GM3kAbQGaMVAYk8U3CrVGhSwz1hZaF6gVM"), diff --git a/wallets/fudcoin.png b/wallets/fudcoin.png new file mode 100644 index 0000000..3c521d4 Binary files /dev/null and b/wallets/fudcoin.png differ