mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-04-11 05:28:06 +03:00
feat: added fee to eps in swapInfoSchema.ts
This commit is contained in:
@@ -42,6 +42,7 @@ const swapInfoSchemaBase = baseMessageSchema.extend({
|
||||
f: factorySchema, // factory
|
||||
aai: z.string(), // asset address in
|
||||
aao: z.string(), // asset address out
|
||||
fee: z.number(), // fee
|
||||
})),
|
||||
usd: z.object({ // USD info of this swap, nullable
|
||||
aa: z.number().optional(), // available amount in, USD
|
||||
|
||||
Reference in New Issue
Block a user