The ledger connector for wagmi can be found in the reef-knot package and continues to be supported and developed there.
Connector for web3-react based on @ledgerhq/iframe-provider
yarn add web3-ledgerhq-frame-connector
Connector has the same arguments as IFrameEthereumProvider as well an optional
supportedChainIds
to support testnets, defaults to Ethereum Mainnet only.
new LedgerHQFrameConnector({
targetOrigin?: string;
timeoutMilliseconds?: number;
supportedChainIds?: number[]
});
import { LedgerHQFrameConnector } from 'web3-ledgerhq-frame-connector';
const LedgerHQFrame = new LedgerHQFrameConnector();