Open
Conversation
Cooper-Kunz
commented
Apr 17, 2026
| - `migration.type = "uniswapV3"` is explicitly unsupported (returns `501 MIGRATION_NOT_IMPLEMENTED`) | ||
| - `governance: false` (or omitted) for no governance | ||
| - `governance: true` (or `{ enabled: true }`) for default token-holder governance (OpenZeppelin Governor) | ||
| - EVM requests continue to use the existing EVM schema. |
| - `pairing?: { numeraireAddress? }` | ||
| - `pricing?: { numerairePriceUsd? }` | ||
| - `governance?: false` | ||
| - `migration?: { type: "noOp" }` |
| - `governance?: false` | ||
| - `migration?: { type: "noOp" }` | ||
| - `auction:` | ||
| - `type: "multicurve"`: |
| - exit/migration behavior: | ||
| - migrate immediately when `maxProceeds` is reached | ||
| - otherwise migrate at auction maturity only if `minProceeds` is reached | ||
| - `type: "xyk"` |
Member
Author
There was a problem hiding this comment.
need more clearly defined types, to add to glossary
|
|
||
| #### Solana request constraints | ||
|
|
||
| - Solana support is create-only in this iteration. |
Member
Author
There was a problem hiding this comment.
standards guidance: always speak as truth, not a stage of iteration
| - if a prior create attempt crashed/restarted after tx submit and left the key `in_progress`, retries fail closed with `409 IDEMPOTENCY_KEY_IN_DOUBT` | ||
| - when `IDEMPOTENCY_REQUIRE_KEY=true` (always true in shared mode), create requests without header return `422 IDEMPOTENCY_KEY_REQUIRED` | ||
| - EVM crash-window retries can return `409 IDEMPOTENCY_KEY_IN_DOUBT` | ||
| - Solana ambiguous confirmation retries can return `409 SOLANA_LAUNCH_IN_DOUBT` |
Member
Author
There was a problem hiding this comment.
in doubt is confusing
| - `SOLANA_KEYPAIR` | ||
| - JSON array of 64 secret-key bytes | ||
| - `SOLANA_CONFIRM_TIMEOUT_MS` | ||
| - `SOLANA_DEVNET_USE_ALT` |
| - `UNAUTHORIZED` | ||
|
|
||
| ### Launch creation and policy | ||
| ### EVM launch creation and policy |
Member
Author
There was a problem hiding this comment.
should just call it launch then per network, don't need to top level differentiate between evm and svm
| mainnetBetaWsUrl?: string; | ||
| keypairBytes?: Uint8Array; | ||
| confirmTimeoutMs: number; | ||
| useAlt: boolean; |
Member
Author
There was a problem hiding this comment.
can likely remove alt?
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds Solana Devnet support for creating assets on Doppler's Solana AMM