Skip to content

Commit

Permalink
Merge pull request #2717 from brave-intl/master
Browse files Browse the repository at this point in the history
fix: renew uphold cert (#2716)
  • Loading branch information
clD11 authored Nov 20, 2024
2 parents e2745c6 + 38efbd6 commit 35b5916
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 @@ -59,8 +59,8 @@ const (

const (
// The Intermediate Certificates
sandboxFingerprint = "6w/CV0c2kUVhqqT4obGFcgiWiM34O5NUrXwHZp7MUpI="
prodFingerprint = "6w/CV0c2kUVhqqT4obGFcgiWiM34O5NUrXwHZp7MUpI="
sandboxFingerprint = "ZbyGcJ5+5ihQ6+X2cpgpMvBXKSUVSyqXyg/li7DH9IU="
prodFingerprint = "ZbyGcJ5+5ihQ6+X2cpgpMvBXKSUVSyqXyg/li7DH9IU="
)

var (
Expand Down

0 comments on commit 35b5916

Please sign in to comment.