Skip to content

Commit

Permalink
Update Espers
Browse files Browse the repository at this point in the history
Update Espers to Current Parameters
  • Loading branch information
ctgiant committed Jan 9, 2018
1 parent cf22005 commit 50a142b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -10568,7 +10568,7 @@ <h3>Release notes</h3>
janin.currency.createCurrency ("Emerald", 0x22, 0xa2, "6", "[QR]" , "EnJnzAQSpPp7RshMhNx9zhRnabxTLird6W"),
janin.currency.createCurrency ("Emercoin", 0x21, 0x80, "5", "[LK]" , "EN5nVyEbLrhYfcjoyGgQFtD3QHETyj1dy1"),
janin.currency.createCurrency ("EnergyCoin", 0x5c, 0xdc, "8", "Z" , "eD2P3q5PdyHYNwT94Dg6Wt4pBz64k8gwGf"),
janin.currency.createCurrency ("Espers", 0x21, 0xa1, "6", "Q" , "EbENTy3x9Mr4PcmnNyzfdSALfkPaFSW3dt"),
janin.currency.createCurrency ("Espers", 0x21, 0x90, "5", "N" , "EVB5z1zoYYZrjUnGw3fekn1aMjfVhMUKHW"),
janin.currency.createCurrency ("Fastcoin", 0x60, 0xe0, "8", "a" , "frxe8F7gQdiAVgy4mRXjpXH5vN1wyta1db"),
janin.currency.createCurrency ("Feathercoin", 0x0e, 0x8e, "5", "N" , "6dxAP6oacHsove5X2kZPpddcT1Am167YzC"),
janin.currency.createCurrency ("Fedoracoin", 0x21, 0x80, "5", "[KL]" , "ENRPj6iEh14Xky2hv4B7zTJGMe5Kchjeo8"),
Expand Down
2 changes: 1 addition & 1 deletion src/janin.currency.js
Expand Up @@ -146,7 +146,7 @@ janin.currencies = [
janin.currency.createCurrency ("Emerald", 0x22, 0xa2, "6", "[QR]" , "EnJnzAQSpPp7RshMhNx9zhRnabxTLird6W"),
janin.currency.createCurrency ("Emercoin", 0x21, 0x80, "5", "[LK]" , "EN5nVyEbLrhYfcjoyGgQFtD3QHETyj1dy1"),
janin.currency.createCurrency ("EnergyCoin", 0x5c, 0xdc, "8", "Z" , "eD2P3q5PdyHYNwT94Dg6Wt4pBz64k8gwGf"),
janin.currency.createCurrency ("Espers", 0x21, 0xa1, "6", "Q" , "EbENTy3x9Mr4PcmnNyzfdSALfkPaFSW3dt"),
janin.currency.createCurrency ("Espers", 0x21, 0x90, "5", "N" , "EVB5z1zoYYZrjUnGw3fekn1aMjfVhMUKHW"),
janin.currency.createCurrency ("Fastcoin", 0x60, 0xe0, "8", "a" , "frxe8F7gQdiAVgy4mRXjpXH5vN1wyta1db"),
janin.currency.createCurrency ("Feathercoin", 0x0e, 0x8e, "5", "N" , "6dxAP6oacHsove5X2kZPpddcT1Am167YzC"),
janin.currency.createCurrency ("Fedoracoin", 0x21, 0x80, "5", "[KL]" , "ENRPj6iEh14Xky2hv4B7zTJGMe5Kchjeo8"),
Expand Down

0 comments on commit 50a142b

Please sign in to comment.