kleros / vea

Vea bridge
https://vea.ninja
MIT License
10 stars 6 forks source link

chore(deps): bump @wagmi/chains from 0.2.18 to 0.3.0 #203

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps @wagmi/chains from 0.2.18 to 0.3.0.

Release notes

Sourced from @​wagmi/chains's releases.

@​wagmi/chains@​0.3.0

Minor Changes

  • 36c14b2: Updated UniversalResolver addresses to latest version

@​wagmi/chains@​0.2.25

Patch Changes

  • 577d2a0: Added Bear Network Mainnet and Testnet

@​wagmi/chains@​0.2.24

Patch Changes

  • 0639a1f: Updated multicall3 address for zkSync and zkSyncTestnet

@​wagmi/chains@​0.2.23

Patch Changes

  • 29a4be5: Added ekta and ektaTestnet
  • dfd37f9: Removes mainnet subdomain from pulsechain chain id 369

@​wagmi/chains@​0.2.22

Patch Changes

  • b2a09a9: Added multicall3 address for metis and metisGoerli
  • ab99b61: Added multicall3 address to zkSync and zkSyncTestnet

@​wagmi/chains@​0.2.21

Patch Changes

  • 6ce16ed: Added Celo Cannoli Testnet
  • ebc10ba: Added ekta and ektaTestnet
  • d43a8cd: Adds Pulsechain Networks
  • 8d2d1a6: Added HAQQ Mainnet and HAQQ Testedge2 networks
  • 23ec21a: Added 5ireChain Thunder Testnet Support

@​wagmi/chains@​0.2.20

Patch Changes

  • edaa1cc: Added Syscoin Mainnet.
  • b641bc4: Updated Linea Chain properties.

@​wagmi/chains@​0.2.19

Patch Changes

  • 16b8482: Added Alchemy RPC URLs for Sepolia.
  • ab1a4ea: Added Oasys Support
  • cb509d5: Added fuse chain.
Changelog

Sourced from @​wagmi/chains's changelog.

0.3.0

Minor Changes

  • c4d5bb5: Breaking: Removed the version config option for WalletConnectConnector.

    WalletConnectConnector now uses WalletConnect v2 by default. WalletConnect v1 is now WalletConnectLegacyConnector.

    WalletConnect v2

    import { WalletConnectConnector } from '@wagmi/connectors/walletConnect'
    

    const connector = new WalletConnectConnector({ options: {

    • version: '2', projectId: 'abc', }, })

WalletConnect v1

-import { WalletConnectConnector } from '@wagmi/connectors/walletConnect'
+import { WalletConnectLegacyConnector } from '@wagmi/connectors/walletConnectLegacy'

-const connector = new WalletConnectConnector({ +const connector = new WalletConnectLegacyConnector({ options: { qrcode: true, }, })

0.2.7

Patch Changes

  • 57f1226: Added name mapping for XDEFI

0.2.6

Patch Changes

  • bb1b88c: Added name mapping for Bitski injected wallet
  • fcb5595: Fixed shim disconnect key to read from defined Connector ID.
  • 49f8853: Fixed SafeConnector import type error that existed for specific build environments.

0.2.5

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

The following labels could not be found: Type: Security Patch.

netlify[bot] commented 1 year ago

Deploy Preview for veascan ready!

Name Link
Latest commit effbcdb6c8553098b976882dab10495dc62057c6
Latest deploy log https://app.netlify.com/sites/veascan/deploys/646f09c2c4406600081c2632
Deploy Preview https://deploy-preview-203--veascan.netlify.app/
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

dependabot[bot] commented 1 year ago

Superseded by #209.