Skip to content

Commit

Permalink
fix: tokenId typo
Browse files Browse the repository at this point in the history
  • Loading branch information
devdanco committed Sep 25, 2023
1 parent eb8f538 commit d9b2c5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const mTypes = {
count: "BlockNumber"
},
RpcAssetMetadata: {
token_id: "TokenId",
tokenId: "TokenId",
decimals: "u32",
name: "Vec<u8>",
symbol: "Vec<u8>"
Expand Down

0 comments on commit d9b2c5c

Please sign in to comment.