-
-
Notifications
You must be signed in to change notification settings - Fork 208
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding ERC721 detection to TokensController (#524)
* adding ERC721 detection to TokensController * modifying provider and config/state initialization * add watchAsset tests * lint fixes * add more tests related to new functionality to TokensController * addressing feedback * lint * fixing tests and try/catch * small addition to allow pre-ignoring tokens * remove await from stubs and lint * removing redundant tests * mistaken change to package.json * clean up isERC721 flag tests + add conditional block to enhance our check of contract-maps in _detectERC721
- Loading branch information
Showing
7 changed files
with
1,136 additions
and
120 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.