Skip to content

Commit

Permalink
[Chore] Fix GWei Transfers Asset Id
Browse files Browse the repository at this point in the history
  • Loading branch information
John-peterson-coinbase committed Jun 3, 2024
1 parent 048c586 commit e599637
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/coinbase/address.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ export class Address {
const normalizedAssetId = ((): string => {
switch (assetId) {
case Coinbase.assets.Gwei:
return Coinbase.assets.Eth;
case Coinbase.assets.Wei:
return Coinbase.assets.Eth;
default:
Expand Down

0 comments on commit e599637

Please sign in to comment.