Skip to content

Commit 461265e

Browse files
committed
remove v507 upgrade for diff consistency
1 parent 722624c commit 461265e

File tree

4 files changed

+0
-92
lines changed

4 files changed

+0
-92
lines changed

app/app.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import (
1313
v502 "github.com/neutron-org/neutron/v5/app/upgrades/v5.0.2"
1414
v504 "github.com/neutron-org/neutron/v5/app/upgrades/v5.0.4"
1515
v505 "github.com/neutron-org/neutron/v5/app/upgrades/v5.0.5"
16-
v507 "github.com/neutron-org/neutron/v5/app/upgrades/v5.0.7"
1716
v510 "github.com/neutron-org/neutron/v5/app/upgrades/v5.1.0"
1817
v513 "github.com/neutron-org/neutron/v5/app/upgrades/v5.1.3"
1918
dynamicfeestypes "github.com/neutron-org/neutron/v5/x/dynamicfees/types"
@@ -237,7 +236,6 @@ var (
237236
v502.Upgrade,
238237
v504.Upgrade,
239238
v505.Upgrade,
240-
v507.Upgrade,
241239
v510.Upgrade,
242240
v513.Upgrade,
243241
}

app/upgrades/v5.0.7/constants.go

Lines changed: 0 additions & 18 deletions
This file was deleted.

app/upgrades/v5.0.7/upgrades.go

Lines changed: 0 additions & 35 deletions
This file was deleted.

app/upgrades/v5.0.7/upgrades_test.go

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)