Signed-off-by: microwavedcola1 <microwavedcola@gmail.com>
This commit is contained in:
microwavedcola1 2024-05-06 08:16:44 +02:00
parent 82159d9284
commit 4a572bacb2
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@ async function updateSpotMarkets(): Promise<void> {
.map((banks) => banks[0])
.sort((a, b) => a.name.localeCompare(b.name))
.forEach(async (bank) => {
// todo need to create wsol ata
if (bank.name == 'SOL') {
return;
}