mirror of
https://git.wownero.com/wownero/tippero.git
synced 2024-08-15 00:33:14 +00:00
Added Wownero to Tippero
This commit is contained in:
parent
0a49452315
commit
a97587a4d7
1 changed files with 10 additions and 0 deletions
|
@ -10,6 +10,16 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
coinspecs = {
|
coinspecs = {
|
||||||
|
"wownero": {
|
||||||
|
"name": "Wownero",
|
||||||
|
"symbol": "WOW",
|
||||||
|
"atomic_units": 1e11,
|
||||||
|
"denominations": [],
|
||||||
|
"address_length": [97, 97], # min/max size of addresses
|
||||||
|
"address_prefix": ['W', 'o'], # allowed prefixes of addresses
|
||||||
|
"min_withdrawal_fee": 2000000000,
|
||||||
|
"web_wallet_url": "", # None is there's none
|
||||||
|
},
|
||||||
"monero": {
|
"monero": {
|
||||||
"name": "Monero",
|
"name": "Monero",
|
||||||
"symbol": "XMR",
|
"symbol": "XMR",
|
||||||
|
|
Loading…
Reference in a new issue