Skip to content

Commit e5f40c5

Browse files
committed
Add ERD (erc20) token support
1 parent f88b80e commit e5f40c5

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