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 9eb673a commit efc25e2Copy full SHA for efc25e2
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@hyperbitjs/chains",
3
- "version": "1.7.1",
+ "version": "1.7.2",
4
"license": "MIT",
5
"main": "dist/index.js",
6
"typings": "dist/index.d.ts",
src/chains/index.ts
@@ -18,6 +18,7 @@ export * from './meowcoin';
18
export * from './monacoin';
19
export * from './namecoin';
20
export * from './navcoin';
21
+export * from './neoxa';
22
export * from './neurai';
23
export * from './nubits';
24
export * from './peercoin';
0 commit comments