Update favicon and app title #4

Merged
nabarun merged 4 commits from iv-change-logo into main 2024-07-23 12:28:55 +00:00
2 changed files with 1 additions and 4 deletions
Showing only changes of commit cb75e297d3 - Show all commits

View File

@ -2,7 +2,4 @@ REACT_APP_WALLET_CONNECT_ID=
REACT_APP_ETHEREUM_MAINNET_CHAIN_ID=1 REACT_APP_ETHEREUM_MAINNET_CHAIN_ID=1
REACT_APP_LACONICD_CHAIN_ID=laconic_9000-1 REACT_APP_LACONICD_CHAIN_ID=laconic_9000-1
REACT_APP_REGISTRY_GQL_ENDPOINT=http://localhost:9473/api 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 REACT_APP_WALLET_META_URL=http://localhost:3000

View File

@ -93,7 +93,7 @@ export const WalletConnectProvider = ({
metadata: { metadata: {
name: "Testnet onboarding app", name: "Testnet onboarding app",
description: "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"], icons: ["https://avatars.githubusercontent.com/u/92608123"],
}, },
}); });