Update market_urls.py

Updated liquid markets urls for Aptos
This commit is contained in:
sleepycorgi1 2023-04-04 17:21:43 +08:00 committed by Evan Gray
parent 4db50d84f1
commit edc3944731
1 changed files with 15 additions and 1 deletions

View File

@ -122,7 +122,6 @@ MARKETS = {
"name": "Quickswap",
"link": "https://quickswap.exchange/"
},
#######################
# 6. avalanche markets
#######################
@ -230,5 +229,20 @@ 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"
}
}