Skip to content

Commit

Permalink
fix: add v3101 to calamari blockWeightsStore (#776)
Browse files Browse the repository at this point in the history
  • Loading branch information
grenade committed Nov 26, 2021
1 parent 212de6d commit 5bf57b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chains-config/metadata-consts/calamariConsts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { extrinsicBaseWeight } from './substrateConsts';

export const calamariDefinitions: MetadataConsts[] = [
{
runtimeVersions: [1, 2, 3, 4, 3100],
runtimeVersions: [1, 2, 3, 4, 3100, 3101],
extrinsicBaseWeight,
},
];

0 comments on commit 5bf57b4

Please sign in to comment.