Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: version packages #3513

Merged
merged 1 commit into from
Dec 19, 2024
Merged

chore: version packages #3513

merged 1 commit into from
Dec 19, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Dec 19, 2024

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@reown/appkit-adapter-bitcoin@1.6.2

Patch Changes

  • #3509 0926b4d Thanks @svenvoskamp! - Fix issue where accounts were not correctly set

  • #3516 04208c8 Thanks @zoruka! - Add unit testing for Bitcoin adapter and fix unused default values

  • #3514 15bfe49 Thanks @magiziz! - Fixed an issue where the pendingTransactions event was being emitted infinitely in wagmi adapter.

    Additionally another option was added to wagmi adapter called pendingTransactionsFilter.

    Example usage

    const wagmiAdapter = new WagmiAdapter({
      networks: [
        /* Your Networks */
      ],
      projectId: 'YOUR_PROJECT_ID',
      pendingTransactionsFilter: {
        enable: true,
        pollingInterval: 15_000
      }
    })
    
    createAppKit({
      adapters: [wagmiAdapter],
      networks: [
        /* Your Networks */
      ],
      projectId: 'YOUR_PROJECT_ID'
    })
  • Updated dependencies [0a8ead2, 0926b4d, 04208c8, 15bfe49]:

    • @reown/appkit@1.6.2
    • @reown/appkit-common@1.6.2
    • @reown/appkit-core@1.6.2

@reown/appkit-adapter-ethers@1.6.2

Patch Changes

  • #3491 0a8ead2 Thanks @magiziz! - Fixed an issue where browser tab option was showing for all wallets

  • #3509 0926b4d Thanks @svenvoskamp! - Fix issue where accounts were not correctly set

  • #3516 04208c8 Thanks @zoruka! - Add unit testing for Bitcoin adapter and fix unused default values

  • #3514 15bfe49 Thanks @magiziz! - Fixed an issue where the pendingTransactions event was being emitted infinitely in wagmi adapter.

    Additionally another option was added to wagmi adapter called pendingTransactionsFilter.

    Example usage

    const wagmiAdapter = new WagmiAdapter({
      networks: [
        /* Your Networks */
      ],
      projectId: 'YOUR_PROJECT_ID',
      pendingTransactionsFilter: {
        enable: true,
        pollingInterval: 15_000
      }
    })
    
    createAppKit({
      adapters: [wagmiAdapter],
      networks: [
        /* Your Networks */
      ],
      projectId: 'YOUR_PROJECT_ID'
    })
  • Updated dependencies [0a8ead2, 0926b4d, 04208c8, 15bfe49]:

    • @reown/appkit-scaffold-ui@1.6.2
    • @reown/appkit@1.6.2
    • @reown/appkit-utils@1.6.2
    • @reown/appkit-common@1.6.2
    • @reown/appkit-core@1.6.2
    • @reown/appkit-polyfills@1.6.2
    • @reown/appkit-ui@1.6.2
    • @reown/appkit-wallet@1.6.2

@reown/appkit-adapter-ethers5@1.6.2

Patch Changes

  • #3491 0a8ead2 Thanks @magiziz! - Fixed an issue where browser tab option was showing for all wallets

  • #3509 0926b4d Thanks @svenvoskamp! - Fix issue where accounts were not correctly set

  • #3516 04208c8 Thanks @zoruka! - Add unit testing for Bitcoin adapter and fix unused default values

  • #3514 15bfe49 Thanks @magiziz! - Fixed an issue where the pendingTransactions event was being emitted infinitely in wagmi adapter.

    Additionally another option was added to wagmi adapter called pendingTransactionsFilter.

    Example usage

    const wagmiAdapter = new WagmiAdapter({
      networks: [
        /* Your Networks */
      ],
      projectId: 'YOUR_PROJECT_ID',
      pendingTransactionsFilter: {
        enable: true,
        pollingInterval: 15_000
      }
    })
    
    createAppKit({
      adapters: [wagmiAdapter],
      networks: [
        /* Your Networks */
      ],
      projectId: 'YOUR_PROJECT_ID'
    })
  • Updated dependencies [0a8ead2, 0926b4d, 04208c8, 15bfe49]:

    • @reown/appkit-scaffold-ui@1.6.2
    • @reown/appkit@1.6.2
    • @reown/appkit-utils@1.6.2
    • @reown/appkit-common@1.6.2
    • @reown/appkit-core@1.6.2
    • @reown/appkit-polyfills@1.6.2
    • @reown/appkit-ui@1.6.2
    • @reown/appkit-wallet@1.6.2

