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

172 lines
3.4 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",
"link": "https://mainnet.port.finance/#/markets"
},
"raydium": {
"name": "Raydium",
"link": "https://raydium.io/swap/"
},
"solend": {
"name": "Solend",
"link": "https://solend.fi/dashboard"
},
"sunny": {
"name": "Sunny",
"link": "https://app.sunny.ag/"
},
"tulip": {
"name": "Tulip",
"link": "https://tulip.garden/"
},
"larix": {
"name": "Larix",
"link": "https://projectlarix.com/"
},
#################
# 2. eth markets
#################
"aave": {
"name": "Aave",
"link": "https://app.aave.com/"
},
"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",
"link": "https://dex.loop.markets/"
},
"astroport": {
"name": "Astroport",
"link": "https://app.astroport.fi/swap"
},
##################
# 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"
},
"pangolin": {
"name": "Pangolin",
"link": "https://app.pangolin.exchange/#/swap"
},
#######################
# 7. oasis markets
#######################
"yuzu": {
"name": "YuzuSwap",
"link": "https://yuzu-swap.com/"
},
"duneswap": {
"name": "Duneswap",
"link": "https://www.duneswap.com/exchange/swap"
},
"gemkeeper": {
"name": "Gemkeeper",
"link": "https://app.gemkeeper.finance/#/swap"
},
#######################
# 10. fantom markets
#######################
"beethovenx": {
"name": "BeethovenX",
"link": "https://beets.fi/#/trade"
},
"spookyswap": {
"name": "SpookySwap",
"link": "https://spookyswap.finance/"
},
"excalibur": {
"name": "Excalibur",
"link": "https://app.excalibur.exchange/"
},
#######################
# 11. aurora markets
#######################
"trisolaris": {
"name": "Trisolaris",
"link": "https://www.trisolaris.io/"
},
}