Skip to content

Commit

Permalink
fix: revert import
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiorigam committed Jan 7, 2025
1 parent b4fbf27 commit a328540
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import {
type TypedDataDomain,
type TypedDataParameter
} from 'viem';
import { RPC_METHODS } from '../../../provider';
import { RPC_METHODS } from '../../../provider/utils/const/rpc-mapper/rpc-methods';
import {
DelegationHandler,
type SignTransactionOptions,
Expand All @@ -29,7 +29,7 @@ import {
type AvailableVeChainProviders,
type TransactionRequestInput
} from '../types';
import { VeChainAbstractSigner } from '../vechain-abstract-signer';
import { VeChainAbstractSigner } from '../vechain-abstract-signer/vechain-abstract-signer';

/**
* Basic VeChain signer with the private key.
Expand Down

0 comments on commit a328540

Please sign in to comment.