Skip to content

Commit 35b5916

Browse files
authored
Merge pull request #2717 from brave-intl/master
fix: renew uphold cert (#2716)
2 parents e2745c6 + 38efbd6 commit 35b5916

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/wallet/provider/uphold/uphold.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ const (
5959

6060
const (
6161
// The Intermediate Certificates
62-
sandboxFingerprint = "6w/CV0c2kUVhqqT4obGFcgiWiM34O5NUrXwHZp7MUpI="
63-
prodFingerprint = "6w/CV0c2kUVhqqT4obGFcgiWiM34O5NUrXwHZp7MUpI="
62+
sandboxFingerprint = "ZbyGcJ5+5ihQ6+X2cpgpMvBXKSUVSyqXyg/li7DH9IU="
63+
prodFingerprint = "ZbyGcJ5+5ihQ6+X2cpgpMvBXKSUVSyqXyg/li7DH9IU="
6464
)
6565

6666
var (

0 commit comments

Comments
 (0)