Skip to content

Commit

Permalink
Temporary set testnet genesis time to 16.01
Browse files Browse the repository at this point in the history
  • Loading branch information
ysv committed Jan 17, 2023
1 parent 57ea02f commit 8da4623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/network.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ func init() {
constant.ChainIDTest: {
ChainID: constant.ChainIDTest,
Enabled: true,
GenesisTime: time.Date(2023, 1, 18, 12, 0, 0, 0, time.UTC),
GenesisTime: time.Date(2023, 1, 16, 12, 0, 0, 0, time.UTC),
AddressPrefix: constant.AddressPrefixTest,
MetadataDisplayDenom: constant.DenomTestDisplay,
Denom: constant.DenomTest,
Expand Down

0 comments on commit 8da4623

Please sign in to comment.