diff --git a/package.json b/package.json index 6fc106a..bc92500 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@orionprotocol/sdk", - "version": "0.20.76-rc111", + "version": "0.20.76-rc112", "description": "Orion Protocol SDK", "main": "./lib/index.cjs", "module": "./lib/index.js", diff --git a/src/services/Aggregator/ws/schemas/swapInfoSchema.ts b/src/services/Aggregator/ws/schemas/swapInfoSchema.ts index 48abe19..efd2cf0 100644 --- a/src/services/Aggregator/ws/schemas/swapInfoSchema.ts +++ b/src/services/Aggregator/ws/schemas/swapInfoSchema.ts @@ -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