Skip to content

Commit

Permalink
convert composable
Browse files Browse the repository at this point in the history
  • Loading branch information
GNaD13 committed Sep 25, 2023
1 parent 179bc5d commit 37adc7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bech32-migration/utils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (

const (
// OldBech32Prefix defines the Bech32 prefix used for EthAccounts
OldBech32Prefix = "banksy"
OldBech32Prefix = "centauri"

// OldBech32PrefixAccAddr defines the Bech32 prefix of an account's address
OldBech32PrefixAccAddr = OldBech32Prefix
Expand Down

0 comments on commit 37adc7b

Please sign in to comment.