@reown/appkit-adapter-solana@1.6.2

Patch Changes

  • #3491 0a8ead2 Thanks @magiziz! - Fixed an issue where browser tab option was showing for all wallets

  • #3509 0926b4d Thanks @svenvoskamp! - Fix issue where accounts were not correctly set

  • #3516 04208c8 Thanks @zoruka! - Add unit testing for Bitcoin adapter and fix unused default values

  • #3514 15bfe49 Thanks @magiziz! - Fixed an issue where the pendingTransactions event was being emitted infinitely in wagmi adapter.

    Additionally another option was added to wagmi adapter called pendingTransactionsFilter.

    Example usage

    const wagmiAdapter = new WagmiAdapter({
      networks: [
        /* Your Networks */
      ],
      projectId: 'YOUR_PROJECT_ID',
      pendingTransactionsFilter: {
        enable: true,
        pollingInterval: 15_000
      }
    })
    
    createAppKit({
      adapters: [wagmiAdapter],
      networks: [
        /* Your Networks */
      ],
      projectId: 'YOUR_PROJECT_ID'
    })
  • Updated dependencies [0a8ead2, 0926b4d, 04208c8, 15bfe49]:

    • @reown/appkit-scaffold-ui@1.6.2
    • @reown/appkit@1.6.2
    • @reown/appkit-utils@1.6.2
    • @reown/appkit-common@1.6.2
    • @reown/appkit-core@1.6.2
    • @reown/appkit-polyfills@1.6.2
    • @reown/appkit-ui@1.6.2
    • @reown/appkit-wallet@1.6.2

@reown/appkit-adapter-wagmi@1.6.2

Patch Changes

  • #3491 0a8ead2 Thanks @magiziz! - Fixed an issue where browser tab option was showing for all wallets

  • #3509 0926b4d Thanks @svenvoskamp! - Fix issue where accounts were not correctly set

  • #3516 04208c8 Thanks @zoruka! - Add unit testing for Bitcoin adapter and fix unused default values

  • #3514 15bfe49 Thanks @magiziz! - Fixed an issue where the pendingTransactions event was being emitted infinitely in wagmi adapter.

    Additionally another option was added to wagmi adapter called pendingTransactionsFilter.

    Example usage

    const wagmiAdapter = new WagmiAdapter({
      networks: [
        /* Your Networks */
      ],
      projectId: 'YOUR_PROJECT_ID',
      pendingTransactionsFilter: {
        enable: true,
        pollingInterval: 15_000
      }
    })
    
    createAppKit({
      adapters: [wagmiAdapter],
      networks: [
        /* Your Networks */
      ],
      projectId: 'YOUR_PROJECT_ID'
    })
  • Updated dependencies [0a8ead2, 0926b4d, 04208c8, 15bfe49]:

    • @reown/appkit-scaffold-ui@1.6.2
    • @reown/appkit@1.6.2
    • @reown/appkit-utils@1.6.2
    • @reown/appkit-common@1.6.2
    • @reown/appkit-core@1.6.2
    • @reown/appkit-polyfills@1.6.2
    • @reown/appkit-ui@1.6.2
    • @reown/appkit-wallet@1.6.2

@reown/appkit@1.6.2

Patch Changes

  • #3491 0a8ead2 Thanks @magiziz! - Fixed an issue where browser tab option was showing for all wallets

  • #3509 0926b4d Thanks @svenvoskamp! - Fix issue where accounts were not correctly set

  • #3516 04208c8 Thanks @zoruka! - Add unit testing for Bitcoin adapter and fix unused default values

  • #3514 15bfe49 Thanks @magiziz! - Fixed an issue where the pendingTransactions event was being emitted infinitely in wagmi adapter.

    Additionally another option was added to wagmi adapter called pendingTransactionsFilter.

    Example usage

    const wagmiAdapter = new WagmiAdapter({
      networks: [
        /* Your Networks */
      ],
      projectId: 'YOUR_PROJECT_ID',
      pendingTransactionsFilter: {
        enable: true,
        pollingInterval: 15_000
      }
    })
    
    createAppKit({
      adapters: [wagmiAdapter],
      networks: [
        /* Your Networks */
      ],
      projectId: 'YOUR_PROJECT_ID'
    })
  • Updated dependencies [0a8ead2, 0926b4d, 04208c8, 15bfe49]:

    • @reown/appkit-scaffold-ui@1.6.2
    • @reown/appkit-utils@1.6.2
    • @reown/appkit-common@1.6.2
    • @reown/appkit-core@1.6.2
    • @reown/appkit-polyfills@1.6.2
    • @reown/appkit-siwe@1.6.2
    • @reown/appkit-ui@1.6.2
    • @reown/appkit-wallet@1.6.2

