Skip to content

Commit

Permalink
update blockstores with 9110 runtime (#704)
Browse files Browse the repository at this point in the history
  • Loading branch information
TarikGul committed Oct 11, 2021
1 parent f52fac6 commit 35b7132
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/chains-config/metadata-consts/kusamaConsts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const kusamaDefinitions: MetadataConsts[] = [
{
runtimeVersions: [
2027, 2028, 2029, 2030, 9000, 9010, 9030, 9040, 9050, 9070, 9080, 9090,
9100,
9100, 9110,
],
perClass,
},
Expand Down
1 change: 1 addition & 0 deletions src/chains-config/metadata-consts/polkadotConsts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export const polkadotDefinitions: MetadataConsts[] = [
{
runtimeVersions: [
27, 28, 29, 30, 9000, 9010, 9030, 9033, 9050, 9070, 9080, 9090, 9100,
9110,
],
perClass,
},
Expand Down
1 change: 1 addition & 0 deletions src/chains-config/metadata-consts/westendConsts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export const westendDefinitions: MetadataConsts[] = [
{
runtimeVersions: [
47, 48, 49, 50, 9000, 9010, 9030, 9033, 9050, 9070, 9080, 9090, 9100,
9110,
],
perClass,
},
Expand Down

0 comments on commit 35b7132

Please sign in to comment.