Skip to content

Commit a45cf13

Browse files
committed
Add support for trac token
1 parent f28fbdb commit a45cf13

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
@@ -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)