git.delta.rocks / unique-network / refs/commits / 9fe4c05e564b

difftreelog

add address for opal for fork update

Konstantin Astakhov2022-08-15parent: #a9fae34.patch.diff
in: master

1 file changed

modified.github/workflows/fork-update-withdata.ymldiffbeforeafterboth
45 uses: fabiocaccamo/create-matrix-action@v245 uses: fabiocaccamo/create-matrix-action@v2
46 id: create_matrix46 id: create_matrix
47 with:47 with:
48 matrix: |48 matrix: |
49 network {Opal}, runtime {opal}, features {opal-runtime}, mainnet_branch {${{ env.OPAL_MAINNET_TAG }}}, fork_from_address {}49 network {Opal}, runtime {opal}, features {opal-runtime}, mainnet_branch {${{ env.OPAL_MAINNET_TAG }}}, fork_from_address {wss://eu-ws-opal.unique.network:443}
50 network {Quartz}, runtime {quartz}, features {quartz-runtime}, mainnet_branch {${{ env.QUARTZ_MAINNET_TAG }}}, fork_from_address {wss://eu-ws-quartz.unique.network:443}50 network {Quartz}, runtime {quartz}, features {quartz-runtime}, mainnet_branch {${{ env.QUARTZ_MAINNET_TAG }}}, fork_from_address {wss://eu-ws-quartz.unique.network:443}
51 network {Unique}, runtime {unique}, features {unique-runtime}, mainnet_branch {${{ env.UNIQUE_MAINNET_TAG }}}, fork_from_address {wss://eu-ws.unique.network:443}51 network {Unique}, runtime {unique}, features {unique-runtime}, mainnet_branch {${{ env.UNIQUE_MAINNET_TAG }}}, fork_from_address {wss://eu-ws.unique.network:443}
5252
5353
5454