1
0
mirror of https://github.com/dap-ps/discover.git synced 2025-01-31 03:26:13 +00:00

Add etherscan verifier and remove embarkArtifacts

This commit is contained in:
andytudhope 2019-07-31 14:54:14 +02:00
parent 64b4538438
commit d3d2555847
3 changed files with 5 additions and 0 deletions

3
.gitignore vendored
View File

@ -8,6 +8,9 @@ node_modules
package-lock.json
dist
full-build
full-build.zip
flattenedContracts
src/embarkArtifacts
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

View File

@ -12,6 +12,7 @@
"plugins": {
"embark-solium": {},
"embarkjs-connector-web3": {},
"embark-etherscan-verifier": {},
"@trailofbits/embark-contract-info": {
"flags": ""
}

View File

@ -14,6 +14,7 @@
"debounce": "^1.2.0",
"decimal.js": "^10.0.2",
"embark": "4.0.2",
"embark-etherscan-verifier": "^4.0.0",
"embark-solium": "0.0.1",
"history": "^4.7.2",
"idb": "4.0.3",