wormhole-token-list/src/config/market_urls.py

121 lines
2.3 KiB
Python

MARKETS = {
#################
# 1. sol markets
#################
"aldrin": {
"name": "Aldrin",
"link": "https://dex.aldrin.com/pools"
},
"almond": {
"name": "Almond",
"link": "https://almond.so/"
},
"apricot": {
"name": "Apricot",
"link": "https://app.apricot.one/"
},
"atrix": {
"name": "Atrix",
"link": "https://app.atrix.finance/"
},
"dexlab": {
"name": "Dexlab",
"link": "https://trade.dexlab.space/"
},
"francium": {
"name": "Francium",
"link": "https://francium.io/app/invest/farm"
},
"saber": {
"name": "Saber",
"link": "https://www.saber.so/"
},
"mercurial": {
"name": "Mercurial",
"link": "https://mercurial.finance/"
},
"jupiter": {
"name": "Jupiter",
"link": "https://jup.ag/"
},
"orca": {
"name": "Orca",
"link": "https://www.orca.so/"
},
"port": {
"name": "Port Finance",
"link": "https://mainnet.port.finance/#/markets"
},
"raydium": {
"name": "Raydium",
"link": "https://raydium.io/swap/"
},
"sunny": {
"name": "Sunny",
"link": "https://app.sunny.ag/"
},
"tulip": {
"name": "Tulip",
"link": "https://tulip.garden/"
},
#################
# 2. eth markets
#################
"curve": {
"name": "Curve",
"link": "https://curve.fi/"
},
"sushi": {
"name": "Sushi",
"link": "https://app.sushi.com/"
},
"uniswap": {
"name": "Uniswap",
"link": "https://app.uniswap.org/"
},
##################
# 3. terra markets
##################
"anchor": {
"name": "Anchor",
"link": "https://app.anchorprotocol.com/"
},
"loop": {
"name": "Loop Markets",
"link": "https://dex.loop.markets/"
},
##################
# 4. BSC markets
##################
"pancakeswap": {
"name": "Pancakeswap",
"link": "https://pancakeswap.finance/swap"
},
#####################
# 5. polygon markets
#####################
"quickswap": {
"name": "Quickswap",
"link": "https://quickswap.exchange/"
},
#######################
# 6. avalanche markets
#######################
"traderjoe": {
"name": "Trader Joe",
"link": "https://traderjoexyz.com/#/trade"
},
#######################
# 7. oasis markets
#######################
"yuzu": {
"name": "Yuzu Swap",
"link": "https://yuzu-swap.com/"
},
}