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

Fix Github Actions #73

Merged
merged 8 commits into from
Jul 27, 2023
Merged

Fix Github Actions #73

merged 8 commits into from
Jul 27, 2023

Conversation

Tritium-VLK
Copy link
Member

Add missing data to AddrBook for flatbook builder and fix filename for permissions builder

@Tritium-VLK Tritium-VLK requested a review from SHAKOTN July 25, 2023 23:23
@Tritium-VLK
Copy link
Member Author

@SHAKOTN I merged my permissions stuff and tinkered with the actions againt o get them working.

I'm trying to understand where to put these constants with github repo locations. Would love to hear your thoughts.

"https://raw.githubusercontent.com/BalancerMaxis/bal_addresses/main/extras/chains.json"
).json())
CHAIN_IDS_BY_NAME = chains["CHAIN_IDS_BY_NAME"]
Copy link
Member

Choose a reason for hiding this comment

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

If you were saying that CHAIN_IDS_BY_NAME is a constant, it is not. It's actually a dict from dynamically fetched data. I recommend keeping it within the class then, but just make it lowercase :)

Copy link
Member Author

Choose a reason for hiding this comment

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

Good advice, will adopt later, just merging this to get this working/base indexed.

@Tritium-VLK Tritium-VLK merged commit 728509a into main Jul 27, 2023
0 of 2 checks passed
@Tritium-VLK Tritium-VLK deleted the fix_actions branch July 28, 2023 22:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants