Contract Addresses Boba/Fantom
A collection of links and addresses to get started on Boba-Fantom

There is a Bobaopera testnet fountain for
BOBA
. Authentication is via Twitter - please go to the gateway and connect your MetaMask wallet to the Bobaopera Testnet L2. In gateway > wallet, you will see the Developer Twitter/Turing test token fountain
. This system uses Turing hybrid compute to interact with Twitter.The standard bridges for
FTM
and BOBA
are active, so you can can both bridge and exit FTM
and BOBA
from Famtom Testnet to Bobaopera Testnet and back.If you have unusual
getLogs
needs, especially calls from 0 to latest
, the main RPC will block you, since this is how most DoS attacks work. In those cases, we encourage you to run your own RPC endpoint on your own replica of Bobaopera. We have prepared Docker images for you, so this should only take a few minutes. To access these images:- clone the
boba
repo - switch to
alt-l1
branch. - RELEASE_VERSION=v0.X.X
$ docker compose -f docker-compose-bobaopera-testnet.yml pull
$ docker compose -f docker-compose-bobaopera-testnet.yml up
The DTL will first sync with the chain. During the sync, you will see the DTL and Replica gradually catch up with the Boba L2. This can take several minutes to several hours, depending on which chain you are replicating.
For secondary addresses, such as L2 Tokens and Messengers, please see the Bobaopera Testnet address registration dump.
ChainID | 4051 |
RPC | |
Replica RPC | |
Gateway | |
Blockexplorer | |
Websocket | |
Gas Cap | 50000000 |

To access these images:
- clone the
boba
repo - switch to
alt-l1
branch. - RELEASE_VERSION=v0.X.X
$ docker compose -f docker-compose-bobaopera.yml pull
$ docker compose -f docker-compose-bobaopera.yml up
For secondary addresses, such as L2 Tokens and Messengers, please see the Bobaopera address registration dump.
ChainID | 301 |
RPC | |
Replica RPC | |
Gateway | |
Blockexplorer | |
Websocket | |
Gas Cap | 50000000 |
Last modified 1mo ago