[V2-192] Update polymer testnet deployment#52
Conversation
📝 WalkthroughWalkthroughThe POLYMER_ORACLE contract address is updated for four testnet chains (sepolia, baseSepolia, arbitrumSepolia, optimismSepolia) from ChangesTestnet Oracle Configuration
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
🚀 Preview deployed! Worker: |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@src/lib/config.ts`:
- Around line 53-56: The config contains an oracle contract address
(0xC401b53377b8A71A7cEB820e6a4dC53832343a90) assigned to the sepolia,
baseSepolia, arbitrumSepolia and optimismSepolia keys which has no bytecode on
those testnets; update the values in the
sepolia/baseSepolia/arbitrumSepolia/optimismSepolia entries in this config to
either the correct deployed contract addresses for each testnet or deploy the
contract to those chains and then set the actual deployed addresses, ensuring
the oracle address values match on-chain bytecode before merging.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
New Polymer testnet deployment at
0xC401b53377b8A71A7cEB820e6a4dC53832343a90Summary by CodeRabbit
Release Notes