Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joaobrunoah committed Dec 5, 2024
1 parent a3e1288 commit 24efaa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v3/tasks/20241205-v3-composite-liquidity-router/input.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export type RouterDeployment = {
const Vault = new Task('20241204-v3-vault', TaskMode.READ_ONLY);
const WETH = new Task('00000000-tokens', TaskMode.READ_ONLY);
const Permit2 = new Task('00000000-permit2', TaskMode.READ_ONLY);
const BaseVersion = { version: 1, deployment: '20241205-v3-routers' };
const BaseVersion = { version: 1, deployment: '20241205-v3-router' };

export default {
Vault,
Expand Down

0 comments on commit 24efaa1

Please sign in to comment.