Skip to content

Commit e3ea539

Browse files
committed
Update pool_creation.sh
1 parent 72aa94b commit e3ea539

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pool_creation.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
set -e
44

55
# Variables
6+
MASTER_SEED="0x"
67
USER="ubuntu"
78
PASSWORD_FILE="/home/$USER/password.txt"
89
SECRET_DIR="/home/$USER/.secrets"
@@ -228,7 +229,7 @@ fund_account() {
228229
account=$(cat "$SECRET_DIR/account.txt")
229230
curl -X POST https://api.node3.functionyard.fula.network/account/fund \
230231
-H "Content-Type: application/json" \
231-
-d "{\"seed\": \"$secret_seed\", \"amount\": 1000000000000000000, \"to\": \"$account\"}"
232+
-d "{\"seed\": \"$MASTER_SEED\", \"amount\": 1000000000000000000, \"to\": \"$account\"}"
232233
}
233234

234235
# Function to create a pool

0 commit comments

Comments
 (0)