Skip to content

Commit

Permalink
Merge pull request #192 from lidofinance/fix/develop-branch-module-im…
Browse files Browse the repository at this point in the history
…ports

fix: module imports
  • Loading branch information
bobunderforest authored Oct 29, 2024
2 parents e575a93 + c4e1b31 commit 56e0073
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/demo-react/utils/metrics.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable no-console */
import type { MetricsProp } from 'reef-knot/connect-wallet-modal';
import type { MetricsProp } from '@reef-knot/types';
import type { WalletIdsEthereum } from '@reef-knot/wallets-list';

const getClickHandler = (walletName: string) => () =>
Expand Down
4 changes: 3 additions & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,13 @@
},
"devDependencies": {
"react": "18.2.0",
"wagmi": "2.11.2"
"wagmi": "2.11.2",
"@reef-knot/ui-react": "^2.1.3"
},
"peerDependencies": {
"react": ">=18",
"wagmi": "2.11.2",
"@reef-knot/ui-react": "^2.1.3",
"@tanstack/react-query": "^5.29.0"
}
}

0 comments on commit 56e0073

Please sign in to comment.