-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: load zodiac modules in loader (#358)
* load zodiac modules through loader * remove useZodiacModules hook * remove unused code
- Loading branch information
1 parent
18b75c2
commit c1c6a5f
Showing
6 changed files
with
203 additions
and
174 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
export { fetchZodiacModules, type ZodiacModule } from './fetchZodiacModules' | ||
export { | ||
MULTISEND, | ||
MULTISEND_CALL_ONLY, | ||
queryRolesV1MultiSend, | ||
queryRolesV2MultiSend, | ||
} from './rolesMultisend' | ||
export type { SupportedModuleType } from './types' | ||
export { useZodiacModules } from './useZodiacModules' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.