Skip to content

[FEAT] Support the FeedRegistry on BSC #6807

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

Closed
wmitsuda opened this issue Jun 20, 2022 · 3 comments
Closed

[FEAT] Support the FeedRegistry on BSC #6807

wmitsuda opened this issue Jun 20, 2022 · 3 comments

Comments

@wmitsuda
Copy link

According to the docs, Chainlink currently only supports the FeedRegistry contract on ethereum mainnet and kovan.

Some BSC users of my project would like to see token prices in USD, but it is not possible since there is no feed registry.

@PatrickAlphaC
Copy link
Contributor

You can still use the price feeds contracts, but you'd just need to get the contract addresses outside the registry.

https://docs.chain.link/docs/bnb-chain-addresses/

@wmitsuda
Copy link
Author

yes, I know that, the point of this issue is to ask for the FeedRegistry to be available on bsc, I don’t want to get the addresses outside the registry and have to hardcode them

could you reopen it?

@PatrickAlphaC
Copy link
Contributor

Ah, I see. I'm leaving it closed and adding the "needs votes" label for others to upvote it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants
@wmitsuda @PatrickAlphaC and others