-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feature/multi safe #52
base: develop
Are you sure you want to change the base?
Conversation
}; | ||
|
||
export const createSafeAddressSlice: StateCreator<SafeAddressSlice, [], [], SafeAddressSlice> = (set) => ({ | ||
safeAddress: "0x1f29deFa8a6472f65e1c86cD8E449cd37c521A41", |
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.
0x08449253561c4515CFba82308c190f9D290D68fB
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.
will be empty once dev is finished
i think a couple endpoints dont work yet, couldnt see the users in the table, also getting key collision errors when logging in, but i guess its still a wip |
fixed |
Allows for user to connect to multiple different safes and create their own safe from the frontend.