Skip to content

Commit 3f40a60

Browse files
authored
Merge pull request #27 from nash-io/ts/add-trac
Ts/add trac
2 parents f28fbdb + 5279dc7 commit 3f40a60

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.5"></a>
6+
## [5.1.5](https://github.com/nash-io/api-client-typescript/compare/v5.1.3...v5.1.5) (2020-07-16)
7+
8+
9+
510
<a name="5.1.3"></a>
611
## [5.1.3](https://github.com/nash-io/api-client-typescript/compare/v5.1.1...v5.1.3) (2020-07-10)
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.3",
3+
"version": "5.1.5",
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.5",
65+
"@neon-exchange/nash-protocol": "3.3.7",
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
@@ -157,6 +157,7 @@ export enum CryptoCurrency {
157157
TNC = 'tnc',
158158
TOLL = 'toll',
159159
TOMO = 'tomo',
160+
TRAC = 'trac',
160161
TUSD = 'tusd',
161162
USDC = 'usdc',
162163
UTD = 'utd',

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.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==
787+
"@neon-exchange/nash-protocol@3.3.7":
788+
version "3.3.7"
789+
resolved "https://registry.yarnpkg.com/@neon-exchange/nash-protocol/-/nash-protocol-3.3.7.tgz#c03f9c534189321847123bdd76fbb143399e0685"
790+
integrity sha512-La2iuKtHmJ4yfVrg4s27c4iB5kgZFeiCxOhN+ofCFBqgubp62SGhceZnqRjidKd6bovwik19mRWT5kA+lp/hLQ==
791791
dependencies:
792792
bignumber.js "8.1.1"
793793
bip32 "2.0.3"

0 commit comments

Comments
 (0)