@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.mjs CHANGED
@@ -792,7 +792,7 @@ const ingressEgressVaultDeposit = z.object({
792
792
  ss58Format: CHAINFLIP_SS58_PREFIX
793
793
  })),
794
794
  bps: z.number()
795
- }).optional(),
795
+ }).nullable().optional(),
796
796
  affiliate_fees: z.array(z.object({
797
797
  account: z.string().transform((v) => ss58.encode({
798
798
  data: ss58.decode(v).data,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chainflip/rpc",
3
- "version": "2.1.8",
3
+ "version": "2.1.9",
4
4
  "type": "module",
5
5
  "dependencies": {
6
6
  "@chainflip/utils": "2.1.2",