Skip to content

Commit

Permalink
moar changes
Browse files Browse the repository at this point in the history
  • Loading branch information
shrenujb committed Sep 27, 2024
1 parent 9f4be28 commit 8ab8bae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion protocol/app/upgrades/v8.0.0/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
)

const (
UpgradeName = "v7.1.0"
UpgradeName = "v8.0.0"
)

var Upgrade = upgrades.Upgrade{
Expand Down
2 changes: 1 addition & 1 deletion protocol/app/upgrades/v8.0.0/upgrade_container_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package v_8_0_0_test
import (
"testing"

v_8_0_0 "github.com/dydxprotocol/v4-chain/protocol/app/upgrades/v7.1.0"
v_8_0_0 "github.com/dydxprotocol/v4-chain/protocol/app/upgrades/v8.0.0"
listingtypes "github.com/dydxprotocol/v4-chain/protocol/x/listing/types"

"github.com/cosmos/gogoproto/proto"
Expand Down

0 comments on commit 8ab8bae

Please sign in to comment.