@chainflip/rpc 1.8.4 → 1.8.6

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
@@ -156,7 +156,8 @@ var brokerRequestSwapDepositAddress = _zod.z.object({
156
156
  var evmBrokerRequestSwapParameterEncoding = _zod.z.object({
157
157
  to: hexString,
158
158
  calldata: hexString,
159
- value: numberOrHex
159
+ value: numberOrHex,
160
+ source_token_address: hexString.optional()
160
161
  });
161
162
  var requestSwapParameterEncoding = _zod.z.discriminatedUnion("chain", [
162
163
  _zod.z.object({