Skip to content

Commit

Permalink
fix: network id for briding from PP -> rollup
Browse files Browse the repository at this point in the history
Signed-off-by: Ji Hwan <jkim@polygon.technology>
  • Loading branch information
jhkimqd committed Nov 28, 2024
1 parent 9b27a17 commit c43b33d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ jobs:
- name: Bridge from third PP L2 chain to first Rollup chain.
working-directory: .github/scripts
run: |
echo "Sending a bridge transaction from L1 to the PP network Erigon RPC..."
echo "Sending a bridge transaction from third PP network to the first rollup Erigon RPC..."
originNetworkURL=$(kurtosis port print ${{ env.ENCLAVE_NAME }} cdk-erigon-rpc-003 rpc)
# Deposit Usage: <program_name> <originBridgeAddr> <originAccHexAddress> <originAccHexPrivateKey> <originNetworkURL> <fundsToSend> <destNetwork>
./deposit \
Expand All @@ -416,7 +416,7 @@ jobs:
"0x12d7de8621a77640c9241b2595ba78ce443d05e94090365ab3bb5e19df82c625" \
"http://$originNetworkURL" \
"1231231" \
"3"
"1"
if [[ $ret_code -eq 0 ]]; then
echo "[$(date '+%Y-%m-%d %H:%M:%S')] ✅ Exiting... Deposit Transaction successfuly sent!"
else
Expand Down

0 comments on commit c43b33d

Please sign in to comment.