From e3fb942444691de00454c147131b5d37dc68c166 Mon Sep 17 00:00:00 2001 From: bowenyou Date: Tue, 30 Apr 2024 09:57:03 -0400 Subject: [PATCH] fix chain id --- app/app.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/app.go b/app/app.go index 1f083c6c..24970fc4 100644 --- a/app/app.go +++ b/app/app.go @@ -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 @@ -959,7 +959,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