mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-04-11 13:38:38 +03:00
remove toUpperCase from factory
This commit is contained in:
@@ -37,7 +37,7 @@ const swapInfoSchemaBase = baseMessageSchema.extend({
|
|||||||
p: z.string(), // pool address
|
p: z.string(), // pool address
|
||||||
ai: z.string().toUpperCase(), // asset in
|
ai: z.string().toUpperCase(), // asset in
|
||||||
ao: z.string().toUpperCase(), // asset out
|
ao: z.string().toUpperCase(), // asset out
|
||||||
f: z.string().toUpperCase(), // factory
|
f: z.string(), // factory
|
||||||
}))
|
}))
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user