Skip to content

Commit aa9b1a3

Browse files
A0-4612: Fix update net test deploy from Testnet to Mainnet (#1962)
# Description With Mainnet v15 release, `chain-bootstrapper` supports only `legacy` or `current`. ## Type of change Please delete options that are not relevant. - New feature (non-breaking change which adds functionality) ## Testing Run https://github.com/Cardinal-Cryptography/aleph-node/actions/runs/14078538853
1 parent d36c3a5 commit aa9b1a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly-update-test-mainnet-testnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
validators: '7'
3434
internal: true
3535
short-session: false
36-
finality-version: '3'
36+
finality-version: 'legacy'
3737

3838
update-featurenet-to-testnet:
3939
needs: [create-featurenet-from-mainnet]

0 commit comments

Comments
 (0)