@reown/appkit-utils@1.6.2

Patch Changes

  • #3491 0a8ead2 Thanks @magiziz! - Fixed an issue where browser tab option was showing for all wallets

  • #3509 0926b4d Thanks @svenvoskamp! - Fix issue where accounts were not correctly set

  • #3516 04208c8 Thanks @zoruka! - Add unit testing for Bitcoin adapter and fix unused default values

  • #3514 15bfe49 Thanks @magiziz! - Fixed an issue where the pendingTransactions event was being emitted infinitely in wagmi adapter.

    Additionally another option was added to wagmi adapter called pendingTransactionsFilter.

    Example usage

    const wagmiAdapter = new WagmiAdapter({
      networks: [
        /* Your Networks */
      ],
      projectId: 'YOUR_PROJECT_ID',
      pendingTransactionsFilter: {
        enable: true,
        pollingInterval: 15_000
      }
    })
    
    createAppKit({
      adapters: [wagmiAdapter],
      networks: [
        /* Your Networks */
      ],
      projectId: 'YOUR_PROJECT_ID'
    })
  • Updated dependencies [0a8ead2, 0926b4d, 04208c8, 15bfe49]:

    • @reown/appkit-common@1.6.2
    • @reown/appkit-core@1.6.2
    • @reown/appkit-polyfills@1.6.2
    • @reown/appkit-wallet@1.6.2

@reown/appkit-cdn@1.6.2

Patch Changes

  • #3491 0a8ead2 Thanks @magiziz! - Fixed an issue where browser tab option was showing for all wallets

  • #3509 0926b4d Thanks @svenvoskamp! - Fix issue where accounts were not correctly set

  • #3516 04208c8 Thanks @zoruka! - Add unit testing for Bitcoin adapter and fix unused default values

  • #3514 15bfe49 Thanks @magiziz! - Fixed an issue where the pendingTransactions event was being emitted infinitely in wagmi adapter.

    Additionally another option was added to wagmi adapter called pendingTransactionsFilter.

    Example usage

    const wagmiAdapter = new WagmiAdapter({
      networks: [
        /* Your Networks */
      ],
      projectId: 'YOUR_PROJECT_ID',
      pendingTransactionsFilter: {
        enable: true,
        pollingInterval: 15_000
      }
    })
    
    createAppKit({
      adapters: [wagmiAdapter],
      networks: [
        /* Your Networks */
      ],
      projectId: 'YOUR_PROJECT_ID'
    })
  • Updated dependencies [0a8ead2, 0926b4d, 04208c8, 15bfe49]:

    • @reown/appkit-adapter-ethers@1.6.2
    • @reown/appkit-adapter-ethers5@1.6.2
    • @reown/appkit-adapter-solana@1.6.2
    • @reown/appkit-adapter-wagmi@1.6.2
    • @reown/appkit@1.6.2
    • @reown/appkit-polyfills@1.6.2

@reown/appkit-cli@1.6.2

Patch Changes

  • #3491 0a8ead2 Thanks @magiziz! - Fixed an issue where browser tab option was showing for all wallets

  • #3509 0926b4d Thanks @svenvoskamp! - Fix issue where accounts were not correctly set

  • #3516 04208c8 Thanks @zoruka! - Add unit testing for Bitcoin adapter and fix unused default values

  • #3514 15bfe49 Thanks @magiziz! - Fixed an issue where the pendingTransactions event was being emitted infinitely in wagmi adapter.

    Additionally another option was added to wagmi adapter called pendingTransactionsFilter.

    Example usage

    const wagmiAdapter = new WagmiAdapter({
      networks: [
        /* Your Networks */
      ],
      projectId: 'YOUR_PROJECT_ID',
      pendingTransactionsFilter: {
        enable: true,
        pollingInterval: 15_000
      }
    })
    
    createAppKit({
      adapters: [wagmiAdapter],
      networks: [
        /* Your Networks */
      ],
      projectId: 'YOUR_PROJECT_ID'
    })

