mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 18:00:17 +01:00
6 lines
158 B
TypeScript
6 lines
158 B
TypeScript
/**
|
|
* Let's keep config vars, constants and definitions here
|
|
*/
|
|
|
|
export const groundControlUri: string = 'https://groundcontrol-bluewallet.herokuapp.com/';
|