mirror of
https://github.com/dap-ps/discover.git
synced 2025-02-12 09:17:32 +00:00
Add etherscan verifier and remove embarkArtifacts
This commit is contained in:
parent
64b4538438
commit
d3d2555847
3
.gitignore
vendored
3
.gitignore
vendored
@ -8,6 +8,9 @@ node_modules
|
|||||||
package-lock.json
|
package-lock.json
|
||||||
dist
|
dist
|
||||||
full-build
|
full-build
|
||||||
|
full-build.zip
|
||||||
|
flattenedContracts
|
||||||
|
src/embarkArtifacts
|
||||||
|
|
||||||
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
||||||
|
|
||||||
|
@ -12,6 +12,7 @@
|
|||||||
"plugins": {
|
"plugins": {
|
||||||
"embark-solium": {},
|
"embark-solium": {},
|
||||||
"embarkjs-connector-web3": {},
|
"embarkjs-connector-web3": {},
|
||||||
|
"embark-etherscan-verifier": {},
|
||||||
"@trailofbits/embark-contract-info": {
|
"@trailofbits/embark-contract-info": {
|
||||||
"flags": ""
|
"flags": ""
|
||||||
}
|
}
|
||||||
|
@ -14,6 +14,7 @@
|
|||||||
"debounce": "^1.2.0",
|
"debounce": "^1.2.0",
|
||||||
"decimal.js": "^10.0.2",
|
"decimal.js": "^10.0.2",
|
||||||
"embark": "4.0.2",
|
"embark": "4.0.2",
|
||||||
|
"embark-etherscan-verifier": "^4.0.0",
|
||||||
"embark-solium": "0.0.1",
|
"embark-solium": "0.0.1",
|
||||||
"history": "^4.7.2",
|
"history": "^4.7.2",
|
||||||
"idb": "4.0.3",
|
"idb": "4.0.3",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user