File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 11NEXT_PUBLIC_L1_CHAIN_ID=11155111
22NEXT_PUBLIC_L1_CHAIN_NAME="Sepolia"
3- NEXT_PUBLIC_L1_RPC_URL=https://sepolia.infura.io/v3/<INFURA_PROJECT_ID>
3+ # WARNING: The RPC URL is exposed to the browser client. We recommend using a public RPC URL.
4+ NEXT_PUBLIC_L1_RPC_URL=https://rpc.ankr.com/eth_sepolia
45NEXT_PUBLIC_L1_EXPLORER_URL=https://sepolia.etherscan.io/
56NEXT_PUBLIC_L2_CHAIN_ID=11155420
67NEXT_PUBLIC_L2_CHAIN_NAME="Optimism Sepolia"
Original file line number Diff line number Diff line change @@ -96,9 +96,13 @@ l2-bridge-deploy-l1-multicall:
9696 @$(CURDIR ) /scripts/l2-bridge/l2-bridge-deploy-l1-multicall.sh
9797.PHONY : l2-bridge-deploy-l1-multicall
9898
99+ # # Set the environment variables for the OP Bridge UI
100+ l2-bridge-set-env :
101+ @$(CURDIR ) /scripts/l2-bridge/l2-bridge-set-env.sh
102+ .PHONY : l2-bridge-set-env
103+
99104# # Launch the OP Bridge UI
100105l2-bridge-start :
101- @$(CURDIR ) /scripts/l2-bridge/l2-bridge-set-env.sh
102106 @docker compose -f docker/docker-compose-l2.yml up -d op-bridge-ui
103107.PHONY : l2-bridge-start
104108
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ set -euo pipefail
55echo " Stopping and removing OP chain containers..."
66docker compose -f docker/docker-compose-l2.yml down
77
8- # Remove the .deploy directory
9- rm -rf " $( pwd) /.deploy"
8+ # Remove(Move) the .deploy directory
9+ sudo mv " $( pwd) /.deploy" " $( pwd ) /.deploy-deprecated- $( date +%Y%m%d%H%M%S ) "
1010
1111# Remove the op-chain-deployment volume
1212echo " Removing the op-chain-deployment volume..."
You can’t perform that action at this time.
0 commit comments