Skip to content

Commit

Permalink
fix: update meowcoin name
Browse files Browse the repository at this point in the history
v1.6.1
  • Loading branch information
michaelmcshinsky committed Sep 9, 2024
1 parent 6f95965 commit 7dce7a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperbitjs/chains",
"version": "1.6.0",
"version": "1.6.1",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
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 7dce7a4

Please sign in to comment.