Skip to content

Commit

Permalink
fix wrong symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
dtmkeng committed Mar 14, 2024
1 parent 252f769 commit 83f6dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dexs/apex/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const symbol: string[] = [...new Set([
'SEIUSDT', 'INJUSDT', 'ENSUSDT',
'1000SATSUSDT', 'PENDLEUSDT', 'GMTUSDT',
'MANTAUSDT', 'LINKUSDT', 'SOLUSDT',
'MATICUSDT', 'STRKUSDT', ',SUIUSDT'
'MATICUSDT', 'STRKUSDT', 'SUIUSDT'
])]
interface IOpenInterest {
id: string;
Expand Down

0 comments on commit 83f6dde

Please sign in to comment.