-
-
Notifications
You must be signed in to change notification settings - Fork 654
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Run prettier in CI workflow * Fix inproperly formatted files * Update lint configs and run format * Revert matomo.js * Use matomo.js from master
- Loading branch information
Showing
13 changed files
with
176 additions
and
63 deletions.
There are no files selected for viewing
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 +1 @@ | ||
custom: https://donate.unlock-protocol.com/?r=mycryptohq/mycrypto | ||
custom: https://donate.unlock-protocol.com/?r=mycryptohq/mycrypto |
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,76 @@ | ||
package.json | ||
.idea | ||
# Logs | ||
logs | ||
*.log | ||
npm-debug.log* | ||
|
||
# Build | ||
dist | ||
storybook-static | ||
|
||
# Runtime data | ||
pids | ||
*.pid | ||
*.seed | ||
# Python venv | ||
venv | ||
|
||
# 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 | ||
|
||
# node-waf configuration | ||
.lock-wscript | ||
|
||
# Compiled binary addons (http://nodejs.org/api/addons.html) | ||
build/Release | ||
|
||
# Dependency directories | ||
node_modules | ||
jspm_packages | ||
|
||
# Optional npm cache directory | ||
.npm | ||
|
||
# Optional REPL history | ||
.node_repl_history | ||
|
||
# VScode workspace settings | ||
.vscode/ | ||
static/dll.vendor.js | ||
dll | ||
.cache-loader | ||
|
||
# SSL cert stuff | ||
webpack_config/server.key | ||
webpack_config/server.crt | ||
webpack_config/server.csr | ||
|
||
|
||
v8-compile-cache-0/ | ||
package-lock.json | ||
|
||
# Favicon cache | ||
.wwp-cache | ||
|
||
# MacOSX | ||
.DS_Store | ||
|
||
# Ignore js transpiled scripts | ||
node-scripts/**/*.js | ||
/node-scripts/translations/__mocks__/sample.json | ||
|
||
.env | ||
.cache | ||
|
||
# Prettier specific | ||
__snapshots__ | ||
static/matomo.js |
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 |
---|---|---|
|
@@ -126,4 +126,4 @@ | |
}, | ||
"from": "0xfE5443FaC29fA621cFc33D41D1927fd0f5E0bB7c", | ||
"networkId": "Ropsten" | ||
} | ||
} |
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
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
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
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
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
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
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
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 |
---|---|---|
|
@@ -6,4 +6,4 @@ | |
"offset": 0, | ||
"numOfAddresses": 5 | ||
} | ||
] | ||
] |
Oops, something went wrong.