aboutsummaryrefslogtreecommitdiff
path: root/src/external/stellar-freighter-api/@shared/constants/stellar.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/external/stellar-freighter-api/@shared/constants/stellar.d.ts')
-rw-r--r--src/external/stellar-freighter-api/@shared/constants/stellar.d.ts4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/external/stellar-freighter-api/@shared/constants/stellar.d.ts b/src/external/stellar-freighter-api/@shared/constants/stellar.d.ts
index 7f54032..15bf3a5 100644
--- a/src/external/stellar-freighter-api/@shared/constants/stellar.d.ts
+++ b/src/external/stellar-freighter-api/@shared/constants/stellar.d.ts
@@ -18,7 +18,7 @@ export declare enum FRIENDBOT_URLS {
FUTURENET = "https://friendbot-futurenet.stellar.org"
}
export declare const SOROBAN_RPC_URLS: {
- [key in NETWORKS]?: string;
+ [key in NETWORKS]: string;
};
export interface NetworkDetails {
network: string;
@@ -32,3 +32,5 @@ export declare const MAINNET_NETWORK_DETAILS: NetworkDetails;
export declare const TESTNET_NETWORK_DETAILS: NetworkDetails;
export declare const FUTURENET_NETWORK_DETAILS: NetworkDetails;
export declare const DEFAULT_NETWORKS: Array<NetworkDetails>;
+export declare const BASE_RESERVE: 0.5;
+export declare const BASE_RESERVE_MIN_COUNT: 2;