StabilityNexus / StabilityNexus/OrbOracle-EVM-Frontend
[BUG]: Token selector shows wrong-chain curated tokens on unsupported networks
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 6
- Forks
- 19
- Avg merge
- 6d 12h
- Merged PRs (30d)
- 3
Description
Bug Description
The token selector falls back to a token list from another chain when the active chain does not have its own curated mapping. For example, on Scroll Sepolia it can show Ethereum
mainnet tokens.
This is misleading because the UI suggests those tokens are valid for the current network, even though they may not be deployed or usable there.
Steps to Reproduce
- Open the Orb frontend on a network such as Scroll Sepolia.
- Go to the oracle creation flow.
- Open the weight token selector.
- Observe that curated tokens from another chain are shown.
- Select one of those tokens and note that it does not actually correspond to the active network.
Logs and Screenshots
No response
Environment Details
No response
Impact
Medium
Code of Conduct
- I have joined the Discord server and will post updates there
- I have searched existing issues to avoid duplicates
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in the token selector used by the oracle creation flow and trace how curated token mappings are selected for the active network. Reproduce the issue on Scroll Sepolia; done when unsupported networks no longer show curated tokens from another chain and selected tokens correspond to the active network.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- nextjs, typescript
- Domain
- blockchain, frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100