Deployment Guide
Last updated
Last updated
In previous steps, we deployed the Thanos chain with the Thanos stack. Now, we are ready to deploy the op bridge, through which the users can seamlessly move assets between the L1 chain and the L2 chain, which was deployed in previous steps.
This bridge supports users to deposit and withdraw ETH, Native token, USDT, and USDC through minimized and lightweight User interface.
In this guide, you will learn how to deploy op bridge by following the structured approach.
The deployment process involves a few phases and is quite simple:
Prerequisite: Make sure that you get the necessary network configuration info and contract addresses from the previous deployment process and that the latest public bridge Docker image is in the Docker Hub.
Deployment: This step guides you to deploy the op bridge using the helm chart, simplifying the deployment process.
Make sure that you’ve got the necessary network info and contract addresses from the previous network deployment.
Make sure that there is a docker image for bridge application .
Add Helm chart
Search thanos-stack repo
You can check that the thanos-stack chart includes op-bridge.
Make values.yaml file
You can check the value file needed to deploy op-bridge at the link below.
Deploy op-bridge
Create namespace
e.g.
Deploy charts with values.yaml
e.g.
Check you Release
e.g.
Check your pods
Check your service
The bridge service is provided on port 3000.
You can enable ingress using the following options in values.yaml file.
Delete op-bridge
e.g.
Link:
The values.yaml file currently used for is as follows.