Skip to content

Commit

Permalink
fix: fix up
Browse files Browse the repository at this point in the history
  • Loading branch information
huyngopt1994 committed Feb 29, 2024
1 parent 7f8f7a0 commit 4728e67
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/migrate-env-for-v0.2.8.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,11 @@ sed -i -e 's/BRIDGE_OPERATOR_PRIVATE_KEY/LISTENERS__RONIN__SECRET__BRIDGEOPERATO
sed -i -e 's/ETHEREUM_ENDPOINT/LISTENERS__ETHEREUM__RPCURL/g' .env

sed -i -e 's/RONIN_RPC/LISTENERS__RONIN__RPCURL/g' docker-compose.yml
sed -i -e 's/RPC_ENDPOINT/LISTENERS__RONIN__RPCURL/g' docker-compose.yml
sed -i -e 's/RONIN_BRIDGE_OPERATOR_KEY/LISTENERS__RONIN__SECRET__BRIDGEOPERATOR__PLAINPRIVATEKEY/g' docker-compose.yml
sed -i -e 's/BRIDGE_OPERATOR_PRIVATE_KEY/LISTENERS__RONIN__SECRET__BRIDGEOPERATOR__PLAINPRIVATEKEY/g' docker-compose.yml
sed -i -e 's/ETHEREUM_RPC/LISTENERS__ETHEREUM__RPCURL/g' docker-compose.yml
sed -i -e 's/ETHEREUM_ENDPOINT/LISTENERS__ETHEREUM__RPCURL/g' docker-compose.yml

echo "-------------------"

Expand Down

0 comments on commit 4728e67

Please sign in to comment.