Skip to content

Commit

Permalink
Merge pull request #148 from Fairblock/fix/chain_id
Browse files Browse the repository at this point in the history
fix chain id
  • Loading branch information
p0p3yee authored May 15, 2024
2 parents 5912021 + e3fb942 commit 248c554
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ import (
const (
AccountAddressPrefix = "fairy"
Name = "fairyring"
ChainID = "fairytest-1"
ChainID = "fairyring-testnet-1"
)

// this line is used by starport scaffolding # stargate/wasm/app/enabledProposals
Expand Down Expand Up @@ -952,7 +952,7 @@ func New(
app.ScopedGovkeeper = scopedGovkeeper

// TODO: Check if posthandlers are necessary for our chain
//app.setPostHandler()
// app.setPostHandler()

// this line is used by starport scaffolding # stargate/app/beforeInitReturn
app.UpgradeKeeper.SetUpgradeHandler("v050-to-v060", func(ctx sdk.Context, plan upgradetypes.Plan, fromVM module.VersionMap) (module.VersionMap, error) {
Expand Down

0 comments on commit 248c554

Please sign in to comment.