Skip to content

Commit

Permalink
chore(internal): Remove unused ENACTED_UPGRADE action type (#8827)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhofman authored Jan 26, 2024
1 parent eddf36d commit 72d3ed2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/internal/src/action-types.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 72d3ed2

Please sign in to comment.