Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
chore: fix init_genesis.sh script for poc local net
Browse files Browse the repository at this point in the history
  • Loading branch information
dongsam committed Jul 29, 2024
1 parent d32085f commit 380f3bd
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 9,439 deletions.
5 changes: 1 addition & 4 deletions cmd/cantod/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,8 @@ func main() {
func setupConfig() {
// set the address prefixes
config := sdk.GetConfig()
// TODO: refactor for basechain
cmdcfg.SetBech32Prefixes(config)
// TODO fix
// if err := cmdcfg.EnableObservability(); err != nil {
// panic(err)
// }
cmdcfg.SetBip44CoinType(config)
config.Seal()
}
1 change: 1 addition & 0 deletions cmd/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import (
ethermint "github.com/evmos/ethermint/types"
)

// TODO: fix the config to basechain
const (
AppName = "cantod"
// Bech32Prefix defines the Bech32 prefix used for EthAccounts
Expand Down
38 changes: 0 additions & 38 deletions cmd/config/observability.go

This file was deleted.

Loading

0 comments on commit 380f3bd

Please sign in to comment.