@reown/appkit-common@1.6.2

Patch Changes

  • #3491 0a8ead2 Thanks @magiziz! - Fixed an issue where browser tab option was showing for all wallets

  • #3509 0926b4d Thanks @svenvoskamp! - Fix issue where accounts were not correctly set

  • #3516 04208c8 Thanks @zoruka! - Add unit testing for Bitcoin adapter and fix unused default values

  • #3514 15bfe49 Thanks @magiziz! - Fixed an issue where the pendingTransactions event was being emitted infinitely in wagmi adapter.

    Additionally another option was added to wagmi adapter called pendingTransactionsFilter.

    Example usage

    const wagmiAdapter = new WagmiAdapter({
      networks: [
        /* Your Networks */
      ],
      projectId: 'YOUR_PROJECT_ID',
      pendingTransactionsFilter: {
        enable: true,
        pollingInterval: 15_000
      }
    })
    
    createAppKit({
      adapters: [wagmiAdapter],
      networks: [
        /* Your Networks */
      ],
      projectId: 'YOUR_PROJECT_ID'
    })

@reown/appkit-core@1.6.2

Patch Changes

  • #3491 0a8ead2 Thanks @magiziz! - Fixed an issue where browser tab option was showing for all wallets

  • #3509 0926b4d Thanks @svenvoskamp! - Fix issue where accounts were not correctly set

  • #3516 04208c8 Thanks @zoruka! - Add unit testing for Bitcoin adapter and fix unused default values

  • #3514 15bfe49 Thanks @magiziz! - Fixed an issue where the pendingTransactions event was being emitted infinitely in wagmi adapter.

    Additionally another option was added to wagmi adapter called pendingTransactionsFilter.

    Example usage

    const wagmiAdapter = new WagmiAdapter({
      networks: [
        /* Your Networks */
      ],
      projectId: 'YOUR_PROJECT_ID',
      pendingTransactionsFilter: {
        enable: true,
        pollingInterval: 15_000
      }
    })
    
    createAppKit({
      adapters: [wagmiAdapter],
      networks: [
        /* Your Networks */
      ],
      projectId: 'YOUR_PROJECT_ID'
    })
  • Updated dependencies [0a8ead2, 0926b4d, 04208c8, 15bfe49]:

    • @reown/appkit-common@1.6.2
    • @reown/appkit-wallet@1.6.2

@reown/appkit-experimental@1.6.2

Patch Changes

  • #3491 0a8ead2 Thanks @magiziz! - Fixed an issue where browser tab option was showing for all wallets

  • #3509 0926b4d Thanks @svenvoskamp! - Fix issue where accounts were not correctly set

  • #3516 04208c8 Thanks @zoruka! - Add unit testing for Bitcoin adapter and fix unused default values

  • #3514 15bfe49 Thanks @magiziz! - Fixed an issue where the pendingTransactions event was being emitted infinitely in wagmi adapter.

    Additionally another option was added to wagmi adapter called pendingTransactionsFilter.

    Example usage

    const wagmiAdapter = new WagmiAdapter({
      networks: [
        /* Your Networks */
      ],
      projectId: 'YOUR_PROJECT_ID',
      pendingTransactionsFilter: {
        enable: true,
        pollingInterval: 15_000
      }
    })
    
    createAppKit({
      adapters: [wagmiAdapter],
      networks: [
        /* Your Networks */
      ],
      projectId: 'YOUR_PROJECT_ID'
    })
  • Updated dependencies [0a8ead2, 0926b4d, 04208c8, 15bfe49]:

    • @reown/appkit@1.6.2
    • @reown/appkit-common@1.6.2
    • @reown/appkit-core@1.6.2
    • @reown/appkit-ui@1.6.2

@reown/appkit-polyfills@1.6.2

Patch Changes

  • #3491 0a8ead2 Thanks @magiziz! - Fixed an issue where browser tab option was showing for all wallets

  • #3509 0926b4d Thanks @svenvoskamp! - Fix issue where accounts were not correctly set

  • #3516 04208c8 Thanks @zoruka! - Add unit testing for Bitcoin adapter and fix unused default values

  • #3514 15bfe49 Thanks @magiziz! - Fixed an issue where the pendingTransactions event was being emitted infinitely in wagmi adapter.

    Additionally another option was added to wagmi adapter called pendingTransactionsFilter.

    Example usage

    const wagmiAdapter = new WagmiAdapter({
      networks: [
        /* Your Networks */
      ],
      projectId: 'YOUR_PROJECT_ID',
      pendingTransactionsFilter: {
        enable: true,
        pollingInterval: 15_000
      }
    })
    
    createAppKit({
      adapters: [wagmiAdapter],
      networks: [
        /* Your Networks */
      ],
      projectId: 'YOUR_PROJECT_ID'
    })

