pancake-frontend
pancake-frontend copied to clipboard
fix: Update schema.ts for evm in packages
I added a candidatePools type because the branch throws build errors otherwise when tryign to build as the candidatePools type wasn't defined and defaulted to never.
PR-Codex overview
This PR adds a new field candidatePools
to the schema in packages/smart-router/evm/v3-router/schema.ts
.
Detailed summary
- Added
candidatePools
field to the schema insmart-router/evm/v3-router/schema.ts
✨ Ask PR-Codex anything about this PR by commenting with
/codex {your question}