frontend ignore .env and change image
This commit is contained in:
parent
efc10d3d7e
commit
cfd129fb96
4
.gitignore
vendored
4
.gitignore
vendored
@ -1 +1,5 @@
|
||||
node_modules/
|
||||
yarn-error.log
|
||||
.yarnrc.yml
|
||||
.yarn/
|
||||
|
||||
|
5
packages/frontend/.env.example
Normal file
5
packages/frontend/.env.example
Normal 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 =
|
1
packages/frontend/.gitignore
vendored
1
packages/frontend/.gitignore
vendored
@ -13,6 +13,7 @@
|
||||
|
||||
# misc
|
||||
.DS_Store
|
||||
.env
|
||||
.env.local
|
||||
.env.development.local
|
||||
.env.test.local
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user