Config and deploy for manual feed on xdai#245
Draft
alex-cardstack wants to merge 1 commit intomainfrom
Draft
Conversation
The DIA oracle stopped updating, this prepares switching to a manual oracle. If it is necessary to switch, which may not be the case now the oracle is updating again, then: 1. Merge this PR 2. Apply config with `yarn deploy:xdai:config-only` 3. Merge [the relay server PR](https://github.com/cardstack/card-protocol-relay-service/pull/89) 4. Apply relay service config and verify in relay server django admin that the config is correct pointing to the new card oracle Then, reguarly update the price feed with: ```sh export CURRENT_PRICE=219200 env CARD_USD_PRICE=$CURRENT_PRICE yarn deploy:xdai:update-card-price ```
e3aaade to
0696915
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The DIA oracle stopped updating, this prepares switching to a manual oracle.
The new contracts are deployed and configured:
https://blockscout.com/xdai/mainnet/address/0x426558d0cA2f9ec45EbBe4A69Ef10323d5941446/read-proxy#address-tabs
https://blockscout.com/xdai/mainnet/address/0xb62e47A584F9Db9fCbB3241966A12B24dF926261/read-proxy#address-tabs
If it is necessary to switch, which may not be the case now the oracle is updating again,
then:
yarn deploy:xdai:config-onlyThen, reguarly update the price feed with: