Skip to content

Commit 37aed33

Browse files
committed
update to latest nash protocol version and add USDT as currency
1 parent 7355c28 commit 37aed33

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"dependencies": {
6262
"@absinthe/socket": "0.2.1",
6363
"@neon-exchange/nash-perf": "1.0.4",
64-
"@neon-exchange/nash-protocol": "^4.5.1",
64+
"@neon-exchange/nash-protocol": "4.5.4",
6565
"@types/isomorphic-fetch": "0.0.35",
6666
"@types/node": "13.9.8",
6767
"@types/request": "2.48.1",

src/constants/currency.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ export enum CryptoCurrency {
162162
TRAC = 'trac',
163163
TUSD = 'tusd',
164164
USDC = 'usdc',
165+
USDT = 'usdt',
165166
UTD = 'utd',
166167
VEN = 'ven',
167168
VERI = 'veri',

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -738,10 +738,10 @@
738738
node-fetch "2.6.0"
739739
semver "7.3.2"
740740

741-
"@neon-exchange/nash-protocol@^4.5.1":
742-
version "4.5.1"
743-
resolved "https://registry.yarnpkg.com/@neon-exchange/nash-protocol/-/nash-protocol-4.5.1.tgz#b636965645e9c291ca7d42c6f2cee89a973f7450"
744-
integrity sha512-chVTADu2buC6pVBnwpnfFaiUUtpkIFGrjfJy/uGYGr9FrZ4UQRQb7wSrzEhHghUFhVlik4ErSxbcrmOMMDL5yg==
741+
"@neon-exchange/nash-protocol@4.5.4":
742+
version "4.5.4"
743+
resolved "https://registry.yarnpkg.com/@neon-exchange/nash-protocol/-/nash-protocol-4.5.4.tgz#b138fb67bdfc5db48503b280ba793e7d17bf39d3"
744+
integrity sha512-W5mJo/WujGZ/zZZDw/ScOxRK995nUcCRjpGzWpIJCDFnWSKIEZrtyM46PiKhrcGEjgjknPLa8PSAG7PknZsfDw==
745745
dependencies:
746746
bchaddrjs "^0.5.2"
747747
bignumber.js "8.1.1"

0 commit comments

Comments
 (0)