Skip to content

Commit 06e716d

Browse files
committed
fix: remove duplicate exports
1 parent 4a7b16c commit 06e716d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

examples/chain-template-spawn/utils/contract.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,6 @@ export const getExplorerLink = (chain: Chain, txHash: string) => {
5656
return `${txPageLink.replace('${txHash}', txHash)}`;
5757
};
5858

59-
export const getExponentFromAsset = (asset: Asset) => {
60-
return asset.denom_units.find((unit) => unit.denom === asset.display)
61-
?.exponent;
62-
};
63-
6459
export const bytesToKb = (bytes: number) => {
6560
return BigNumber(bytes)
6661
.dividedBy(1000)

0 commit comments

Comments
 (0)