diff --git a/index.html b/index.html index 96c9967..69eb1ca 100644 --- a/index.html +++ b/index.html @@ -10317,11 +10317,9 @@ janin.currencies = [ janin.currency.createCurrency ("Fastcoin", 0x60, 0xe0, "8", "a" , "frxe8F7gQdiAVgy4mRXjpXH5vN1wyta1db"), janin.currency.createCurrency ("Feathercoin",0x0e, 0x8e, "5", "N" , "6dxAP6oacHsove5X2kZPpddcT1Am167YzC"), janin.currency.createCurrency ("Fluttercoin",0x23, 0xa3, "6", "R" , "FJioRLt3gLtqk3tUdMhwjAVo1sdWjRuwqt"), - janin.currency.createCurrency ("Fuelcoin", 0x24, 0xa4, "6", "R" , ""), janin.currency.createCurrency ("GlobalBoost",0x26, 0xa6, "6", "R" , "GeXdH1WhzA7ayYim9sdCCQKcVukUq1W8LJ"), janin.currency.createCurrency ("Goodcoin", 0x26, 0xa6, "6", "R" , "GM3kAbQGaMVAYk8U3CrVGhSwz1hZaF6gVM"), janin.currency.createCurrency ("Gridcoin", 0x25, 0xa5, "6", "R" , "FyYkg3xhJVcVzMMw8JKfQaBxA9DAVhivq4"), - janin.currency.createCurrency ("Guldencoin", 0x26, 0xa6, "6", "R" , ""), janin.currency.createCurrency ("Guncoin", 0x27, 0xa7, "6", "R" , "GwVej6c3tF9GqEdSKmwJiUDWtQVK2wY9fP"), janin.currency.createCurrency ("HTMLCoin", 0x1e, 0x9e, "6", "Q" , "DP4AVuekGEatNmpCL99m46k8THwS9yNVqy"), janin.currency.createCurrency ("Litecoin", 0x30, 0xb0, "6", "T" , "LiScnsyPcqsyxn1fx92BcFguryXcw4DgCy"), diff --git a/logos/fuelcoin.png b/logos/fuelcoin.png deleted file mode 100644 index 6317472..0000000 Binary files a/logos/fuelcoin.png and /dev/null differ diff --git a/logos/guldencoin.png b/logos/guldencoin.png deleted file mode 100644 index dbd4fbc..0000000 Binary files a/logos/guldencoin.png and /dev/null differ diff --git a/src/janin.currency.js b/src/janin.currency.js index 8cccab0..c8b109c 100644 --- a/src/janin.currency.js +++ b/src/janin.currency.js @@ -96,11 +96,9 @@ janin.currencies = [ janin.currency.createCurrency ("Fastcoin", 0x60, 0xe0, "8", "a" , "frxe8F7gQdiAVgy4mRXjpXH5vN1wyta1db"), janin.currency.createCurrency ("Feathercoin",0x0e, 0x8e, "5", "N" , "6dxAP6oacHsove5X2kZPpddcT1Am167YzC"), janin.currency.createCurrency ("Fluttercoin",0x23, 0xa3, "6", "R" , "FJioRLt3gLtqk3tUdMhwjAVo1sdWjRuwqt"), - janin.currency.createCurrency ("Fuelcoin", 0x24, 0xa4, "6", "R" , ""), janin.currency.createCurrency ("GlobalBoost",0x26, 0xa6, "6", "R" , "GeXdH1WhzA7ayYim9sdCCQKcVukUq1W8LJ"), janin.currency.createCurrency ("Goodcoin", 0x26, 0xa6, "6", "R" , "GM3kAbQGaMVAYk8U3CrVGhSwz1hZaF6gVM"), janin.currency.createCurrency ("Gridcoin", 0x25, 0xa5, "6", "R" , "FyYkg3xhJVcVzMMw8JKfQaBxA9DAVhivq4"), - janin.currency.createCurrency ("Guldencoin", 0x26, 0xa6, "6", "R" , ""), janin.currency.createCurrency ("Guncoin", 0x27, 0xa7, "6", "R" , "GwVej6c3tF9GqEdSKmwJiUDWtQVK2wY9fP"), janin.currency.createCurrency ("HTMLCoin", 0x1e, 0x9e, "6", "Q" , "DP4AVuekGEatNmpCL99m46k8THwS9yNVqy"), janin.currency.createCurrency ("Litecoin", 0x30, 0xb0, "6", "T" , "LiScnsyPcqsyxn1fx92BcFguryXcw4DgCy"), diff --git a/wallets/fuelcoin.png b/wallets/fuelcoin.png deleted file mode 100644 index c5902ea..0000000 Binary files a/wallets/fuelcoin.png and /dev/null differ diff --git a/wallets/guldencoin.png b/wallets/guldencoin.png deleted file mode 100644 index 0ee7651..0000000 Binary files a/wallets/guldencoin.png and /dev/null differ