Skip to content

Commit

Permalink
demo-router: contract + task
Browse files Browse the repository at this point in the history
  • Loading branch information
Rolaman committed Sep 26, 2024
1 parent 64a3771 commit c4540ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tasks/core/demo-router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,8 @@ task("demo-router", "Run demo with Uniswap Router").setAction(

// 3. ROUTER: ADD LIQUIDITY
const pairArtifact = await hre.artifacts.readArtifact("UniswapV2Pair");
const routerArtifact = await hre.artifacts.readArtifact("UniswapV2Router01");
const routerArtifact =
await hre.artifacts.readArtifact("UniswapV2Router01");

// Mint liquidity
console.log("Adding liquidity...");
Expand Down

0 comments on commit c4540ee

Please sign in to comment.