🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

@onbeam/bridge

Package Overview
Dependencies
Maintainers
5
Versions
155
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@onbeam/bridge

Based on your provided `isTestnet` prop, it is required to configure the following chains in your wagmi config:

latest
npmnpm
Version
1.8.85
Version published
Maintainers
5
Created
Source

@onbeam/bridge

Based on your provided isTestnet prop, it is required to configure the following chains in your wagmi config:

Mainnet:

  • beam (4337)
  • mainnet (1)
  • avalanche (43114)
  • arbitrum (42161)
  • bsc (56)

Testnet:

  • beamTestnet (13337)
  • sepolia (11155111)
  • avalancheFuji (43113)

Known issues

When consuming the component, you will likely encounter the following console error:

`DialogContent` requires a `DialogTitle` for the component to be accessible for screen reader users.

If you want to hide the `DialogTitle`, you can wrap it with our VisuallyHidden component.

However, we are including the DialogTitle component. Radix can't find it due to using document.getElementById, which cannot find the element due to it being inside the shadow dom. This means that accessibility is good, but the checks for whether it is are not.

If desired, you can hide this error by patching the @radix-ui/react-dialog package.

References:

  • https://github.com/radix-ui/themes/issues/556
  • https://github.com/radix-ui/primitives/issues/2986#issuecomment-2214539247

FAQs

Package last updated on 25 Sep 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts