Add Orange network to EVM contract addresses#950
Add Orange network to EVM contract addresses#950devin-ai-integration[bot] wants to merge 2 commits intomainfrom
Conversation
- Added Orange (Avalanche subnet) to the mainnet EVM networks list - Contract address: 0x2880aB155794e7179c9eE2e38200202908C17B43 - Explorer: https://subnets.avax.network/orange Co-Authored-By: aditya@dourolabs.xyz <aditya@dourolabs.xyz>
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-Authored-By: aditya@dourolabs.xyz <aditya@dourolabs.xyz>
CI Status UpdateAll critical checks have passed:
However, the "Vercel – documentation" check is failing. This appears to be a separate Vercel project under Question for maintainers: Is the "Vercel – documentation" check still required, or is it a legacy/stale check that can be removed or marked as optional? The code changes are minimal (single line added to a markdown table), the local build passes, and the main Vercel deployment succeeded. The failing check appears to be a CI configuration issue rather than a code problem. |
Description
Added Orange network (Avalanche subnet) to the list of supported EVM mainnet networks in the Pyth price feeds documentation. The network recently went to mainnet and the Pyth contract has been deployed at address
0x2880aB155794e7179c9eE2e38200202908C17B43.Link to Devin run: https://app.devin.ai/sessions/160d24fb139e4e519d404a437f54658e
Requested by: aditya@dourolabs.xyz (aditya@dourolabs.xyz)
Type of Change
Areas Affected
pages/price-feeds/core/contract-addresses/evm.mdx- Added Orange network entry to mainnet EVM networks tableChecklist
pre-commit run --all-filesto check for linting errorsHuman Review Checklist
Please verify:
0x2880aB155794e7179c9eE2e38200202908C17B43is correct for Orange network mainnethttps://subnets.avax.network/orange/address/...is the correct format for Avalanche subnet explorersAdditional Notes