-
Notifications
You must be signed in to change notification settings - Fork 226
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
chore(fast-usdc): beta oracle addresses #10996
Conversation
Deploying agoric-sdk with
|
Latest commit: |
ce41d7a
|
Status: | ✅ Deploy successful! |
Preview URL: | https://553f6df2.agoric-sdk.pages.dev |
Branch Preview URL: | https://dc-fu-beta.agoric-sdk.pages.dev |
and USDC-on-osmosis is not needed
@@ -80,10 +79,11 @@ export const configurations = { | |||
assetInfo: agoricAssetInfo, | |||
}, | |||
MAINNET: { | |||
// per JVC 12 Feb 2025 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
confirmed
- limit assetInfo in proposal to mimic rest of of test (just usdc on agoric)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. The current CI flake is not appearing when running locally.
Please cherry-pick 07c49fd so we also have the same assetInfo
subset in multichain-testing (this is what I tested against, btw)
refs: #10978
Description
Update OCW addrs
assetInfo need not vary across configurations, so no more "default".
Security Considerations
Production key management considerations apply.
Scaling Considerations
n/a
Documentation Considerations
The addresses of the operators are perhaps worth sharing in the community governance thread.
Testing Considerations
DRY out referenced to old oracle addrs in a test.
Upgrade Considerations
not yet deployed