Skip to content

Commit

Permalink
fix: update meowcoin name
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmcshinsky committed Sep 9, 2024
1 parent 6f95965 commit 4c30033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chains/meowcoin/base.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Common } from '../../types/base';

export const common: Common = {
name: 'MeowCoin',
name: 'Meowcoin',
unit: 'MEWC',
symbol: 'mewc',
decimalPlaces: 1e8,
Expand Down

0 comments on commit 4c30033

Please sign in to comment.