diff --git a/index.html b/index.html index 7d38e8e..3b2d907 100644 --- a/index.html +++ b/index.html @@ -10398,6 +10398,7 @@ janin.currencies = [ janin.currency.createCurrency ("W2Coin", 0x49, 0xc9, "7", "W" , "Wa3AvKUP5J3BpEa93nwKHPAAQ2P1XdTCeU"), janin.currency.createCurrency ("WankCoin", 0x0, 0x80, "5", "[LK]" , "1CnEFZZxJQkNAvgFGdRV5JEKShkNj1LRWL"), janin.currency.createCurrency ("WeAreSatoshiCoin", 0x87,0x97,"6","P" , "wSEgPsCGqQESLDyzBJkwCXvMP1z3e1Qi3X"), + janin.currency.createCurrency ("WorldCoin", 0x49,0xc9,"7","W", "WNmGkn2WQZKS6xKHEsj5AqSbuE4sh9Upyb"), janin.currency.createCurrency ("Zetacoin", 0x50, 0xE0, "8", "a" , "ZRU6TP8NLzoyey4DPPaa3uCCgDNDc96PXJ"), janin.currency.createCurrency ("Testnet Bitcoin", 0x6f, 0xef, "9", "c", null) diff --git a/logos/worldcoin.png b/logos/worldcoin.png new file mode 100644 index 0000000..1c31d69 Binary files /dev/null and b/logos/worldcoin.png differ diff --git a/src/janin.currency.js b/src/janin.currency.js index 5dccb8c..51f3013 100644 --- a/src/janin.currency.js +++ b/src/janin.currency.js @@ -158,6 +158,7 @@ janin.currencies = [ janin.currency.createCurrency ("W2Coin", 0x49, 0xc9, "7", "W" , "Wa3AvKUP5J3BpEa93nwKHPAAQ2P1XdTCeU"), janin.currency.createCurrency ("WankCoin", 0x0, 0x80, "5", "[LK]" , "1CnEFZZxJQkNAvgFGdRV5JEKShkNj1LRWL"), janin.currency.createCurrency ("WeAreSatoshiCoin", 0x87,0x97,"6","P" , "wSEgPsCGqQESLDyzBJkwCXvMP1z3e1Qi3X"), + janin.currency.createCurrency ("WorldCoin", 0x49,0xc9,"7","W", "WNmGkn2WQZKS6xKHEsj5AqSbuE4sh9Upyb"), janin.currency.createCurrency ("Zetacoin", 0x50, 0xE0, "8", "a" , "ZRU6TP8NLzoyey4DPPaa3uCCgDNDc96PXJ"), janin.currency.createCurrency ("Testnet Bitcoin", 0x6f, 0xef, "9", "c", null) diff --git a/wallets/worldcoin.png b/wallets/worldcoin.png new file mode 100644 index 0000000..a673f59 Binary files /dev/null and b/wallets/worldcoin.png differ