Skip to content

Commit eadecdd

Browse files
authored
Merge pull request #22 from nash-io/ts/add-erd-support
Ts/add erd support
2 parents f88b80e + 4402314 commit eadecdd

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
<a name="5.1.3"></a>
6+
## [5.1.3](https://github.com/nash-io/api-client-typescript/compare/v5.1.1...v5.1.3) (2020-07-10)
7+
8+
9+
510
<a name="5.1.1"></a>
611
## [5.1.1](https://github.com/nash-io/api-client-typescript/compare/v5.0.35...v5.1.1) (2020-07-09)
712

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@neon-exchange/api-client-typescript",
3-
"version": "5.1.1",
3+
"version": "5.1.3",
44
"description": "Official TypeScript client for interacting with the Nash exchange",
55
"main": "build/main/index.js",
66
"typings": "build/main/index.d.ts",
@@ -62,7 +62,7 @@
6262
"@absinthe/socket": "0.2.1",
6363
"@cityofzion/neon-js": "4.7.2",
6464
"@neon-exchange/nash-perf": "1.0.4",
65-
"@neon-exchange/nash-protocol": "3.3.3",
65+
"@neon-exchange/nash-protocol": "3.3.5",
6666
"@types/isomorphic-fetch": "0.0.35",
6767
"@types/node": "13.9.8",
6868
"@types/request": "2.48.1",

src/constants/currency.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ export enum CryptoCurrency {
5151
ENG = 'eng',
5252
ENJ = 'enj',
5353
EPN = 'epn',
54+
ERD = 'erd',
5455
ETH = 'eth',
5556
EURS = 'eurs',
5657
EXT = 'ext',

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -784,10 +784,10 @@
784784
node-fetch "2.6.0"
785785
semver "7.3.2"
786786

787-
"@neon-exchange/nash-protocol@3.3.3":
788-
version "3.3.3"
789-
resolved "https://registry.yarnpkg.com/@neon-exchange/nash-protocol/-/nash-protocol-3.3.3.tgz#29417e09b1bd6e18f8f8b51a4bf29c4d68fae6d9"
790-
integrity sha512-eVBH6OeOD81aBW4QsJ39AC+P2hh4HBv1bV8LJ9AG3Ty1fsnmEumL1umuhtg66rjmJdg/VIdv0yyoeew/kRq7oQ==
787+
"@neon-exchange/nash-protocol@3.3.5":
788+
version "3.3.5"
789+
resolved "https://registry.yarnpkg.com/@neon-exchange/nash-protocol/-/nash-protocol-3.3.5.tgz#43f247d06378f803884e6c54e24261015df2d351"
790+
integrity sha512-m30MgMzmtSwlNrx26WvFqXcUA1eMMVmHd05NOscItvtLEluYKDIAbDFDe/YhlIOOEEEIJXQaSLuL2BhyiAdWPw==
791791
dependencies:
792792
bignumber.js "8.1.1"
793793
bip32 "2.0.3"

0 commit comments

Comments
 (0)