mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-24 22:58:01 +03:00
feat: tickers schema was updated
This commit is contained in:
@@ -5,7 +5,7 @@ export const tickerSchema = z.object({
|
||||
volume24: z.number(),
|
||||
change24: z.number(),
|
||||
lastPrice: z.number(),
|
||||
networks: z.array(z.string()),
|
||||
networks: z.array(z.number()),
|
||||
});
|
||||
|
||||
export const tickersSchema = z.array(tickerSchema);
|
||||
|
||||
Reference in New Issue
Block a user