Skip to content

Commit 2e363a5

Browse files
committed
Oops, but who cares
1 parent 9445259 commit 2e363a5

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

BitStore/Config/Keys.m

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,27 +11,27 @@
1111
@implementation Keys
1212

1313
+ (NSString *)chainKey {
14-
return @"fd231d38cbc484a9ca05005d5c9477c2";
14+
return @"";
1515
}
1616

1717
+ (NSString *)ringCaptchaAppKey {
18-
return @"i1ohi2o3o6uja2iqoqiq";
18+
return @"";
1919
}
2020

2121
+ (NSString *)ringCaptchaAPIKey {
22-
return @"75dc2a6ce4668f08fbae3482bdf6b9582d7f378d";
22+
return @"";
2323
}
2424

2525
+ (NSString *)analyticsKey {
26-
return @"6ad579d388160736086a9190cc5ff133";
26+
return @"";
2727
}
2828

2929
+ (NSString *)stripeTestKey {
30-
return @"pk_test_4SpT6lRqwpbCMhV1nMinAUaC";
30+
return @"";
3131
}
3232

3333
+ (NSString *)stripeProductionKey {
34-
return @"pk_live_4SpTDVMx4YrqpZKvP8mF6Seq";
34+
return @"";
3535
}
3636

3737
@end

0 commit comments

Comments
 (0)