-
Notifications
You must be signed in to change notification settings - Fork 47
feat: added custom network button #64
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
base: eternalsafe
Are you sure you want to change the base?
feat: added custom network button #64
Conversation
|
@PatrickAlphaC is attempting to deploy a commit to the Eternal Safe Team on Vercel. A member of the Team first needs to authorize it. |
…ou can use any EVM chain!
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Feat/custom multi send
feat: fixed weird timing issue
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
Thanks for this @PatrickAlphaC! <3 Could you resolve conflicts and fix the CI please (I've just approved it to run)? Or, if you prefer I can have a go at it? |
* Basic setup * Flow working * Fix test * update deps, create 1.4.1 safes and ensure it works on custom networks * update TS * update README env var section --------- Co-authored-by: Devan Non <devanon@chainstride.capital>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
Fixed!... This resulted in a lot of files being changed :/ If this is way too much... Let me know. I understand that this PR is... A lot. |
|
What can we do to get this across the line? This would be a huge boon for networks like Hyperliquid |
What it solves
A UI for adding custom chains. The main safe website doesn't make sense to support this because they would need to setup their transaction service. For our locally running UI, we don't need/care about that.
Additionally, we added a feature for adding custom multi-send so that any EVM chain is compatible with this UI!
Resolves #
#25
How this PR fixes it
2025-04-19.22-04-51.mov
How to test it
create custom chainin the safe dropdownScreenshots
Checklist
I'm working on fixing the custom multi-send contract address next.