@reown/appkit-scaffold-ui@1.6.2

Patch Changes

  • #3491 0a8ead2 Thanks @magiziz! - Fixed an issue where browser tab option was showing for all wallets

  • #3509 0926b4d Thanks @svenvoskamp! - Fix issue where accounts were not correctly set

  • #3516 04208c8 Thanks @zoruka! - Add unit testing for Bitcoin adapter and fix unused default values

  • #3514 15bfe49 Thanks @magiziz! - Fixed an issue where the pendingTransactions event was being emitted infinitely in wagmi adapter.

    Additionally another option was added to wagmi adapter called pendingTransactionsFilter.

    Example usage

    const wagmiAdapter = new WagmiAdapter({
      networks: [
        /* Your Networks */
      ],
      projectId: 'YOUR_PROJECT_ID',
      pendingTransactionsFilter: {
        enable: true,
        pollingInterval: 15_000
      }
    })
    
    createAppKit({
      adapters: [wagmiAdapter],
      networks: [
        /* Your Networks */
      ],
      projectId: 'YOUR_PROJECT_ID'
    })
  • Updated dependencies [0a8ead2, 0926b4d, 04208c8, 15bfe49]:

    • @reown/appkit-utils@1.6.2
    • @reown/appkit-common@1.6.2
    • @reown/appkit-core@1.6.2
    • @reown/appkit-ui@1.6.2
    • @reown/appkit-wallet@1.6.2

@reown/appkit-siwe@1.6.2

Patch Changes

  • #3491 0a8ead2 Thanks @magiziz! - Fixed an issue where browser tab option was showing for all wallets

  • #3509 0926b4d Thanks @svenvoskamp! - Fix issue where accounts were not correctly set

  • #3516 04208c8 Thanks @zoruka! - Add unit testing for Bitcoin adapter and fix unused default values

  • #3514 15bfe49 Thanks @magiziz! - Fixed an issue where the pendingTransactions event was being emitted infinitely in wagmi adapter.

    Additionally another option was added to wagmi adapter called pendingTransactionsFilter.

    Example usage

    const wagmiAdapter = new WagmiAdapter({
      networks: [
        /* Your Networks */
      ],
      projectId: 'YOUR_PROJECT_ID',
      pendingTransactionsFilter: {
        enable: true,
        pollingInterval: 15_000
      }
    })
    
    createAppKit({
      adapters: [wagmiAdapter],
      networks: [
        /* Your Networks */
      ],
      projectId: 'YOUR_PROJECT_ID'
    })
  • Updated dependencies [0a8ead2, 0926b4d, 04208c8, 15bfe49]:

    • @reown/appkit-utils@1.6.2
    • @reown/appkit-common@1.6.2
    • @reown/appkit-core@1.6.2
    • @reown/appkit-ui@1.6.2
    • @reown/appkit-wallet@1.6.2

@reown/appkit-siwx@1.6.2

Patch Changes

  • #3491 0a8ead2 Thanks @magiziz! - Fixed an issue where browser tab option was showing for all wallets

  • #3509 0926b4d Thanks @svenvoskamp! - Fix issue where accounts were not correctly set

  • #3516 04208c8 Thanks @zoruka! - Add unit testing for Bitcoin adapter and fix unused default values

  • #3514 15bfe49 Thanks @magiziz! - Fixed an issue where the pendingTransactions event was being emitted infinitely in wagmi adapter.

    Additionally another option was added to wagmi adapter called pendingTransactionsFilter.

    Example usage

    const wagmiAdapter = new WagmiAdapter({
      networks: [
        /* Your Networks */
      ],
      projectId: 'YOUR_PROJECT_ID',
      pendingTransactionsFilter: {
        enable: true,
        pollingInterval: 15_000
      }
    })
    
    createAppKit({
      adapters: [wagmiAdapter],
      networks: [
        /* Your Networks */
      ],
      projectId: 'YOUR_PROJECT_ID'
    })
  • Updated dependencies [0a8ead2, 0926b4d, 04208c8, 15bfe49]:

    • @reown/appkit-common@1.6.2
    • @reown/appkit-core@1.6.2

