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

refactor!: poc chain setup, minimum refactoring #5

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading