diff --git a/index.html b/index.html index 8fc1e0f..8ee47fd 100644 --- a/index.html +++ b/index.html @@ -10426,6 +10426,7 @@ janin.currencies = [ janin.currency.createCurrency ("Cryptoescudo",0x1c,0x9c, "6", "Q" , "Cd9CgzTChm9yJQZ3SL3PUSsMkEEN8LGwCF"), janin.currency.createCurrency ("Dash", 0x4c, 0xcc, "7", "X" , "XdYX6AbDzjb3AVL1tAmWjuYMD28LD9fcWS"), janin.currency.createCurrency ("DeafDollars",0x30, 0xb0, "6", "T" , "LNHYnoqySwoN5aMyEVavEBT3CxHA9WrTZs"), + janin.currency.createCurrency ("Deutsche eMark", 0x35, 0xb5, "7", "T" , "Ni4112Tmv1ScZ9fkN76knJ4jRTxeHQieJM"), janin.currency.createCurrency ("Devcoin", 0x00, 0x80, "5", "[LK]" , "1GUeBfpVhN7xySQej3HiSe5c8jQoVQPosv"), janin.currency.createCurrency ("Digitalcoin",0x1e, 0x9e, "6", "Q" , "D7fJwPfW4dFSJNq4NHbMiYJhYnrZehMpqx"), janin.currency.createCurrency ("Dogecoin", 0x1e, 0x9e, "6", "Q" , "D74Npoqhwhjw9fShkm5wbj6DD2BJXpmzPj"), diff --git a/logos/deutsche emark.png b/logos/deutsche emark.png new file mode 100644 index 0000000..8c8c976 Binary files /dev/null and b/logos/deutsche emark.png differ diff --git a/src/janin.currency.js b/src/janin.currency.js index 7a9fcda..feece8d 100644 --- a/src/janin.currency.js +++ b/src/janin.currency.js @@ -105,6 +105,7 @@ janin.currencies = [ janin.currency.createCurrency ("Cryptoescudo",0x1c,0x9c, "6", "Q" , "Cd9CgzTChm9yJQZ3SL3PUSsMkEEN8LGwCF"), janin.currency.createCurrency ("Dash", 0x4c, 0xcc, "7", "X" , "XdYX6AbDzjb3AVL1tAmWjuYMD28LD9fcWS"), janin.currency.createCurrency ("DeafDollars",0x30, 0xb0, "6", "T" , "LNHYnoqySwoN5aMyEVavEBT3CxHA9WrTZs"), + janin.currency.createCurrency ("Deutsche eMark", 0x35, 0xb5, "7", "T" , "Ni4112Tmv1ScZ9fkN76knJ4jRTxeHQieJM"), janin.currency.createCurrency ("Devcoin", 0x00, 0x80, "5", "[LK]" , "1GUeBfpVhN7xySQej3HiSe5c8jQoVQPosv"), janin.currency.createCurrency ("Digitalcoin",0x1e, 0x9e, "6", "Q" , "D7fJwPfW4dFSJNq4NHbMiYJhYnrZehMpqx"), janin.currency.createCurrency ("Dogecoin", 0x1e, 0x9e, "6", "Q" , "D74Npoqhwhjw9fShkm5wbj6DD2BJXpmzPj"), diff --git a/wallets/deutsche emark.png b/wallets/deutsche emark.png new file mode 100644 index 0000000..bf95525 Binary files /dev/null and b/wallets/deutsche emark.png differ