@bulletxyz/bullet-sdk 0.22.1-rc.0 → 0.22.1-rc.1

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.
@@ -6775,7 +6775,7 @@ var Schemas = {
6775
6775
  external_deposits: createJsonMap(Base58Address, DecimalSchema)
6776
6776
  }),
6777
6777
  UsdcInsuranceFund: z.object({
6778
- usdc_token_amount: DecimalSchema,
6778
+ amount: DecimalSchema,
6779
6779
  external_deposits: createJsonMap(Base58Address, DecimalSchema),
6780
6780
  minimum_usdc_token_amount: DecimalSchema
6781
6781
  }),