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