-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add payments.ts in hope to use as converter including token decimals * fetch token data from contract at token address * New TokenInfoProvider hook which offers a method to fetch token info. Either from Tokenlist if it exists or from the contract via web3provider. * Fetched token infos will be added to the token map * introduces strictNullChecks to have a more robust code * fix eslint config to work with prettier * fix file upload bug The fileupload button itself is not an file-input anymore, because the Dropzone wrapped around everything makes the whole area clickable to upload a file anyway. This somehow caused chaos on chrome with multiple file upload windows appearing. closes #63 * allow tokens without symbol * allow tokens without symbol but with decimals in their contract Co-authored-by: schmanu <[email protected]>
- Loading branch information
Showing
17 changed files
with
331 additions
and
195 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
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.