Skip to content

Commit

Permalink
chore: update helper script parameters in example move project
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoks committed Mar 25, 2024
1 parent 60f27ab commit e6b9e48
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/bin/bash
cd $(dirname $0)
# Our students who want to rent a dorm together.
ALICE=5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
CHARLIE=5FLSigC9HGRKVhB9FiEo4Y3koPsNmBmLJbpXg2mp1hXcS59Y
EVE=5HGjWAeFDfFCWPsjFQdVV2Msvz2XtMktvgocEZcCj68kUMaw

STUDENTS=5D6pX37Vm8umrtaBah3q7unW3zuatQ3wJrpsXVsi8xxeBJgB

# Estimate needed gas for a single script execution.
smove node rpc estimate-gas-execute-script -a $ALICE -s build/multiple-signers/script_transactions/rent_apartment.mvt --cheque-limit 100000000000000

0 comments on commit e6b9e48

Please sign in to comment.