fix WACoins integration
This commit is contained in:
parent
df062d4bb0
commit
f561c838b3
1 changed files with 3 additions and 1 deletions
|
@ -10586,6 +10586,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"),
|
||||
|
@ -10593,7 +10594,8 @@ 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)
|
||||
];
|
||||
|
||||
</script>
|
||||
|
|
Loading…
Add table
Reference in a new issue