From 9bb6302d185bd39796551541ccd4cd1b43905967 Mon Sep 17 00:00:00 2001 From: NejcZdovc Date: Tue, 27 Aug 2019 08:05:07 +0200 Subject: [PATCH] Updates 5% cards with anon addresses Resolves https://github.com/brave/brave-browser/issues/5808 --- .../src/bat/ledger/internal/uphold/uphold_util.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vendor/bat-native-ledger/src/bat/ledger/internal/uphold/uphold_util.h b/vendor/bat-native-ledger/src/bat/ledger/internal/uphold/uphold_util.h index c6c9367bae3e..6f0d241a848e 100644 --- a/vendor/bat-native-ledger/src/bat/ledger/internal/uphold/uphold_util.h +++ b/vendor/bat-native-ledger/src/bat/ledger/internal/uphold/uphold_util.h @@ -23,8 +23,8 @@ const char kClientIdProduction[] = "6d8d9473ed20be627f71ed46e207f40c004c5b1a"; const char kClientSecretStaging[] = "67bf87da096748c5bc1e195cfbdd59db006618a0"; const char kClientSecretProduction[] = "de1aa4196c8d4aa50c6bc1371734e3f57f781f72"; -const char kFeeAddressStaging[] = "7ab330ae-b7a6-4845-8f07-baab68848e4e"; -const char kFeeAddressProduction[] = "532857d5-ff8b-4ca7-b9ef-5b1e40178340"; +const char kFeeAddressStaging[] = "1b2b466f-5c15-49bf-995e-c91777d3da93"; +const char kFeeAddressProduction[] = "b01e8c55-5004-4761-9e4b-01ec13e25c92"; std::string GetClientId();