From a97587a4d7be7321b842189cce8a76df29dade84 Mon Sep 17 00:00:00 2001 From: koalaKoolaid Date: Fri, 10 Apr 2020 16:58:17 -0400 Subject: [PATCH] Added Wownero to Tippero --- tipbot/coinspecs.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tipbot/coinspecs.py b/tipbot/coinspecs.py index e27d01b..a995d9f 100644 --- a/tipbot/coinspecs.py +++ b/tipbot/coinspecs.py @@ -10,6 +10,16 @@ # 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": { "name": "Monero", "symbol": "XMR",