Skip to content

Commit

Permalink
chore: update coinbase base url (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
philbow61 authored Sep 17, 2024
1 parent 21920f1 commit 17ccd4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "celo-oracle",
"version": "2.0.9-beta",
"version": "2.0.10-beta",
"description": "Oracle application to aggregate and report exchange rates to the Celo network",
"author": "Celo",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/exchange_adapters/coinbase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Currency, Exchange, ExternalCurrency } from '../utils'
import { CeloContract } from '@celo/contractkit'

export class CoinbaseAdapter extends BaseExchangeAdapter implements ExchangeAdapter {
baseApiUrl = 'https://api.pro.coinbase.com'
baseApiUrl = 'https://api.exchange.coinbase.com'
// WE1 Expires: Tuesday, 20. February 2029 at 16:00:00 Eastern
readonly _certFingerprint256 =
'1D:FC:16:05:FB:AD:35:8D:8B:C8:44:F7:6D:15:20:3F:AC:9C:A5:C1:A7:9F:D4:85:7F:FA:F2:86:4F:BE:BF:96'
Expand Down

0 comments on commit 17ccd4d

Please sign in to comment.