We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a61f903 commit 03eee69Copy full SHA for 03eee69
.github/scripts/wallet/test-send.sh
@@ -32,8 +32,8 @@ RECEIVER=$(cat "$PUBKEY_FILE")
32
# Use minimal amounts to avoid draining the account
33
# 1 nanomina = smallest unit
34
AMOUNT="1"
35
-# 1000000 nanomina = 0.001 MINA (small but acceptable fee)
36
-FEE="1000000"
+# 1000000 nanomina = 0.1 MINA (small but acceptable fee)
+FEE="100000000"
37
38
# Optional memo from environment variable (empty by default)
39
MEMO="${MINA_E2E_TEST_MEMO:-}"
0 commit comments