-
Notifications
You must be signed in to change notification settings - Fork 56
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
Wallet connect & sign arbitrary #268
Conversation
jigar-arc10
commented
Jul 12, 2024
•
edited
Loading
edited
- Wallet Connect
- cosmos-kit integration
- merge current praetor functionality to new wallet connect
- store jwt for process API calls
- public key storage for encrypting things in future
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.
There's a lot of code duplication with deploy Console. We should try and extract what can be re-used between both apps into the ui package or for type a new types package.
customNode: null | ||
}; | ||
|
||
export const SettingsProvider: FC<{ children: ReactNode }> = ({ children }) => { |
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.
I'm not sure you guys need all the logic for custom nodes and list of nodes, but I guess it works without a ui to change it.
@@ -0,0 +1,335 @@ | |||
export interface DeploymentDetail { |
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.
We should extract all the types into a separate package
Let's plan the next phase for extraction and shared packages |