Add update listener to Coinbase (#52404)

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
Tom Brien 2021-07-02 10:15:05 +01:00 committed by GitHub
parent 14d3286b21
commit b3a625593e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 62 additions and 12 deletions

View file

@ -11,14 +11,14 @@ BAD_EXCHANGE_RATE = "ETH"
MOCK_ACCOUNTS_RESPONSE = [
{
"balance": {"amount": "13.38", "currency": GOOD_CURRENCY_3},
"currency": "BTC",
"currency": GOOD_CURRENCY_3,
"id": "ABCDEF",
"name": "BTC Wallet",
"native_balance": {"amount": "15.02", "currency": GOOD_CURRENCY_2},
},
{
"balance": {"amount": "0.00001", "currency": GOOD_CURRENCY},
"currency": "BTC",
"currency": GOOD_CURRENCY,
"id": "123456789",
"name": "BTC Wallet",
"native_balance": {"amount": "100.12", "currency": GOOD_CURRENCY_2},