From 63dc368617ef3a93873061823edad346424f5bb7 Mon Sep 17 00:00:00 2001 From: xentoshi Date: Tue, 19 Mar 2024 13:27:34 +0900 Subject: [PATCH] Update driftErrors.json More detailed wording --- common-ts/src/constants/autogenerated/driftErrors.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common-ts/src/constants/autogenerated/driftErrors.json b/common-ts/src/constants/autogenerated/driftErrors.json index ee648246..db81d254 100644 --- a/common-ts/src/constants/autogenerated/driftErrors.json +++ b/common-ts/src/constants/autogenerated/driftErrors.json @@ -236,7 +236,7 @@ "name": "InvalidOracle", "msg": "InvalidOracle", "toast": { - "message": "Oracle Information deemed Invalid for Action. Please try again in a few minutes", + "message": "Oracle price information is delayed or stale. Please try again in a few minutes", "description": "" } }, @@ -517,7 +517,7 @@ "AMMNotUpdatedInSameSlot": { "code": 6096, "name": "AMMNotUpdatedInSameSlot", - "msg": "AMMNotUpdatedInSameSlot" + "msg": "Oracle price information is delayed or the market is experiencing high volatility. Please try again in a few minutes." }, "AuctionNotComplete": { "code": 6097,