From 116a32dc3004604a7f1743b82a9c55591b75fa1a Mon Sep 17 00:00:00 2001 From: 0xExp-po Date: Thu, 19 Sep 2024 16:30:41 +0900 Subject: [PATCH] chore: change the env variable name --- dapp/.env.example | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dapp/.env.example b/dapp/.env.example index fe669c3..d065bda 100644 --- a/dapp/.env.example +++ b/dapp/.env.example @@ -9,7 +9,7 @@ SOROBAN_ACCOUNT="alice" SOROBAN_NETWORK="testnet" -DEFAULT_FEE=100 -DEFAULT_TIMEOUT=30 +PUBLIC_DEFAULT_FEE=100 +PUBLIC_DEFAULT_TIMEOUT=30 -SIMULATION_ACCOUNT="Simulation account" \ No newline at end of file +PUBLIC_SIMULATION_ACCOUNT="Simulation account" \ No newline at end of file