zhereh-frontend

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 9c5948cb04204ad6f41b560be5dd7a18033941eb
parent d316eff034543def36e2a8ec43fd7bb1c0a83b47
Author: William Muli <willi.wambu@gmail.com>
Date:   Fri, 23 Jun 2023 11:32:42 +0300

Add wala url to example env

Diffstat:
M.env.example | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.env.example b/.env.example @@ -6,4 +6,5 @@ PUBLIC_CURRENCY_SYMBOL=CELO PUBLIC_CHAIN_ID=1337 PUBLIC_DECIMALS=18 PUBLIC_VOTE_CONTRACT_ADDRESS=0x7747f2e5171ceeeac7b30635826ca32fcdc4dc48 -PUBLIC_ERC20_CONTRACT_ADDRESS=0xd00d52a07d96fcb9ce5b3ab4b58cfc94d667f5fc -\ No newline at end of file +PUBLIC_ERC20_CONTRACT_ADDRESS=0xd00d52a07d96fcb9ce5b3ab4b58cfc94d667f5fc +PUBLIC_WALA_URL=http://localhost:8000 +\ No newline at end of file