Skip to content

Commit

Permalink
fix: have the treasury use the newSwap AMM implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfig committed May 4, 2021
1 parent 9e16332 commit ed6b84a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/treasury/scripts/build-bundles.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ async function main() {
`${bundlesDir}/bundle-liquidateMinimum.js`,
],
[
`@agoric/zoe/src/contracts/multipoolAutoswap/multipoolAutoswap`,
`@agoric/zoe/src/contracts/newSwap/multipoolAutoswap`,
`${__dirname}/../bundles/bundle-multipoolAutoswap.js`,
],
];
Expand Down

0 comments on commit ed6b84a

Please sign in to comment.