Skip to content

Commit

Permalink
update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
0xKermo committed Aug 21, 2023
1 parent 9536b76 commit bf53cfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/src/buildTransaction.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { BigNumber } from "@ethersproject/bignumber";
import { Router as FibrousRouter } from "../../src/router/router";
import { Router as FibrousRouter } from "fibrous-router-sdk";
import { parseUnits } from "ethers";

import { randomBytes } from "node:crypto";
Expand Down
2 changes: 1 addition & 1 deletion examples/src/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ async function main() {
tokenInAddress,
tokenOutAddress,
);
console.log(route);
console.log("route",route);
} catch (error) {
console.error(error);
}
Expand Down

0 comments on commit bf53cfd

Please sign in to comment.