Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
adnpark committed Jan 25, 2024
2 parents 9695864 + ae5de21 commit 8b22fef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/weightedECDSA/toWeightedECDSAValidatorPlugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import {
} from "viem"
import { toAccount } from "viem/accounts"
import { getChainId } from "viem/actions"
import { WeightedValidatorAbi } from "./abi.js"
import { WeightedValidatorAbi } from "./abi"
import { WEIGHTED_ECDSA_VALIDATOR_ADDRESS } from "./index.js"

export interface WeightedECDSAValidatorConfig {
Expand Down

0 comments on commit 8b22fef

Please sign in to comment.