Skip to content

Commit

Permalink
chore: fund test suite's account by default in local-test node (#5935)
Browse files Browse the repository at this point in the history
## Description

Funds account associated with
`de97d8624a438121b86a1956544bd72ed68cd69f2c99555b08b1e8c51ffd511c` which
is used in the test suite. This is done since locally we tend to rely on
ci's initial state which should include this account so that some
deployment transactions (required for updating contract ids) can be
executed.
  • Loading branch information
kayagokalp authored May 23, 2024
1 parent 20e59d3 commit b51bdb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/local-testnode/state_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"output_index": 0,
"tx_pointer_block_height": 0,
"tx_pointer_tx_idx": 0,
"owner": "6b63804cfbf9856e68e5b6e7aef238dc8311ec55bec04df774003a2c96e0418e",
"owner": "de97d8624a438121b86a1956544bd72ed68cd69f2c99555b08b1e8c51ffd511c",
"amount": 1152921504606846976,
"asset_id": "0000000000000000000000000000000000000000000000000000000000000000"
},
Expand Down

0 comments on commit b51bdb2

Please sign in to comment.