-
Notifications
You must be signed in to change notification settings - Fork 43
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
why are you limiting the app to specific networks? #324
Comments
The app technically works on any EVM network that the safe is deployed. However, we do not host the app in the safe App Store. The App Store is hosted in a different repo (I'll try and remember to post the link here shortly) where the supported networks are configured. If there is a network missing that you're interested I. Having, you are more than welcome to include the necessary content here. Minimal info here is a token list (URL) for that network but I believe the application can even run without a provided token list (its just for displaying token icons). Also, it's nice to include a sample file specific to the network (although we haven't yet made this a requirement either). There is an open issue #321 to include sample files for each network. |
Here is the repo where networks are configured and an example issue to show how new networks are added |
@bh2smith i'm not asking about safe-apps-list |
Ok so I see that it seems you are referring to this network map safe-airdrop/src/hooks/token.ts Lines 13 to 19 in 86de397
Note that we make use of this in a few different places
The second point is merely used in a log message so could be removed, but the first (I would have to ask @schmanu if its actually necessary). We can look into refactoring "hard-coded" network map. We do also hope to introduce sample files for "known" networks. I guess the only problem is item number 1 above which we can try to remove and then you should be free to run this without any hassle on any network! |
I have created a PR that should open this up to all networks. Let me know if it works for you. |
cool thanks |
is there a technical reason why it shouldnt run on any deployment of gnosis safe on any network?
why does it have to support only "official" ones?
The text was updated successfully, but these errors were encountered: