From b51bdb2c7a3583888dbf30c94240cbad72453b9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kaya=20G=C3=B6kalp?= Date: Thu, 23 May 2024 08:39:59 -0700 Subject: [PATCH] chore: fund test suite's account by default in local-test node (#5935) ## 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. --- .github/workflows/local-testnode/state_config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/local-testnode/state_config.json b/.github/workflows/local-testnode/state_config.json index e71fabb39f0..6870d84d716 100644 --- a/.github/workflows/local-testnode/state_config.json +++ b/.github/workflows/local-testnode/state_config.json @@ -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" },