Skip to content

Commit

Permalink
add back native token config as its required for staking
Browse files Browse the repository at this point in the history
  • Loading branch information
gatsbyz committed Jun 13, 2023
1 parent 85c670b commit 3ce3ff2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.nightly.devnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@ jobs:
--block-gas-limit {{ block_gas_limit }} \
--block-time {{ block_time }}s \
{% for item in hostvars %}{% if (hostvars[item].tags.Role == "validator") %} --validators /dns4/{{ hostvars[item].tags["Name"] }}/tcp/{{ edge_p2p_port }}/p2p/$(cat {{ hostvars[item].tags["Name"] }}.json | jq -r '.[0].node_id'):$(cat {{ hostvars[item].tags["Name"] }}.json | jq -r '.[0].address' | sed 's/^0x//'):$(cat {{ hostvars[item].tags["Name"] }}.json | jq -r '.[0].bls_pubkey') {% endif %}{% endfor %} \
--epoch-size 10
--epoch-size 10 \
--native-token-config MyToken:MTK:18:true:0x0000000000000000000000000000000000001010
polygon-edge polybft stake-manager-deploy \
--jsonrpc {{ rootchain_json_rpc }} \
Expand Down

0 comments on commit 3ce3ff2

Please sign in to comment.