featL Add more coins and tokens and catch error with token

This commit is contained in:
Nathan Woodburn 2024-04-16 12:56:16 +10:00
parent 61d33381e8
commit 7f4f589d5b
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1
5 changed files with 33 additions and 1 deletions

View File

@ -16,5 +16,8 @@
"STARS": "Stargaze (STARS)",
"INJ": "Injective (INJ)",
"LIKE": "LikeCoin (LIKE)",
"SCRT": "Secret Network (SCRT)"
"SCRT": "Secret Network (SCRT)",
"LTC": "Litecoin (LTC)",
"DOGE": "Dogecoin (DOGE)",
"ALGO": "Algorand (ALGO)"
}

View File

@ -33,5 +33,30 @@
"symbol": "RAY",
"name": "Raydium",
"chain": "SOL"
},
{
"symbol": "UNI",
"name": "Uniswap",
"chain": "ETH"
},
{
"symbol": "AAVE",
"name": "AAVE",
"chain": "ETH"
},
{
"symbol": "1INCH",
"name": "1INCH",
"chain": "ETH"
},
{
"symbol": "PSP",
"name": "ParaSwap",
"chain": "ETH"
},
{
"symbol": "CAKE",
"name": "PancakeSwap",
"chain": "BNB"
}
]

1
.well-known/wallets/ALGO Normal file
View File

@ -0,0 +1 @@
OUWNGLRLAN56VTNI3F4EKISPDIFIF2HMCV3OYS3DER7WXF2LCFMEV2TWPI

1
.well-known/wallets/DOGE Normal file
View File

@ -0,0 +1 @@
DCrBQ3zoy3jBWwwT95tyjBVjYFXLgKS4MC

View File

@ -267,6 +267,8 @@ def donate():
if t['symbol'].upper() == token and t['chain'].upper() == crypto:
token = t
break
if not isinstance(token, dict):
token = None
address = ''
domain = ''