Skip to content

fix(genesis): add missing AlphaUSD-LinkingUSD liquidity pool and fix token order#781

Merged
fgimenez merged 2 commits intomainfrom
fgimenez/genesis-mint-liquidity
Nov 7, 2025
Merged

fix(genesis): add missing AlphaUSD-LinkingUSD liquidity pool and fix token order#781
fgimenez merged 2 commits intomainfrom
fgimenez/genesis-mint-liquidity

Conversation

@fgimenez
Copy link
Copy Markdown
Member

@fgimenez fgimenez commented Nov 7, 2025

Fixes two issues in genesis FeeAMM pool creation:

  • missing AlphaUSD-LinkingUSD liquidity pool - without this, users with the default token (AlphaUSD) cannot pay fees to validators (who use LinkingUSD)

  • incorrect token parameter order - pools were created with swapped userToken/validatorToken parameters, causing the pools to have backwards directionality (validatorToken -> userToken instead of userToken -> validatorToken)

@fgimenez fgimenez requested review from 0xKitsune and klkvr November 7, 2025 13:11
@fgimenez fgimenez added the C-Bug An unexpected or incorrect behavior label Nov 7, 2025
@fgimenez fgimenez changed the title fix(genesis): add missing AlphaUSD-LinkingUSD liquidity pool fix(genesis): add missing AlphaUSD-LinkingUSD liquidity pool and fix token order Nov 7, 2025
@fgimenez fgimenez merged commit 69d7d3e into main Nov 7, 2025
16 of 17 checks passed
@fgimenez fgimenez deleted the fgimenez/genesis-mint-liquidity branch November 7, 2025 15:52
unbalancedparentheses pushed a commit to unbalancedparentheses/tempo that referenced this pull request Feb 23, 2026
…token order (tempoxyz#781)

Fixes two issues in genesis FeeAMM pool creation:

- missing AlphaUSD-LinkingUSD liquidity pool - without this, users with
the default token (AlphaUSD) cannot pay fees to validators (who use
LinkingUSD)

- incorrect token parameter order - pools were created with swapped
userToken/validatorToken parameters, causing the pools to have backwards
directionality (validatorToken -> userToken instead of userToken ->
validatorToken)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

C-Bug An unexpected or incorrect behavior

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants