We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f95965 commit 7dce7a4Copy full SHA for 7dce7a4
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@hyperbitjs/chains",
3
- "version": "1.6.0",
+ "version": "1.6.1",
4
"license": "MIT",
5
"main": "dist/index.js",
6
"typings": "dist/index.d.ts",
src/chains/meowcoin/base.ts
@@ -1,7 +1,7 @@
import { Common } from '../../types/base';
export const common: Common = {
- name: 'MeowCoin',
+ name: 'Meowcoin',
unit: 'MEWC',
symbol: 'mewc',
7
decimalPlaces: 1e8,
0 commit comments