Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
zzq0826 committed Aug 13, 2024
1 parent 55048ba commit 91ae067
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ window.REACT_APP_SCROLL_CHAIN = "$REACT_APP_SCROLL_CHAIN";
window.REACT_APP_L1_MESSAGE_QUEUE = "$REACT_APP_L1_MESSAGE_QUEUE";
window.REACT_APP_L1_MESSAGE_QUEUE_WITH_GAS_PRICE_ORACLE = "$REACT_APP_L1_MESSAGE_QUEUE_WITH_GAS_PRICE_ORACLE";
window.REACT_APP_L1_BATCH_BRIDGE_GATEWAY_PROXY_ADDR = "$REACT_APP_L1_BATCH_BRIDGE_GATEWAY_PROXY_ADDR";
window.REACT_APP_L1_GAS_TOKEN_GATEWAY = "$REACT_APP_L1_GAS_TOKEN_GATEWAY"
window.REACT_APP_L1_WRAPPED_TOKEN_GATEWAY = "$REACT_APP_L1_WRAPPED_TOKEN_GATEWAY"
window.REACT_APP_L1_GAS_TOKEN_ADDR = "$REACT_APP_L1_GAS_TOKEN_ADDR"
window.REACT_APP_L1_WETH_ADDR = "$REACT_APP_L1_WETH_ADDR"
EOF

# nginx -g daemon off;
Expand Down

0 comments on commit 91ae067

Please sign in to comment.