-
-
Notifications
You must be signed in to change notification settings - Fork 283
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #522 from DemocracyEarth/dapp
Dapp
- Loading branch information
Showing
710 changed files
with
28,598 additions
and
70,392 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,6 @@ | ||
USER_ID=1000 | ||
GROUP_ID=1000 | ||
BLOCK_EXPLORER=https://etherscan.io | ||
GRAPH_TOKENS=https://api.thegraph.com/subgraphs/name/protofire/token-registry | ||
GRAPH_MOLOCH=https://api.thegraph.com/subgraphs/name/odyssy-automaton/daohaus | ||
GRAPH_ENS=https://api.thegraph.com/subgraphs/name/ensdomains/ens | ||
WEB3_FORTMATIC=pk_live_0826872BC201129A | ||
WEB3_INFURA=xxx |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,83 +1,24 @@ | ||
## Custom | ||
config/production/* | ||
config/staging/settings.json | ||
public/templates/decentraland/legacy/ | ||
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. | ||
|
||
.vscode | ||
_deprecations | ||
# dependencies | ||
/node_modules | ||
/.pnp | ||
.pnp.js | ||
|
||
# Logs | ||
logs | ||
*.log | ||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* | ||
chimp-output.json | ||
|
||
# Runtime data | ||
pids | ||
*.pid | ||
*.seed | ||
*.pid.lock | ||
|
||
# Directory for instrumented libs generated by jscoverage/JSCover | ||
lib-cov | ||
|
||
# Coverage directory used by tools like istanbul | ||
coverage | ||
|
||
# nyc test coverage | ||
.nyc_output | ||
|
||
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) | ||
.grunt | ||
|
||
# Bower dependency directory (https://bower.io/) | ||
bower_components | ||
|
||
# node-waf configuration | ||
.lock-wscript | ||
|
||
# Compiled binary addons (https://nodejs.org/api/addons.html) | ||
build/Release | ||
|
||
# Dependency directories | ||
node_modules/ | ||
jspm_packages/ | ||
|
||
# Typescript v1 declaration files | ||
typings/ | ||
# testing | ||
/coverage | ||
|
||
# Optional npm cache directory | ||
.npm | ||
# production | ||
/build | ||
|
||
# Optional eslint cache | ||
.eslintcache | ||
|
||
# Optional REPL history | ||
.node_repl_history | ||
|
||
# Output of 'npm pack' | ||
*.tgz | ||
|
||
# Yarn Integrity file | ||
.yarn-integrity | ||
|
||
# dotenv environment variables file | ||
# misc | ||
.DS_Store | ||
.env | ||
.env.local | ||
.env.development.local | ||
.env.test.local | ||
.env.production.local | ||
|
||
# continuos integration output | ||
jslint.xml | ||
|
||
# deployments | ||
.deploy | ||
.deploy-staging | ||
|
||
# IDE | ||
.idea | ||
reset.sh | ||
|
||
|
||
.history | ||
config/.DS_Store | ||
.DS_Store | ||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.