Skip to content

Commit

Permalink
fix: move locked eth
Browse files Browse the repository at this point in the history
  • Loading branch information
izyak committed Apr 25, 2024
1 parent 244cea6 commit fbe81b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devnet/docker/icon-bsc/scripts/migrate_locked_eth.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ moveLockedEth() {
echo "transferring all locked ETH to ${ADDR}"
cd $CONTRACTS_DIR/solidity/bmc
tx=$(truffle exec --network bsc "$SCRIPTS_DIR"/bts.js \
--method addOwner --addr "${ADDR}")
--method moveLockedEth --addr "${ADDR}")
echo "$tx" >$CONFIG_DIR/tx/moveLockedEth.bts.bsc
}

Expand Down

0 comments on commit fbe81b7

Please sign in to comment.