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

172 lines
3.4 KiB
Python
Raw Normal View History

MARKETS = {
2022-01-03 08:56:09 -08:00
#################
# 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/"
},
2022-01-03 08:56:09 -08:00
"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/"
},
2022-01-03 08:56:09 -08:00
"orca": {
"name": "Orca",
"link": "https://www.orca.so/"
},
"port": {
"name": "Port",
2022-01-03 08:56:09 -08:00
"link": "https://mainnet.port.finance/#/markets"
},
"raydium": {
"name": "Raydium",
"link": "https://raydium.io/swap/"
},
2022-01-11 23:54:50 -08:00
"solend": {
"name": "Solend",
"link": "https://solend.fi/dashboard"
},
2022-01-03 08:56:09 -08:00
"sunny": {
"name": "Sunny",
"link": "https://app.sunny.ag/"
},
"tulip": {
"name": "Tulip",
"link": "https://tulip.garden/"
},
"larix": {
"name": "Larix",
"link": "https://projectlarix.com/"
},
2022-01-03 08:56:09 -08:00
#################
# 2. eth markets
#################
"aave": {
"name": "Aave",
"link": "https://app.aave.com/"
},
"curve": {
"name": "Curve",
"link": "https://curve.fi/"
},
2022-01-03 08:56:09 -08:00
"sushi": {
"name": "Sushi",
"link": "https://app.sushi.com/"
},
"uniswap": {
"name": "Uniswap",
"link": "https://app.uniswap.org/"
},
2022-01-03 08:56:09 -08:00
##################
# 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"
},
2022-01-03 08:56:09 -08:00
##################
# 4. BSC markets
##################
"pancakeswap": {
"name": "Pancakeswap",
2021-12-28 21:41:19 -08:00
"link": "https://pancakeswap.finance/swap"
},
2022-01-03 08:56:09 -08:00
#####################
# 5. polygon markets
#####################
"quickswap": {
"name": "Quickswap",
"link": "https://quickswap.exchange/"
},
2022-01-03 08:56:09 -08:00
#######################
# 6. avalanche markets
#######################
"traderjoe": {
"name": "Trader Joe",
"link": "https://traderjoexyz.com/#/trade"
},
2022-04-06 06:58:37 -07:00
"pangolin": {
"name": "Pangolin",
"link": "https://app.pangolin.exchange/#/swap"
},
2022-01-05 15:02:50 -08:00
#######################
# 7. oasis markets
#######################
"yuzu": {
"name": "YuzuSwap",
2022-01-05 15:02:50 -08:00
"link": "https://yuzu-swap.com/"
},
"duneswap": {
"name": "Duneswap",
"link": "https://www.duneswap.com/exchange/swap"
},
"gemkeeper": {
"name": "Gemkeeper",
"link": "https://app.gemkeeper.finance/#/swap"
},
#######################
2022-04-29 06:43:48 -07:00
# 10. fantom markets
#######################
"beethovenx": {
"name": "BeethovenX",
"link": "https://beets.fi/#/trade"
},
2022-03-11 13:58:32 -08:00
"spookyswap": {
"name": "SpookySwap",
"link": "https://spookyswap.finance/"
},
"excalibur": {
"name": "Excalibur",
"link": "https://app.excalibur.exchange/"
},
2022-05-06 10:55:44 -07:00
#######################
# 11. aurora markets
#######################
"trisolaris": {
"name": "Trisolaris",
"link": "https://www.trisolaris.io/"
},
2022-04-06 06:58:37 -07:00
}