Skip to content

Commit

Permalink
fix: genesis balance
Browse files Browse the repository at this point in the history
  • Loading branch information
mrekucci committed Dec 25, 2024
1 parent d2116db commit ebfaf0c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions infrastructure/nomad/playbooks/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,11 @@
echo "${ALLOC}" | jq --arg address "0x${ADDRESS}" '
. + {
($address): {
{% if profile == 'mainnet' %}
"balance": "0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE4F2FBDFD0B813FFFF"
{% else %}
"balance": "0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD4A51000FDA0FFFF"
{% endif %}
}
}
'
Expand Down

0 comments on commit ebfaf0c

Please sign in to comment.