From 72d3ed240566a07914f1c511eeb2ad2f5d76e260 Mon Sep 17 00:00:00 2001 From: Mathieu Hofman <86499+mhofman@users.noreply.github.com> Date: Fri, 26 Jan 2024 10:15:40 -0800 Subject: [PATCH] chore(internal): Remove unused ENACTED_UPGRADE action type (#8827) --- packages/internal/src/action-types.js | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/internal/src/action-types.js b/packages/internal/src/action-types.js index 869f87c901e..a7dec994dff 100644 --- a/packages/internal/src/action-types.js +++ b/packages/internal/src/action-types.js @@ -2,7 +2,6 @@ export const AG_COSMOS_INIT = 'AG_COSMOS_INIT'; export const SWING_STORE_EXPORT = 'SWING_STORE_EXPORT'; -export const ENACTED_UPGRADE = 'ENACTED_UPGRADE'; export const BEGIN_BLOCK = 'BEGIN_BLOCK'; export const CALCULATE_FEES_IN_BEANS = 'CALCULATE_FEES_IN_BEANS'; export const CORE_EVAL = 'CORE_EVAL';