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

268 lines
5.5 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://app.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/"
},
"balancer": {
"name": "Balancer",
"link": "https://app.balancer.fi/#/trade"
},
"threshold": {
"name": "Threshold Network",
"link": "https://dashboard.threshold.network/TBTC/mint"
},
##################
# 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"
},
#######################
# 8. algorand markets
#######################
"algofi": {
"name": "Algofi",
"link": "https://app.algofi.org/"
},
"pact": {
"name": "Pact",
"link": "https://app.pact.fi/"
},
#######################
# 9. aurora markets
#######################
"trisolaris": {
"name": "Trisolaris",
"link": "https://www.trisolaris.io/"
},
#######################
# 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. karura markets
#######################
"karura": {
"name": "Karura",
"link": "https://apps.karura.network"
},
#######################
# 12. celo markets
#######################
"ubeswap": {
"name": "Ubeswap",
"link": "https://app.ubeswap.org/#/swap"
},
"mobius": {
"name": "Mobius",
"link": "https://www.mobius.money/#/swap"
},
"symmetric": {
"name": "Symmetric",
"link": "https://celo.symm.fi/#/trade"
},
#######################
# 15. near markets
#######################
"reffinance": {
"name": "Ref Finance",
"link": "https://app.ref.finance/"
},
#######################
# 16. moonbeam markets
#######################
"stellaswap": {
"name": "StellaSwap",
"link": "https://app.stellaswap.com"
},
"moonwell":{
"name": "Moonwell",
"link": "https://moonwell.fi/artemis/"
},
"beamswap":{
"name": "Beamswap",
"link": "https://app.beamswap.io/"
},
"beamex":{
"name": "Beamex",
"link": "https://beamex.exchange"
},
#######################
# 19. injective markets
#######################
"helix":{
"name": "Helix",
"link": "https://helixapp.com/"
},
#######################
# 22. aptos markets
#######################
"hippo":{
"name": "Hippo",
"link": "https://hippo.space/home"
},
"liquidswap":{
"name": "Liquidswap",
"link": "https://liquidswap.com/#/"
},
"ariesmarkets":{
"name": "Aries Markets",
"link": "https://app.ariesmarkets.xyz/swap"
},
#######################
# 23. arb markets
#######################
"camelot":{
"name": "Camelot",
"link": "https://app.camelot.exchange/"
}
}