Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor/dependencies #198

Merged
merged 22 commits into from Jul 31, 2019
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
File filter...
Filter file types
Jump to…
Jump to file or symbol
Failed to load files and symbols.

Always

Just for now

Removing custom chagnes that have been merged in. Using the 0x assets.

  • Loading branch information
Freydal committed Jul 29, 2019
commit 724591d6257ffebe09665e26555a2cfa606c86b2

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

@@ -33,7 +33,7 @@
"prettier:deployedAddresses": "prettier --write src/deployedAddresses.json --config ../../.prettierrc",
"ganache_rpc": "docker run --rm -p 8545:8545 ${npm_package_config_kosu_ganache_image}",
"ganache_rpc:detached": "docker run --rm -d -p 8545:8545 ${npm_package_config_kosu_ganache_image}",
"generate_contract_wrappers": "abi-gen --abis ${npm_package_config_abis} --template ./abi-gen-templates/contract.handlebars --partials './abi-gen-templates/partials/**/*.handlebars' --output generated-wrappers --backend ethers",
"generate_contract_wrappers": "abi-gen --abis ${npm_package_config_abis} --template ../../node_modules/@0x/abi-gen-templates/contract.handlebars --partials '../../node_modules/@0x/abi-gen-templates/partials/**/*.handlebars' --output generated-wrappers --backend ethers",
"docs": "node devdoc.js ./generated-artifacts ./docs "
},
"config": {
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.