@reown/appkit-ui@1.6.2

Patch Changes

  • #3491 0a8ead2 Thanks @magiziz! - Fixed an issue where browser tab option was showing for all wallets

  • #3509 0926b4d Thanks @svenvoskamp! - Fix issue where accounts were not correctly set

  • #3516 04208c8 Thanks @zoruka! - Add unit testing for Bitcoin adapter and fix unused default values

  • #3514 15bfe49 Thanks @magiziz! - Fixed an issue where the pendingTransactions event was being emitted infinitely in wagmi adapter.

    Additionally another option was added to wagmi adapter called pendingTransactionsFilter.

    Example usage

    const wagmiAdapter = new WagmiAdapter({
      networks: [
        /* Your Networks */
      ],
      projectId: 'YOUR_PROJECT_ID',
      pendingTransactionsFilter: {
        enable: true,
        pollingInterval: 15_000
      }
    })
    
    createAppKit({
      adapters: [wagmiAdapter],
      networks: [
        /* Your Networks */
      ],
      projectId: 'YOUR_PROJECT_ID'
    })

@reown/appkit-wallet@1.6.2

Patch Changes

  • #3491 0a8ead2 Thanks @magiziz! - Fixed an issue where browser tab option was showing for all wallets

  • #3509 0926b4d Thanks @svenvoskamp! - Fix issue where accounts were not correctly set

  • #3516 04208c8 Thanks @zoruka! - Add unit testing for Bitcoin adapter and fix unused default values

  • #3514 15bfe49 Thanks @magiziz! - Fixed an issue where the pendingTransactions event was being emitted infinitely in wagmi adapter.

    Additionally another option was added to wagmi adapter called pendingTransactionsFilter.

    Example usage

    const wagmiAdapter = new WagmiAdapter({
      networks: [
        /* Your Networks */
      ],
      projectId: 'YOUR_PROJECT_ID',
      pendingTransactionsFilter: {
        enable: true,
        pollingInterval: 15_000
      }
    })
    
    createAppKit({
      adapters: [wagmiAdapter],
      networks: [
        /* Your Networks */
      ],
      projectId: 'YOUR_PROJECT_ID'
    })
  • Updated dependencies [0a8ead2, 0926b4d, 04208c8, 15bfe49]:

    • @reown/appkit-common@1.6.2
    • @reown/appkit-polyfills@1.6.2

@reown/appkit-wallet-button@1.6.2

Patch Changes

  • #3491 0a8ead2 Thanks @magiziz! - Fixed an issue where browser tab option was showing for all wallets

  • #3509 0926b4d Thanks @svenvoskamp! - Fix issue where accounts were not correctly set

  • #3516 04208c8 Thanks @zoruka! - Add unit testing for Bitcoin adapter and fix unused default values

  • #3514 15bfe49 Thanks @magiziz! - Fixed an issue where the pendingTransactions event was being emitted infinitely in wagmi adapter.

    Additionally another option was added to wagmi adapter called pendingTransactionsFilter.

    Example usage

    const wagmiAdapter = new WagmiAdapter({
      networks: [
        /* Your Networks */
      ],
      projectId: 'YOUR_PROJECT_ID',
      pendingTransactionsFilter: {
        enable: true,
        pollingInterval: 15_000
      }
    })
    
    createAppKit({
      adapters: [wagmiAdapter],
      networks: [
        /* Your Networks */
      ],
      projectId: 'YOUR_PROJECT_ID'
    })
  • Updated dependencies [0a8ead2, 0926b4d, 04208c8, 15bfe49]:

    • @reown/appkit-utils@1.6.2
    • @reown/appkit-common@1.6.2
    • @reown/appkit-core@1.6.2
    • @reown/appkit-ui@1.6.2

Copy link

vercel bot commented Dec 19, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
appkit-demo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 19, 2024 10:18pm
appkit-laboratory ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 19, 2024 10:18pm
appkit-vue-solana ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 19, 2024 10:18pm
appkit-wagmi-cdn-example ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 19, 2024 10:18pm
vue-wagmi-example ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 19, 2024 10:18pm

@github-actions github-actions bot force-pushed the changeset-release/main branch from 7456225 to 30468a5 Compare December 19, 2024 19:35
@github-actions github-actions bot force-pushed the changeset-release/main branch from 30468a5 to 6e260ab Compare December 19, 2024 20:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant