Skip to content

Commit

Permalink
Merge pull request #25 from nash-io/ts/add-noia-token
Browse files Browse the repository at this point in the history
Ts/add noia token
  • Loading branch information
localhuman authored Oct 27, 2020
2 parents c13fce1 + 05470e1 commit fdd43e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neon-exchange/nash-protocol",
"version": "3.3.11",
"version": "3.3.12",
"description": "TypeScript implementation of Nash crypto routines",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down
2 changes: 2 additions & 0 deletions src/utils/blockchain/blockchain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,8 @@ export function getETHAssetID(asset: string): string {
return '0014'
case 'gunthy':
return '0015'
case 'noia':
return '0019'
default:
return 'ffff'
}
Expand Down

0 comments on commit fdd43e9

Please sign in to comment.