-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
feat(plugin): add bob launchpad to icp package. #714
base: develop
Are you sure you want to change the base?
feat(plugin): add bob launchpad to icp package. #714
Conversation
@@ -139,7 +167,7 @@ export const executeCreateToken: Action = { | |||
website: response.website, | |||
twitter: response.twitter, | |||
telegram: response.telegram, | |||
}); | |||
}, 'launch-bob'); |
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.
why is this hard coded?
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.
launch.bob.fun is the most widely used launchpad on ICP, so it felt logical to set it as the default.
twitter: unwrapOption(ok.twitter), | ||
website: unwrapOption(ok.website), | ||
telegram: unwrapOption(ok.telegram), | ||
}), |
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.
why are these taken out in this branch?
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.
Added back.
@bob-robert-ai there are some conflicts with some other ICP-related create token functionality, would you mind reviewing that? |
Just fixed the conflicts, could you take a look? |
42d7c55
to
6dc98f8
Compare
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.
Low risk, ready to merge, integration test failing because develop
is broken
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.
Did a more thorough review. looks like competition between PickPump and LaunchBob... please submit a proper PR than trying to force replace yours!
Add https://launch.bob.fun, the most popular launchpad platform on ICP to the ICP package.
Relates to:
Following this PR: #357
Risks
Low