Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
github-merge-queue[bot] committed Aug 23, 2024
1 parent e0bc9f1 commit 867e83a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 7 additions & 1 deletion charts/deploy.just
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,8 @@ sequencer_bridge_pkey := "dfa7108e38ab71f89f356c72afc38600d5758f11a8c337164713e4
sequencer_chain_id := "sequencer-test-chain-0"
init-rollup-bridge rollupName=defaultRollupName evmDestinationAddress=evm_destination_address transferAmount=sequencer_transfer_amount:
#!/usr/bin/env bash
set -e
SEQUENCER_FUNDS_PKEY="934ab488f9e1900f6a08f50605ce1409ca9d95ebdc400dafc2e8a4306419fd52"
ASSET="nria"
FEE_ASSET="nria"
Expand All @@ -226,7 +228,7 @@ init-rollup-bridge rollupName=defaultRollupName evmDestinationAddress=evm_destin
--private-key $SEQUENCER_FUNDS_PKEY \
--sequencer.chain-id {{sequencer_chain_id}} \
--sequencer-url {{sequencer_rpc_url}} \
--fee-asset=$FEE_ASSET --asset=$ASSET || exit 1
--fee-asset=$FEE_ASSET --asset=$ASSET


init-ibc-bridge privateKey asset feeAsset rollupName=defaultRollupName:
Expand All @@ -244,6 +246,8 @@ bridge_tx_bytes := "0xf8f280843c54e7f182898594a58639fb5458e65e4fa917ff951c390292
bridge_tx_hash := "0x67db5b0825e8f60b926234e209d54e0336cd94defe6720e7acadf871e0377150"
run-smoke-test:
#!/usr/bin/env bash
set -e
MAX_CHECKS=30

# Checking starting balance
Expand Down Expand Up @@ -341,6 +345,8 @@ delete-smoke-test:
evm_contract_address := "0xA58639fB5458e65E4fA917FF951C390292C24A15"
run-smoke-cli:
#!/usr/bin/env bash
set -e
MAX_CHECKS=30

# Checking starting balance
Expand Down
1 change: 1 addition & 0 deletions charts/ibc-test.just
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ delete:
[no-cd]
run:
#!/usr/bin/env bash
set -e
initial_balance=$(just evm-get-balance {{evm_destination_address}})

Expand Down

0 comments on commit 867e83a

Please sign in to comment.