Skip to content

Commit

Permalink
chore: update coinbase cert (#259)
Browse files Browse the repository at this point in the history
* chore: update coinbase cert
  • Loading branch information
bowd authored Jul 2, 2024
1 parent c38e56d commit 83e9ebd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/exchange_adapters/coinbase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import { CeloContract } from '@celo/contractkit'

export class CoinbaseAdapter extends BaseExchangeAdapter implements ExchangeAdapter {
baseApiUrl = 'https://api.pro.coinbase.com'
// Google Trust Services LLC - validity not after: 30/09/2027, 03:00:42 EEST
// WE1 Expires: Tuesday, 20. February 2029 at 16:00:00 Eastern
readonly _certFingerprint256 =
'97:D4:20:03:E1:32:55:29:46:09:7F:20:EF:95:5F:5B:1C:D5:70:AA:43:72:D7:80:03:3A:65:EF:BE:69:75:8D'
'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'

readonly _exchangeName = Exchange.COINBASE

Expand Down

0 comments on commit 83e9ebd

Please sign in to comment.