Skip to content

Commit

Permalink
Merge pull request #123 from subquery/fix-bittensor-chainType
Browse files Browse the repository at this point in the history
fix bittensor chainType
  • Loading branch information
yoozo authored Sep 27, 2024
2 parents 9dca4aa + 39fd305 commit d00d9e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bittensor/bittensor-starter/src/chaintypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ const definitions: OverrideBundleDefinition = {
],
};

export default definitions;
export default { typesBundle: definitions };

0 comments on commit d00d9e8

Please sign in to comment.