Some checks are pending
Build Release and Upload to TestFlight (iOS) / build (push) Waiting to run
Build Release and Upload to TestFlight (iOS) / testflight-upload (push) Blocked by required conditions
BuildReleaseApk / buildReleaseApk (push) Waiting to run
BuildReleaseApk / browserstack (push) Blocked by required conditions
9 lines
313 B
TypeScript
9 lines
313 B
TypeScript
/**
|
|
* Let's keep config vars, constants and definitions here
|
|
*/
|
|
|
|
export const groundControlUri: string = 'https://groundcontrol.bluewallet.io';
|
|
|
|
/** bitcoin-payment-push-service base URL, no trailing slash. Empty = disabled. */
|
|
export const arkadePaymentPushUri: string = 'https://electrum2.bluewallet.io:444';
|