diff --git a/logos/testnet wacoins.png b/logos/testnet wacoins.png new file mode 100644 index 0000000..5cae993 Binary files /dev/null and b/logos/testnet wacoins.png differ diff --git a/logos/wacoins.png b/logos/wacoins.png new file mode 100644 index 0000000..6c5d58b Binary files /dev/null and b/logos/wacoins.png differ diff --git a/src/janin.currency.js b/src/janin.currency.js index 8a192fb..c95fa80 100644 --- a/src/janin.currency.js +++ b/src/janin.currency.js @@ -226,6 +226,7 @@ janin.currencies = [ janin.currency.createCurrency ("Viacoin", 0x47, 0xc7, "7", "W" , "VeJMvqvsZFoTkYfitzEG8fYy7bC7hxMfT1"), janin.currency.createCurrency ("VikingCoin", 0x46, 0x56, "3", "D" , "VJXz1cD1mDGQmu52aDdd7Q2G5ejqA6mcqw"), janin.currency.createCurrency ("W2Coin", 0x49, 0xc9, "7", "W" , "Wa3AvKUP5J3BpEa93nwKHPAAQ2P1XdTCeU"), + janin.currency.createCurrency ("WACoins", 0x49, 0xc9, "7", "W" , ""), janin.currency.createCurrency ("WankCoin", 0x00, 0x80, "5", "[LK]" , "1CnEFZZxJQkNAvgFGdRV5JEKShkNj1LRWL"), janin.currency.createCurrency ("WeAreSatoshiCoin", 0x87, 0x97, "6", "P" , "wSEgPsCGqQESLDyzBJkwCXvMP1z3e1Qi3X"), janin.currency.createCurrency ("WorldCoin", 0x49, 0xc9, "7", "W" , "WNmGkn2WQZKS6xKHEsj5AqSbuE4sh9Upyb"), @@ -233,5 +234,6 @@ janin.currencies = [ janin.currency.createCurrency ("Testnet Dogecoin", 0x71, 0xf1, "9", "c" , null), janin.currency.createCurrency ("Testnet Bitcoin", 0x6f, 0xef, "9", "c" , null), - janin.currency.createCurrency ("Testnet PIVX", 0x8b, 0xef, "9", "c" , null) + janin.currency.createCurrency ("Testnet PIVX", 0x8b, 0xef, "9", "c" , null), + janin.currency.createCurrency ("Testnet WACoins", 0x51, 0xd1, "8", "[XY]" , null) ]; diff --git a/wallets/testnet wacoins.png b/wallets/testnet wacoins.png new file mode 100644 index 0000000..f35f18e Binary files /dev/null and b/wallets/testnet wacoins.png differ diff --git a/wallets/wacoins.png b/wallets/wacoins.png new file mode 100644 index 0000000..f35f18e Binary files /dev/null and b/wallets/wacoins.png differ