1
mirror of https://github.com/home-assistant/core synced 2024-10-07 10:13:38 +02:00

Add support for POLY and RLY in Coinbase (#57144)

* Support POLY currency

* Support RLY currency
This commit is contained in:
Tom Brien 2021-10-05 22:18:17 +01:00 committed by GitHub
parent 25253f2b7a
commit 659229e255
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -192,9 +192,11 @@ WALLETS = {
"PHP": "PHP",
"PKR": "PKR",
"PLN": "PLN",
"POLY": "POLY",
"PYG": "PYG",
"QAR": "QAR",
"QNT": "QNT",
"RLY": "RLY",
"REN": "REN",
"REP": "REP",
"REPV2": "REPV2",
@ -427,8 +429,10 @@ RATES = {
"PHP": "PHP",
"PKR": "PKR",
"PLN": "PLN",
"POLY": "POLY",
"PYG": "PYG",
"QAR": "QAR",
"RLY": "RLY",
"REN": "REN",
"REP": "REP",
"RON": "RON",