Skip to content

Commit

Permalink
fix(txwrapper-dev): fix tokenDecimals value of westend registry
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilIvanichkovv committed Jul 3, 2023
1 parent edbd288 commit c18e2c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/txwrapper-dev/src/registries/westendRegistry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export function getRegistryWestend(
return mockGetRegistryBase({
chainProperties: {
ss58Format: 0,
tokenDecimals: 10,
tokenDecimals: 12,
tokenSymbol: 'WND',
},
specTypes: getSpecTypes(
Expand Down

0 comments on commit c18e2c4

Please sign in to comment.