Skip to content

Commit acb800c

Browse files
committed
fix(validator-bot): fixes after rebasing
1 parent 7588346 commit acb800c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validator-cli/src/ArbToEth/watcherArbToGnosis.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import {
2222
VeaOutboxArbToGnosis,
2323
} from "@kleros/vea-contracts/typechain-types";
2424
import { ClaimStruct } from "@kleros/vea-contracts/typechain-types/arbitrumToEth/VeaInboxArbToEth";
25-
import messageExecutor from "../utils/arbMsgExecutor";
25+
import { messageExecutor } from "../utils/arbMsgExecutor";
2626

2727
require("dotenv").config();
2828

0 commit comments

Comments
 (0)