Skip to content

Commit

Permalink
Fix: Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
rsbkmr committed Jul 22, 2024
1 parent 78ba435 commit b58c96d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/factory/factory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import type {
ParamMap,
} from "./types";
import { ChainIDToDomain, type SupportedChainID } from "../explorer-utils";
import { AddressBookKeys } from "../chains";

function mapNonceToParams(chainParams: Partial<ChainParams>): ParamMap {
const cToP: ParamMap = new Map();
Expand Down

0 comments on commit b58c96d

Please sign in to comment.