You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.
Using the orderwatcher to watch an erc721 I sometimes get an error.
The ERC20 token watcher never gives this.
In this log the 0xa5e5be69c923c701ae6ac8f1f5936af3ae610c68 is the token that I am watching.
here is the log:
UnhandledPromiseRejectionWarning: TypeError: Cannot read property '0xa5e5be69c923c701ae6ac8f1f5936af3ae610c68' of undefined
warning.js:18
at DependentOrderHashesTracker.getDependentOrderHashesByERC721ByMaker (c:\apps\apps\GodsUnchained\gudecks\backend\orderWatcher\node_modules@0x\order-watcher\src\order_watcher\dependent_order_hashes_tracker.ts:41:82)
at OrderWatcher.<anonymous> (c:\apps\apps\GodsUnchained\gudecks\backend\orderWatcher\node_modules@0x\order-watcher\src\order_watcher\order_watcher.ts:400:71)
at step (c:\apps\apps\GodsUnchained\gudecks\backend\orderWatcher\node_modules@0x\order-watcher\lib\src\order_watcher\order_watcher.js:43:23)
at Object.next (c:\apps\apps\GodsUnchained\gudecks\backend\orderWatcher\node_modules@0x\order-watcher\lib\src\order_watcher\order_watcher.js:24:53)
at c:\apps\apps\GodsUnchained\gudecks\backend\orderWatcher\node_modules@0x\order-watcher\lib\src\order_watcher\order_watcher.js:18:71
0xa5e5be69c923c701ae6ac8f1f5936af3ae610c68 is the address of the erc721 contract
The text was updated successfully, but these errors were encountered:
Using the orderwatcher to watch an erc721 I sometimes get an error.
The ERC20 token watcher never gives this.
In this log the 0xa5e5be69c923c701ae6ac8f1f5936af3ae610c68 is the token that I am watching.
here is the log:
0xa5e5be69c923c701ae6ac8f1f5936af3ae610c68 is the address of the erc721 contract
The text was updated successfully, but these errors were encountered: