Skip to content
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(metadata-service): Fetch Asset information from MetadataService #710

Merged
merged 2 commits into from
Oct 15, 2024

Conversation

jaredvu
Copy link
Contributor

@jaredvu jaredvu commented Oct 15, 2024

Add new AssetMetadataProcessor and AppConfig flag

@@ -55,7 +55,8 @@ class V4StateManagerConfigs(
"status":"/v1/status"
},
"configs":{
"markets":"/configs/markets.json"
"markets":"/configs/markets.json",
"assets": "https://66iv2m87ol.execute-api.ap-northeast-1.amazonaws.com/mainnet/metadata-service/v1/info"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you think it's better to put this into env.json? In case the host ever changes, we can just update the config json. Assets are essential to the app.

@jaredvu jaredvu merged commit 6d4dadf into main Oct 15, 2024
3 checks passed
@jaredvu jaredvu deleted the jv/assetMetadata branch October 15, 2024 21:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants