diff --git a/package.json b/package.json index cbb7a56a..2e1f54d7 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/utils/blockchain/blockchain.ts b/src/utils/blockchain/blockchain.ts index 969179fa..08ce843f 100644 --- a/src/utils/blockchain/blockchain.ts +++ b/src/utils/blockchain/blockchain.ts @@ -193,6 +193,8 @@ export function getETHAssetID(asset: string): string { return '0014' case 'gunthy': return '0015' + case 'noia': + return '0019' default: return 'ffff' }