Skip to content

Commit

Permalink
Merge branch 'develop' into feature/#1399-proposal-template-markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
mudrila committed Mar 14, 2024
2 parents 0d67bc6 + 0cddf55 commit a88457b
Show file tree
Hide file tree
Showing 100 changed files with 3,873 additions and 3,053 deletions.
21 changes: 11 additions & 10 deletions .env
Original file line number Diff line number Diff line change
@@ -1,24 +1,25 @@
# CoinGecko API key
COINGECKO_API_KEY=""
VITE_APP_NAME=Fractal
# Alchemy provider API key, used on Mainnet
NEXT_PUBLIC_ALCHEMY_MAINNET_API_KEY=""
VITE_APP_ALCHEMY_MAINNET_API_KEY=""
# Alchemy provider API key, used on Sepolia
NEXT_PUBLIC_ALCHEMY_SEPOLIA_API_KEY=""
VITE_APP_ALCHEMY_SEPOLIA_API_KEY=""
# automated testing workflows
NEXT_PUBLIC_ALCHEMY_TESTING_API_KEY=""
VITE_APP_ALCHEMY_TESTING_API_KEY=""
# ABI selector (*)
NEXT_PUBLIC_ETHERSCAN_API_KEY=""
VITE_APP_ETHERSCAN_API_KEY=""
# IPFS pinning (*)
NEXT_PUBLIC_INFURA_IPFS_API_KEY=""
VITE_APP_INFURA_IPFS_API_KEY=""
# IPFS pinning (*)
NEXT_PUBLIC_INFURA_IPFS_API_SECRET=""
VITE_APP_INFURA_IPFS_API_SECRET=""
# Sentry DSN URL, not used locally
NEXT_PUBLIC_SENTRY_DSN_URL=""
VITE_APP_SENTRY_DSN_URL=""
# Shutter Public Key
NEXT_PUBLIC_SHUTTER_EON_PUBKEY=0x0e6493bbb4ee8b19aa9b70367685049ff01dc9382c46aed83f8bc07d2a5ba3e6030bd83b942c1fd3dff5b79bef3b40bf6b666e51e7f0be14ed62daaffad47435265f5c9403b1a801921981f7d8659a9bd91fe92fb1cf9afdb16178a532adfaf51a237103874bb03afafe9cab2118dae1be5f08a0a28bf488c1581e9db4bc23ca
VITE_APP_SHUTTER_EON_PUBKEY=0x0e6493bbb4ee8b19aa9b70367685049ff01dc9382c46aed83f8bc07d2a5ba3e6030bd83b942c1fd3dff5b79bef3b40bf6b666e51e7f0be14ed62daaffad47435265f5c9403b1a801921981f7d8659a9bd91fe92fb1cf9afdb16178a532adfaf51a237103874bb03afafe9cab2118dae1be5f08a0a28bf488c1581e9db4bc23ca
# site preview links
NEXT_PUBLIC_SITE_URL="https://app.dev.fractalframework.xyz/"
VITE_APP_SITE_URL="https://app.dev.fractalframework.xyz/"
# WalletConnect Cloud Project ID
NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID=""
VITE_APP_WALLET_CONNECT_PROJECT_ID=""
# Minutes to cache prices for token addresses
TOKEN_PRICE_CACHE_INTERVAL_MINUTES=""
4 changes: 3 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@
"es2021": true
},
"extends": [
"next/core-web-vitals",
"plugin:import/recommended",
"airbnb-typescript/base",
"plugin:react/recommended",
"plugin:react/jsx-runtime",
"plugin:react-hooks/recommended",
"prettier"
],
"parser": "@typescript-eslint/parser",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code-syntax.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Build GraphQL client
run: npm run graphql:build
- name: Run tests
run: npm run lint
run: npm run lint:check
pretty:
runs-on: ubuntu-latest
steps:
Expand Down
18 changes: 8 additions & 10 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@
/coverage

# production
/build
.next/
/out
/dist

# misc
.DS_Store
Expand All @@ -25,19 +23,19 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*

.idea/*
.vscode/*
/.idea
/.vscode

.gitconfig
/test-results/
/playwright-report/
/playwright/.cache/
/test-results
/playwright-report
/playwright/.cache

# translation script outputs
*.csv

# GraphQL generated files
.graphclient/
/.graphclient

# Local Netlify folder
.netlify
/.netlify
42 changes: 0 additions & 42 deletions app/daos/[daoAddress]/new/page.tsx

This file was deleted.

23 changes: 0 additions & 23 deletions app/daos/[daoAddress]/page.tsx

This file was deleted.

218 changes: 0 additions & 218 deletions app/daos/[daoAddress]/proposal-templates/new/page.tsx

This file was deleted.

Loading

0 comments on commit a88457b

Please sign in to comment.