* adding Nerve Mixin to Arbitrum Bridge Adapter * refactor bridgeAdapter to include currently deployed changes * remove duplicate DODOV2 * removing DODO V1 from Arbitrum Bridge Adapter * updating imports * fixing CI: ganache tests * Invalid caching configuration Co-authored-by: Noah Khamliche <0xnoah@Noahs-MacBook-Pro-2.local> Co-authored-by: Marcin Wolny <marcin@0xproject.com>
Development
Building solidity files will update the contract artifact in {package-name}/generated-artifacts/{contract}.json
, but does not automatically update the contract-artifacts
or contract-wrappers
packages, which are generated from the artifact JSON. See contract-artifacts/README.md
for instructions on updating these packages.