diff --git a/.env.example b/.env.example index 0cb062d..2c5252b 100644 --- a/.env.example +++ b/.env.example @@ -5,3 +5,4 @@ REACT_APP_REGISTRY_GQL_ENDPOINT=http://localhost:9473/api REACT_APP_LACONICD_RPC_ENDPOINT=http://localhost:26657 REACT_APP_LACONICD_DENOM=photon REACT_APP_FAUCET_ENDPOINT=http://localhost:4000 +REACT_APP_WALLET_META_URL=http://localhost:3000 diff --git a/public/favicon.ico b/public/favicon.ico index a11777c..ebae81e 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/public/index.html b/public/index.html index daa7a92..af672cf 100644 --- a/public/index.html +++ b/public/index.html @@ -7,7 +7,7 @@