Skip to content

Commit

Permalink
updated cert fingerprints for uphold (#2274)
Browse files Browse the repository at this point in the history
* updated cert fingerprints for uphold

* use intermediate
  • Loading branch information
husobee authored Jan 2, 2024
1 parent ac70def commit 1e370a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/wallet/provider/uphold/uphold.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ const (

const (
// The Intermediate Certificates
sandboxFingerprint = "tk+cMPkidAxyq8UwNxRaw2HJaUzzfUXtxn3Q+ekeqgc="
prodFingerprint = "tk+cMPkidAxyq8UwNxRaw2HJaUzzfUXtxn3Q+ekeqgc="
sandboxFingerprint = "UDZHf1C3qefyDm62At7xuhruZquvumx3gDc8dgeeki4="
prodFingerprint = "UDZHf1C3qefyDm62At7xuhruZquvumx3gDc8dgeeki4="
)

var (
Expand Down

0 comments on commit 1e370a0

Please sign in to comment.