Looks like some rollup build issue, the wallet-plugin-anchor seems to work fine, but all other plugins not.
Some rollup imports missing
import commonjs from '@rollup/plugin-commonjs'
import nodePolyfills from 'rollup-plugin-polyfill-node'
import resolve from '@rollup/plugin-node-resolve'
❌ error
Attempted import error: 'WalletPluginWombat' is not exported from '@wharfkit/wallet-plugin-wombat' (imported as 'WalletPluginWombat').
Import trace for requested module:
./utils/config.ts
./app/(user-profile)/my-wallets/page.tsx
./utils/config.ts
Attempted import error: 'WalletPluginTokenPocket' is not exported from '@wharfkit/wallet-plugin-tokenpocket' (imported as 'WalletPluginTokenPocket').
Import trace for requested module:
./utils/config.ts
./app/(user-profile)/my-wallets/page.tsx
./utils/config.ts
Attempted import error: 'WalletPluginScatter' is not exported from '@wharfkit/wallet-plugin-scatter' (imported as 'WalletPluginScatter').
Looks like some rollup build issue, the
wallet-plugin-anchorseems to work fine, but all other plugins not.Some rollup imports missing
❌ error