We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9445259 commit 2e363a5Copy full SHA for 2e363a5
1 file changed
BitStore/Config/Keys.m
@@ -11,27 +11,27 @@
11
@implementation Keys
12
13
+ (NSString *)chainKey {
14
- return @"fd231d38cbc484a9ca05005d5c9477c2";
+ return @"";
15
}
16
17
+ (NSString *)ringCaptchaAppKey {
18
- return @"i1ohi2o3o6uja2iqoqiq";
19
20
21
+ (NSString *)ringCaptchaAPIKey {
22
- return @"75dc2a6ce4668f08fbae3482bdf6b9582d7f378d";
23
24
25
+ (NSString *)analyticsKey {
26
- return @"6ad579d388160736086a9190cc5ff133";
27
28
29
+ (NSString *)stripeTestKey {
30
- return @"pk_test_4SpT6lRqwpbCMhV1nMinAUaC";
31
32
33
+ (NSString *)stripeProductionKey {
34
- return @"pk_live_4SpTDVMx4YrqpZKvP8mF6Seq";
35
36
37
@end
0 commit comments