frontend ignore .env and change image

This commit is contained in:
Vivian Phung 2024-02-26 16:57:49 -05:00
parent efc10d3d7e
commit cfd129fb96
No known key found for this signature in database
4 changed files with 13 additions and 1 deletions

4
.gitignore vendored
View File

@ -1 +1,5 @@
node_modules/
yarn-error.log
.yarnrc.yml
.yarn/

View File

@ -0,0 +1,5 @@
REACT_APP_SERVER_URL = 'http://localhost:8000'
REACT_APP_GITHUB_CLIENT_ID =
REACT_APP_GITHUB_TEMPLATE_REPO =
REACT_APP_WALLET_CONNECT_ID =

View File

@ -13,6 +13,7 @@
# misc
.DS_Store
.env
.env.local
.env.development.local
.env.test.local

View File

@ -28,7 +28,9 @@ const metadata = {
name: 'Web3Modal',
description: 'Snowball Web3Modal',
url: window.location.origin,
icons: ['https://avatars.githubusercontent.com/u/37784886'],
icons: [
'https://raw.githubusercontent.com/snowball-tools/mediakit/main/assets/logo.svg',
],
};
const chains = [mainnet, arbitrum] as const;