Skip to content

Commit

Permalink
fix bun env
Browse files Browse the repository at this point in the history
  • Loading branch information
TateB committed Aug 21, 2024
1 parent 01e5c57 commit 8b67d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environments/bun/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { CcipReadRouter } from "@ensdomains/ccip-read-worker";
import { CcipReadRouter } from "@ensdomains/ccip-read-router";
import { encodeFunctionData, parseAbi, zeroAddress } from "viem";

const sig = "function foo() pure returns (uint256)" as const;
Expand Down

0 comments on commit 8b67d0d

Please sign in to comment.