Skip to content

Commit aa608a1

Browse files
committed
fix(cli): carry token scale into generated warp core configs
1 parent a3f5c02 commit aa608a1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

typescript/cli/src/deploy/warp.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,7 @@ function generateTokenConfigs(
450450
standard: tokenTypeToStandard(protocol as ProtocolType, config.type),
451451
tokenType: config.type,
452452
decimals: tokenMetadataMap.getDecimals(chainName)!,
453+
scale: tokenMetadataMap.getScale(chainName),
453454
symbol: config.symbol || tokenMetadataMap.getSymbol(chainName)!,
454455
name: tokenMetadataMap.getName(chainName)!,
455456
addressOrDenom: contracts[chainName],

0 commit comments

Comments
 (0)