zhereh-frontend

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

commit 9d7bae2a4b828f502c0a7f0406f8eaa10c07b5c5
parent a8e1be4d1d31cc05cdc3f9842244b7c4b45fcd13
Author: William Muli <willi.wambu@gmail.com>
Date:   Tue, 20 Jun 2023 15:28:55 +0300

Update example env

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

diff --git a/.env.example b/.env.example @@ -1,6 +1,9 @@ # Public PUBLIC_RPC_URL=http://localhost:8545 +PUBLIC_CHAIN_NAME=Celo +PUBLIC_CURRENCY_NAME=Celo +PUBLIC_CURRENCY_SYMBOL=CELO PUBLIC_CHAIN_ID=1337 PUBLIC_DECIMALS=18 -PUBLIC_VOTE_CONTRACT_ADDRESS=0xa170d45e0e34cb5b72736dfa6d1a30e83d7f0d0f32fc79d4e2ab135be4482348 -PUBLIC_ERC20_CONTRACT_ADDRESS=0xefd6e2143651dca5f836bdf27debc773139037a4 -\ No newline at end of file +PUBLIC_VOTE_CONTRACT_ADDRESS=0x7747f2e5171ceeeac7b30635826ca32fcdc4dc48 +PUBLIC_ERC20_CONTRACT_ADDRESS=0xd00d52a07d96fcb9ce5b3ab4b58cfc94d667f5fc +\ No newline at end of file