feat: add beamswap and beamex markets

This commit is contained in:
flisko 2023-08-05 12:13:26 +02:00 committed by Evan Gray
parent a404c72796
commit 5c30c56476
2 changed files with 11 additions and 3 deletions

View File

@ -227,6 +227,14 @@ MARKETS = {
"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
#######################

View File

@ -782,7 +782,7 @@ TOKENS = {
"sol": ["orca", "saber", "tulip", "port", "francium", "raydium","dexlab"],
"oasis": ["yuzu"],
"celo": ["ubeswap"],
"moonbeam": ["stellaswap", "moonwell"],
"moonbeam": ["stellaswap", "moonwell","beamex"],
"algorand": ["algofi", "pact"],
"aptos": ["hippo", "ariesmarkets"],
},
@ -1682,7 +1682,7 @@ TOKENS = {
# "matic": ["quickswap"],
"karura": ["karura"],
"celo": ["ubeswap"],
"moonbeam": ["stellaswap", "moonwell"],
"moonbeam": ["stellaswap", "moonwell","beamswap"],
"aptos": ["hippo", "liquidswap", "ariesmarkets"]
},
"destinations": {
@ -1797,7 +1797,7 @@ TOKENS = {
"coingeckoId": "wrapped-bitcoin",
"logo": "https://etherscan.io/token/images/wbtc_28.png?v=1",
"markets": {
"moonbeam": ["stellaswap", "moonwell"],
"moonbeam": ["stellaswap", "moonwell","beamex"],
"sol": ["orca", "raydium"],
"algorand": ["pact"],
},