Skip to content

Commit

Permalink
reverting
Browse files Browse the repository at this point in the history
  • Loading branch information
xBalbinus committed Jan 12, 2022
1 parent 0e90cf4 commit b385ef5
Show file tree
Hide file tree
Showing 447 changed files with 70,147 additions and 37,393 deletions.
Empty file.
9 changes: 9 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
root = true

[packages/**.js{,x}]
indent_style = space
indent_size = 2

[*.{sol,yul}]
indent_style = space
indent_size = 4
3 changes: 0 additions & 3 deletions .env

This file was deleted.

5 changes: 0 additions & 5 deletions .env.production

This file was deleted.

31 changes: 0 additions & 31 deletions .eslintrc.json

This file was deleted.

38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]

**Additional context**
Add any other context about the problem here.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
69 changes: 52 additions & 17 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,34 +1,69 @@
# See https://help.github.com/ignore-files/ for more about ignoring files.
packages/subgraph/subgraph.yaml
packages/subgraph/generated
packages/subgraph/abis/*
packages/hardhat/*.txt
**/aws.json

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
**/node_modules

packages/hardhat/artifacts*
packages/hardhat/deployments
packages/react-app/src/contracts/*
!packages/react-app/src/contracts/external_contracts.js
packages/hardhat/cache*
packages/**/data
!packages/react-app/src/contracts/contracts.js


# ts
packages/hardhat-ts/cache
# secrets
.secret

packages/subgraph/config/config.json
tenderly.yaml

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage
coverage

# production
/build
build
# yarn / eslint
.yarn/cache
.yarn/install-state.gz
.yarn/build-state.yml
.eslintcache
# testing
coverage

# production
build

# Hardhat files
cache
artifacts

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

/.netlify
.env*

# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*

notes.txt
.idea/

.vscode/
.idea

package-lock.json
# Local Netlify folder
.netlify
*.tsbuildinfo
*.stackdump

cypress/videos
cypress/screenshots
cypress/fixtures/example.json
# doc directory
/doc
8 changes: 8 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[submodule "packages/services/arbitrum"]
path = packages/services/arbitrum
url = https://github.com/OffchainLabs/arbitrum
branch = master
[submodule "packages/services/optimism"]
path = packages/services/optimism
url = https://github.com/ethereum-optimism/optimism
branch = regenesis/0.4.0
28 changes: 28 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
tasks:
- name: App
init: >
yarn &&
gp sync-done install
command: REACT_APP_PROVIDER=$(gp url 8545) yarn start
- name: Chain
init: gp sync-await install
command: yarn chain
openMode: split-right
- name: Deployment
init: gp sync-await install
command: yarn deploy
openMode: split-right
ports:
- port: 3000
onOpen: open-preview
- port: 8545
onOpen: ignore
github:
prebuilds:
pullRequestsFromForks: true
addComment: true
vscode:
extensions:
- dbaeumer.vscode-eslint
- esbenp.prettier-vscode
- juanblanco.solidity
4 changes: 4 additions & 0 deletions .husky/post-checkout
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

yarn install
5 changes: 0 additions & 5 deletions .prettierrc

This file was deleted.

35 changes: 35 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"solidity.packageDefaultDependenciesDirectory": "node_modules/@scaffold-eth/hardhat/node_modules/",
"solidity-va.test.defaultUnittestTemplate": "hardhat",
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/.cache": true,
"**/.vs/": true,
"**/*.cs": true,
"**/*.orig": true,
"**/bin/": true,
"**/build/": true,
"**/debug/": true,
"**/dist/": true,
"**/node_modules/": true,
"**/obj": true,
"yarn-error.log": true,
"**/yarn-error.log": true,
"packages\\eth-hooks/lib": true
},
"explorerExclude.backup": null,
"eslint.workingDirectories": [

{ "directory": "packages/eth-hooks", "changeProcessCWD": true },
{ "directory": "packages/hardhat-ts", "changeProcessCWD": true },
{ "directory": "packages/vite-app-ts", "changeProcessCWD": true },
],
"search.exclude": {
"**/yarn-error.log": true,
"**/yarn.lock": true
}
}
1 change: 0 additions & 1 deletion .yarnrc

This file was deleted.

Empty file removed Boolean(x))
Empty file.
Loading

0 comments on commit b385ef5

Please sign in to comment.