Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 'token contract address' -> 'token address' #3653

Merged
merged 4 commits into from
Dec 13, 2023

Conversation

mcmire
Copy link
Contributor

@mcmire mcmire commented Dec 12, 2023

Explanation

A recent change to update TokenRatesController from the CoinGecko API to our own API added code which refers to "token contract addresses". While this is a more accurate name for the hexadecimal string you can use to refer to a token, we consistently use the name "token address" in the code rather than "token contract address", so update these references to be consistent with existing code.

References

This is related to the CoinGecko tickets but is not connected directly to a single ticket. This is just a cleanup PR.

Changelog

(Updated in PR)

Checklist

  • I've updated the test suite for new or updated code as appropriate
  • I've updated documentation (JSDoc, Markdown, etc.) for new or updated code as appropriate
  • I've highlighted breaking changes using the "BREAKING" category above as appropriate

@mcmire mcmire force-pushed the use-token-address-rather-than-token-contract-address branch from 1e01def to f4d4ab4 Compare December 12, 2023 19:29
A recent change to update TokenRatesController from the CoinGecko API to
our own API added code which refers to "token contract addresses". While
this is a more accurate name for the hexadecimal string you can use to
refer to a token, we consistently use the name "token address" in the
code rather than "token contract address", so update these references to
be consistent with existing code.
@mcmire mcmire force-pushed the use-token-address-rather-than-token-contract-address branch from f4d4ab4 to 228b1b4 Compare December 12, 2023 19:35
@mcmire mcmire marked this pull request as ready for review December 12, 2023 19:36
@mcmire mcmire requested a review from a team as a code owner December 12, 2023 19:36
@mcmire mcmire self-assigned this Dec 12, 2023
Gudahtt
Gudahtt previously approved these changes Dec 12, 2023
Copy link
Member

@Gudahtt Gudahtt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@mcmire
Copy link
Contributor Author

mcmire commented Dec 12, 2023

Resolved conflicts ^

@mcmire mcmire merged commit aea9bac into main Dec 13, 2023
136 checks passed
@mcmire mcmire deleted the use-token-address-rather-than-token-contract-address branch December 13, 2023 15:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants