Improved

Additional Currency and Network Support

We've expanded BEEM's supported asset list with three new asset / network combinations. All three are available now in production and can be used on Channels, Payment Links, and Wallets.

What's new

AssetNetworkProtocolBlock confirmations
EURC (Euro Coin)EthereumERC2012
USDC (USD Coin)BaseBASE10
USDC (USD Coin)Arbitrum OneARBITRUM300

How to use them

Pass the new protocol values when you create a Channel or Payment Link:

{
  "currency": "USDC",
  "protocol": "BASE"
}
{
  "currency": "USDC",
  "protocol": "ARBITRUM"
}
{
  "currency": "EURC",
  "protocol": "ERC20"
}

Reference

See the full asset / network matrix on Supported Assets and Networks.