diff --git a/app/lib/constants.dart b/app/lib/constants.dart new file mode 100644 index 0000000..2a00ddb --- /dev/null +++ b/app/lib/constants.dart @@ -0,0 +1,2 @@ +const String kStellarNetwork = 'testnet'; +const String kAppVersion = '1.0.0'; \ No newline at end of file