Update env variables

This commit is contained in:
IshaVenikar 2024-07-17 14:43:01 +05:30
parent b3b126b08f
commit cb75e297d3
2 changed files with 1 additions and 4 deletions

View File

@ -2,7 +2,4 @@ REACT_APP_WALLET_CONNECT_ID=
REACT_APP_ETHEREUM_MAINNET_CHAIN_ID=1
REACT_APP_LACONICD_CHAIN_ID=laconic_9000-1
REACT_APP_REGISTRY_GQL_ENDPOINT=http://localhost:9473/api
REACT_APP_LACONICD_RPC_ENDPOINT=http://127.0.0.1:26657/
REACT_APP_LACONICD_DENOM=photon
REACT_APP_FAUCET_ENDPOINT=http://localhost:3000
REACT_APP_WALLET_META_URL=http://localhost:3000

View File

@ -93,7 +93,7 @@ export const WalletConnectProvider = ({
metadata: {
name: "Testnet onboarding app",
description: "Testnet onboarding app",
url: "localhost:3000",
url: process.env.REACT_APP_WALLET_META_URL!,
icons: ["https://avatars.githubusercontent.com/u/92608123"],
},
});