Skip to content

Commit

Permalink
chore/export wagmi from cdn package (#3101)
Browse files Browse the repository at this point in the history
  • Loading branch information
enesozturk authored Oct 17, 2024
1 parent 201484e commit 41eed18
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .changeset/thin-mirrors-peel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
'@reown/appkit-cdn': patch
'@apps/demo': patch
'@apps/gallery': patch
'@apps/laboratory': patch
'@reown/appkit-adapter-ethers': patch
'@reown/appkit-adapter-ethers5': patch
'@reown/appkit-adapter-polkadot': patch
'@reown/appkit-adapter-solana': patch
'@reown/appkit-adapter-wagmi': patch
'@reown/appkit': patch
'@reown/appkit-utils': patch
'@reown/appkit-common': patch
'@reown/appkit-core': patch
'@reown/appkit-experimental': patch
'@reown/appkit-polyfills': patch
'@reown/appkit-scaffold-ui': patch
'@reown/appkit-siwe': patch
'@reown/appkit-ui': patch
'@reown/appkit-wallet': patch
---

Export Wagmi packages from CDN package
5 changes: 5 additions & 0 deletions packages/cdn/lib/appkit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ import { WagmiAdapter } from '@reown/appkit-adapter-wagmi'
import { SolanaAdapter } from '@reown/appkit-adapter-solana'
import * as AppKitNetworks from '@reown/appkit/networks'

// -- Export Wagmi ------------------------------------------- //
export * as Viem from 'viem'
export * as Connectors from '@wagmi/connectors'
export * as WagmiCore from '@wagmi/core'

const networks = AppKitNetworks

export { createAppKit, networks, WagmiAdapter, SolanaAdapter }
Expand Down

0 comments on commit 41eed18

Please sign in to comment.