From 9164c15f1b5828e65359eeaf2a82037e07dde3a8 Mon Sep 17 00:00:00 2001 From: Enrique Date: Sat, 10 Aug 2019 13:35:34 -0500 Subject: [PATCH] common: enable POLIS in Connect (#397) --- common/defs/support.json | 1 + common/defs/wallets.json | 3 +++ 2 files changed, 4 insertions(+) diff --git a/common/defs/support.json b/common/defs/support.json index 14cfc20a0..509a094bc 100644 --- a/common/defs/support.json +++ b/common/defs/support.json @@ -30,6 +30,7 @@ "bitcoin:NIX": true, "bitcoin:NMC": true, "bitcoin:PIVX": true, + "bitcoin:POLIS": true, "bitcoin:PTC": true, "bitcoin:RVN": true, "bitcoin:TAZ": true, diff --git a/common/defs/wallets.json b/common/defs/wallets.json index 530612af8..e3af91153 100644 --- a/common/defs/wallets.json +++ b/common/defs/wallets.json @@ -56,6 +56,9 @@ "bitcoin:PART": { "Particl Core": "https://github.com/particl/particl-core/releases" }, + "bitcoin:POLIS": { + "PolisPay": "https://polispay.com" + }, "bitcoin:VIA": { "Vialectrum": "https://vialectrum.org" },