Skip to content

Commit

Permalink
Fixing wei usage error
Browse files Browse the repository at this point in the history
  • Loading branch information
erdimaden committed Jun 19, 2024
1 parent 99ae697 commit b9b254e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coinbase/asset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export class Asset {
static async fetch(networkId: string, assetId: string) {
const asset = await Coinbase.apiClients.asset!.getAsset(
Coinbase.normalizeNetwork(networkId),
assetId,
Asset.primaryDenomination(assetId),
);
return Asset.fromModel(asset?.data, assetId);
}
Expand Down

0 comments on commit b9b254e

Please sign in to comment.