@chainflip/rpc 2.1.8 → 2.1.9

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
@@ -795,7 +795,7 @@ const ingressEgressVaultDeposit = zod.z.object({
795
795
  ss58Format: _chainflip_utils_consts.CHAINFLIP_SS58_PREFIX
796
796
  })),
797
797
  bps: zod.z.number()
798
- }).optional(),
798
+ }).nullable().optional(),
799
799
  affiliate_fees: zod.z.array(zod.z.object({
800
800
  account: zod.z.string().transform((v) => _chainflip_utils_ss58.encode({
801
801
  data: _chainflip_utils_ss58.decode(v).data,