Skip to content

Commit

Permalink
Update import statement for FibrousRouter
Browse files Browse the repository at this point in the history
  • Loading branch information
0xKermo committed Mar 11, 2024
1 parent 5eee214 commit 9f7e51a
Showing 1 changed file with 1 addition and 1 deletion.
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";
import { Router as FibrousRouter } from "fibrous-router-sdk";
import { parseUnits } from "ethers";
import { Call } from "starknet";

Expand Down

0 comments on commit 9f7e51a

Please sign in to comment.