Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Jan 15, 2025
1 parent becb957 commit 97bd8b3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ignite/services/scaffolder/chain_registry.go
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ func (s Scaffolder) AddChainRegistryFiles(chain *chain.Chain, cfg *chainconfig.C
NetworkType: DefaultNetworkType,
Website: "https://example.com",
ChainID: chainID,
Bech32Prefix: "",
Bech32Prefix: "cosmos",
DaemonName: binaryName,
NodeHome: chainHome,
KeyAlgos: []string{"secp256k1"},
Expand Down Expand Up @@ -282,13 +282,13 @@ func (s Scaffolder) AddChainRegistryFiles(chain *chain.Chain, cfg *chainconfig.C
Apis: apis{
RPC: []apiProvider{
{
Address: "localhost:26657",
Provider: "lpcalhost",
Address: "http://localhost:26657",
Provider: "localhost",
},
},
Rest: []apiProvider{
{
Address: "localhost:1317",
Address: "http://localhost:1317",
Provider: "localhost",
},
},
Expand Down

0 comments on commit 97bd8b3

Please sign in to comment.