Skip to content

Commit 38efbd6

Browse files
authored
fix: renew uphold cert (#2716)
1 parent 36136d6 commit 38efbd6

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)