Skip to content

Commit

Permalink
hardcoded chain id (#275) (#276)
Browse files Browse the repository at this point in the history
(cherry picked from commit 2da00fa)

Co-authored-by: CJPotter10 <[email protected]>
  • Loading branch information
github-actions[bot] and CJPotter10 authored Aug 9, 2024
1 parent b63623b commit f412a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daemons/reporter/client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ func (c *Client) Start(
panic("account name is empty, please use --key-name flag")
}
accountName := c.AccountName
c.cosmosCtx = c.cosmosCtx.WithChainID(sdk.KeyringServiceName())
c.cosmosCtx = c.cosmosCtx.WithChainID("layertest-1")
homeDir := viper.GetString("home")
if homeDir != "" {
c.cosmosCtx = c.cosmosCtx.WithHomeDir(homeDir)
Expand Down

0 comments on commit f412a11

Please sign in to comment.