* Implement MixinVelodrome * Add preliminary implementation of VelodromeSampler * Add Velodrome in BridgeProtocol of transformer_utils.ts * Fix MixinVelodrome * Wire Velodrome sampler in market_operation_utils * Fix lint error * Remove gas schedule TODO * Format VelodromeSampler.sol * Fix MixinVelodrome * Update CHANGELOG.json
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.