Skip to content

Commit bbd9f3a

Browse files
committed
Asset Hubs renaming
1 parent 89fe4b5 commit bbd9f3a

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/cumulus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ jobs:
3737
- category: contracts
3838
runtime: contracts-rococo
3939
- category: assets
40-
runtime: statemine
40+
runtime: asset-hub-kusama
4141
- category: assets
42-
runtime: statemint
42+
runtime: asset-hub-polkadot
4343
- category: starters
4444
runtime: shell
4545
name: Build ${{ matrix.category }}/${{ matrix.runtime }}

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Make sure you store the yml files shown below in your repository under `.github/
7272
runs-on: ubuntu-latest
7373
strategy:
7474
matrix:
75-
chain: ["statemine", "westmint"]
75+
chain: ["asset-hub-kusama", "asset-hub-westend"]
7676
steps:
7777
- uses: actions/checkout@v3
7878
- name: Srtool build
@@ -125,7 +125,7 @@ Make sure you store the yml files shown below in your repository under `.github/
125125
runs-on: ubuntu-latest
126126
strategy:
127127
matrix:
128-
chain: ["statemine", "westmint"]
128+
chain: ["asset-hub-kusama", "asset-hub-westend"]
129129
steps:
130130
- uses: actions/checkout@v3
131131
- name: Srtool build
@@ -158,7 +158,7 @@ Make sure you store the yml files shown below in your repository under `.github/
158158
runs-on: ubuntu-latest
159159
strategy:
160160
matrix:
161-
chain: ["statemine", "westmint"]
161+
chain: ["asset-hub-kusama", "asset-hub-westend"]
162162
steps:
163163
- uses: actions/checkout@v3
164164
- name: Srtool build
@@ -187,7 +187,7 @@ Make sure you store the yml files shown below in your repository under `.github/
187187
runs-on: ubuntu-latest
188188
strategy:
189189
matrix:
190-
chain: ["statemine", "westmint"]
190+
chain: ["asset-hub-kusama", "asset-hub-westend"]
191191
steps:
192192
- uses: actions/checkout@v3
193193
- name: Srtool build

examples/01_basic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
chain: ["statemine", "westmint"]
10+
chain: ["asset-hub-kusama", "asset-hub-westend"]
1111
steps:
1212
- uses: actions/checkout@v3
1313
- name: Srtool build

examples/03_artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
chain: ["statemine", "westmint"]
10+
chain: ["asset-hub-kusama", "asset-hub-westend"]
1111
steps:
1212
- uses: actions/checkout@v3
1313
- name: Srtool build

examples/05_build_opts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
chain: ["statemine", "westmint"]
10+
chain: ["asset-hub-kusama", "asset-hub-westend"]
1111
steps:
1212
- uses: actions/checkout@v3
1313
- name: Srtool build

examples/06_parachain_overrides.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
chain: ["statemine", "westmint"]
10+
chain: ["asset-hub-kusama", "asset-hub-westend"]
1111
steps:
1212
- uses: actions/checkout@v3
1313
- name: Srtool build

0 commit comments

Comments
 (0)