Update token_data.py

Updated liquid markets for algorand
This commit is contained in:
sleepycorgi1 2023-03-16 00:15:25 +08:00 committed by Evan Gray
parent eb6e08b2db
commit 68a8bb8868
1 changed files with 6 additions and 1 deletions

View File

@ -715,7 +715,7 @@ TOKENS = {
"oasis": ["yuzu"],
"celo": ["ubeswap"],
"moonbeam": ["stellaswap", "moonwell"],
"algorand": ["algofi"],
"algorand": ["algofi", "pact"],
},
"destinations": {
"sol": {
@ -1650,6 +1650,7 @@ TOKENS = {
"markets": {
"moonbeam": ["stellaswap", "moonwell"],
"sol": ["orca", "raydium"],
"algorand": ["pact"],
},
"destinations": {
"sol": {
@ -1671,6 +1672,10 @@ TOKENS = {
"moonbeam": {
"address": "0xE57eBd2d67B462E9926e04a8e33f01cD0D64346D",
"decimals": 8
},
"algorand": {
"address": "1058926737",
"decimals": 8
}
},
"sourceDecimals": 8