Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 7, 2025
1 parent 6438111 commit c20342a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/wallets/ctrl/src/ctrlWallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,7 @@ async function getWalletMethodsForChain({
case Chain.Optimism:
case Chain.Polygon: {
const { prepareNetworkSwitch, switchEVMWalletNetwork } = await import("@swapkit/helpers");
const { getProvider, getToolboxByChain, covalentApi, ethplorerApi, getBalance } =
await import("@swapkit/toolbox-evm");
const { getToolboxByChain } = await import("@swapkit/toolbox-evm");
const { BrowserProvider } = await import("ethers");
const ethereumWindowProvider = getCtrlProvider(chain);

Expand Down

0 comments on commit c20342a

Please sign in to comment.