-
Notifications
You must be signed in to change notification settings - Fork 1
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
rebased merkl-lite sync #56
base: main
Are you sure you want to change the base?
Conversation
* Merge remote-tracking branch 'merkl-app/main' * update dappkit * lint
merkl.config.ts
Outdated
@@ -142,12 +144,20 @@ export default createConfig({ | |||
protocols: { | |||
icon: "RiVipCrown2Fill", | |||
route: "/protocols", | |||
<<<<<<< HEAD |
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.
merge conflicts here
name: "Merkl Lite", | ||
description: "Merkl Lite", | ||
url: "https://app.merkl.xyz", | ||
name: "Puffer", |
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.
Shouldn't we keep Merkl infos as default instead of puffers ones?
merkl.config.ts
Outdated
@@ -142,33 +147,33 @@ export default createConfig({ | |||
protocols: { | |||
icon: "RiVipCrown2Fill", | |||
route: "/protocols", | |||
key: uuidv4(), |
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 keep import { v4 as uuidv4 } from "uuid";
uuidv4() as the previous JS native function crypto.randomUUID() generates error due to retro-compatibiltiy.
* Sync Merkl-app * lint
* Fork rebasing * chore: update @merkl/api version and refactor various components and services
* Merge remote-tracking branch 'merkl-app/main' * update dappkit * lint
No description provided.