Skip to content

Commit

Permalink
Release v1.0.0-rc.1-testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
keithsue committed Jan 23, 2025
1 parent aac4d70 commit ce5da41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ func init() {
config.SetBech32PrefixForAccount(AccountAddressPrefix, accountPubKeyPrefix)
config.SetBech32PrefixForValidator(validatorAddressPrefix, validatorPubKeyPrefix)
config.SetBech32PrefixForConsensusNode(consNodeAddressPrefix, consNodePubKeyPrefix)
config.SetBtcChainCfg(&chaincfg.MainNetParams)
config.SetBtcChainCfg(&chaincfg.TestNet3Params)
config.Seal()
}

0 comments on commit ce5da41

Please sign in to comment.