Skip to content

Commit

Permalink
fix(reporter): wormhole reporter ABI file name
Browse files Browse the repository at this point in the history
  • Loading branch information
zengzengzenghuy committed Sep 19, 2024
1 parent 7d03cc0 commit 56bb792
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Chain } from "viem"

import BaseController from "./BaseController.js"
import sleep from "../utils/sleep.js"
import ReporterABI from "../ABIs/WormhomeReporterABI.json" assert { type: "json" }
import ReporterABI from "../ABIs/WormholeReporterABI.json" assert { type: "json" }
import AdapterABI from "../ABIs/WormholeAdapterABI.json" assert { type: "json" }
import WormholeABI from "../ABIs/WormholeABI.json" assert { type: "json" }

Expand Down

0 comments on commit 56bb792

Please sign in to comment.