-
Notifications
You must be signed in to change notification settings - Fork 1
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
Conversation
…r permissions builder
fix permissions import to be local change dotmap to munch.
@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"] |
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.
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 :)
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.
Good advice, will adopt later, just merging this to get this working/base indexed.
Add missing data to AddrBook for flatbook builder and fix filename for permissions builder