Skip to content

Commit 7dce7a4

Browse files
fix: update meowcoin name
v1.6.1
1 parent 6f95965 commit 7dce7a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperbitjs/chains",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"license": "MIT",
55
"main": "dist/index.js",
66
"typings": "dist/index.d.ts",

src/chains/meowcoin/base.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { Common } from '../../types/base';
22

33
export const common: Common = {
4-
name: 'MeowCoin',
4+
name: 'Meowcoin',
55
unit: 'MEWC',
66
symbol: 'mewc',
77
decimalPlaces: 1e8,

0 commit comments

Comments
 (0)