-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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: ido-v2-sc #11148
feat: ido-v2-sc #11148
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
7 Skipped Deployments
|
8a0480e
to
d7a5a06
Compare
PR-Codex overview
This PR focuses on enhancing the IDO (Initial DEX Offering) functionality by introducing support for multiple pools, improving user interactions, and refining the contract's ABI. It also adds error handling and updates the structure of various hooks to accommodate the changes.
Detailed summary
ido
address forChainId.BSC_TESTNET
to usegetTestIdoAddress()
.getTestIdoAddress()
function for dynamic address retrieval.useIDOUserInfo
to return information for multiple pools.IDOAddresses
type to supportlpToken0
andlpToken1
.useIDOCurrencies
to handle multiple stake currencies.useIDOClaimCallback
to accept a pool ID.useIDODepositCallback
to accept a pool ID and validate deposit address.useIDOStatus
to return statuses for multiple pools.useIdoPublicData
to handle multiple pools and return their respective data.