Improved
Additional Currency and Network Support
about 2 months ago by Hugo Janse van Rensburg
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
| Asset | Network | Protocol | Block confirmations |
|---|---|---|---|
| EURC (Euro Coin) | Ethereum | ERC20 | 12 |
| USDC (USD Coin) | Base | BASE | 10 |
| USDC (USD Coin) | Arbitrum One | ARBITRUM | 300 |
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.

