Similar to D14102, this diff moves the token specific urls out of Ticker.js and into its own config.
Details
Details
- Reviewers
bytesofman Fabien - Group Reviewers
Restricted Project - Commits
- rABC76b1f0e05319: [Cashtab] Move the token urls config out of Ticker.js
- grep -r currency.tokenIconSubmitApi src/ and ensure no results
- grep -r currency.tokenIconsUrl src/ and ensure no results
- grep -r currency.tokenDbUrl src/ and ensure no results
- grep -r currency.newTokenDefaultUrl src/ and ensure no results
- npm test
- npm start
- create new token with icon supplied and Document URL left blank, verify new token successfully created, icon displays correctly in app and the default cashtab url is shown in explorer
- calculate new airdrop and ensure successful onchain parsing
- send a token
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
cashtab/src/config/token.js | ||
---|---|---|
7 ↗ | (On Diff #40944) | tokenUrls is redondant here. Either use token, or update the inner keys to not end with Url as well |