Skip to content

Commit

Permalink
update actual equilibrium version (#6836)
Browse files Browse the repository at this point in the history
  • Loading branch information
mn13 authored Jan 17, 2022
1 parent 7bead81 commit 0f8afb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/apps-config/src/api/spec/equilibrium.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,11 +149,11 @@ const definitions: OverrideBundleDefinition = {

types: [
{
minmax: [0, 263],
minmax: [0, 264],
types: equilibrium.types
},
{
minmax: [264, undefined],
minmax: [265, undefined],
types: equilibriumNext.types
}
]
Expand Down

0 comments on commit 0f8afb9

Please sign in to comment.