[tor-commits] [donate-static/staging] Add Dogecoin wallet address. Fix #23
    gus at torproject.org 
    gus at torproject.org
       
    Mon Jun 28 20:08:15 UTC 2021
    
    
  
commit 6bc0d7b70b6afb1479fdca93f38f1e648b32c822
Author: gus <gus at torproject.org>
Date:   Mon Mar 15 16:41:35 2021 -0300
    Add Dogecoin wallet address. Fix #23
---
 templates/cryptocurrency.html | 5 +++++
 1 file changed, 5 insertions(+)
diff --git a/templates/cryptocurrency.html b/templates/cryptocurrency.html
index 00d96c56..4ce90318 100644
--- a/templates/cryptocurrency.html
+++ b/templates/cryptocurrency.html
@@ -85,6 +85,11 @@
             'id': 'XvF8mUwzKummA72GnkFojyeBuGByaG26mB',
             'name': 'Dash',
           },
+          {
+            'symbol': 'DOGE',
+            'id': 'DJwRnafcjDbzqWM5vsCphuyQuTc2QB3a8F',
+            'name': 'Dogecoin',
+          },
           {
             'symbol': 'ETH',
             'id': '0x532Fb5D00f40ced99B16d1E295C77Cda2Eb1BB4F',
    
    
More information about the tor-commits
mailing list