@emberai/onchain-actions-registry 3.0.1-next.3 → 3.0.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.
package/dist/index.cjs CHANGED
@@ -456,7 +456,7 @@ const TokenizedYieldUserPositionSchema = zod.z.object({
456
456
  tokenIdentifier: TokenIdentifierSchema.describe("Details of the Yield Token (YT) held by the user"),
457
457
  exactAmount: zod.z.string().describe("Exact amount of Yield Token (YT) held"),
458
458
  claimableRewards: zod.z.array(zod.z.object({
459
- token: TokenSchema.describe("Details of the reward token claimable by the user"),
459
+ tokenIdentifier: TokenIdentifierSchema.describe("Details of the reward token claimable by the user"),
460
460
  exactAmount: zod.z.string().describe("Exact amount of reward token claimable")
461
461
  }))
462
462
  })