Wallet implementation (#92)
* Created walletAddress and walletBalance components * Added walletSend and transaction list components. * added transaction history page
This commit is contained in:
parent
351e39826b
commit
3706bc5936
31 changed files with 845 additions and 15 deletions
src/main/java/io/lbry/browser/reactmodules
|
@ -16,7 +16,9 @@ import org.json.JSONException;
|
|||
|
||||
public class MixpanelModule extends ReactContextBaseJavaModule {
|
||||
|
||||
private static final String MIXPANEL_TOKEN = "93b81fb957cb0ddcd3198c10853a6a95";
|
||||
// TODO: Detect dev / debug and release mode and update value accordingly
|
||||
//private static final String MIXPANEL_TOKEN = "93b81fb957cb0ddcd3198c10853a6a95"; // Production
|
||||
private static final String MIXPANEL_TOKEN = "bc1630b8be64c5dfaa4700b3a62969f3"; // Dev Testing
|
||||
|
||||
private Context context;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue