Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
liorbond committed Sep 23, 2023
1 parent 5b32e8f commit f1e4026
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ import (
v1_10 "github.com/scrtlabs/SecretNetwork/app/upgrades/v1.10"
v1_11 "github.com/scrtlabs/SecretNetwork/app/upgrades/v1.11"
v1_11_testnet_shade_hardcoded_admins "github.com/scrtlabs/SecretNetwork/app/upgrades/v1.11-testnet-shade-hardcoded-admins"
v1_11_testnet_shade_hardcoded_admins_fix "github.com/scrtlabs/SecretNetwork/app/upgrades/v1.11-testnet-shade-hardcoded-admins-fix"
v1_3 "github.com/scrtlabs/SecretNetwork/app/upgrades/v1.3"
v1_4 "github.com/scrtlabs/SecretNetwork/app/upgrades/v1.4"
v1_5 "github.com/scrtlabs/SecretNetwork/app/upgrades/v1.5"
Expand Down Expand Up @@ -107,6 +108,7 @@ var (
v1_10.Upgrade,
v1_11.Upgrade,
v1_11_testnet_shade_hardcoded_admins.Upgrade,
v1_11_testnet_shade_hardcoded_admins_fix.Upgrade,
}
)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package v1_11_testnet_shade_hardcoded_admins
package v1_11_testnet_shade_hardcoded_admins_fix

import (
"fmt"
Expand Down

0 comments on commit f1e4026

Please sign in to comment.