@chainflip/rpc 2.2.0-tron-dev.3 → 2.2.0-tron-dev.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/parsers.cjs CHANGED
@@ -331,6 +331,10 @@ const requestSwapParameterEncoding = zod.z.discriminatedUnion("chain", [
331
331
  }),
332
332
  evmBrokerRequestSwapParameterEncoding.extend({ chain: zod.z.literal("Ethereum") }),
333
333
  evmBrokerRequestSwapParameterEncoding.extend({ chain: zod.z.literal("Arbitrum") }),
334
+ evmBrokerRequestSwapParameterEncoding.extend({
335
+ chain: zod.z.literal("Tron"),
336
+ note: hexString
337
+ }),
334
338
  zod.z.object({
335
339
  chain: zod.z.literal("Solana"),
336
340
  program_id: zod.z.string(),