Skip to content

Commit

Permalink
chore!: use updated hardfork height (#1693)
Browse files Browse the repository at this point in the history
## Overview

this updates the hardfork height for blockspacerace-0

## Checklist

- [x] New and updated code has appropriate documentation
- [x] New and updated code has new and/or updated testing
- [x] Required CI checks are passing
- [x] Visual proof for any user facing features like CLI or
documentation updates
- [ ] Linked issues closed with keywords
  • Loading branch information
evan-forbes authored May 3, 2023
1 parent 001ad4d commit 6ba60e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/version/chains.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ func StandardChainVersions() map[string]ChainVersionConfig {
})
bsr := NewChainVersionConfig(map[uint64]int64{
0: 0,
1: 674000,
1: 446500,
})
return map[string]ChainVersionConfig{
MochaChainID: version0Only,
Expand Down

0 comments on commit 6ba60e1

Please sign in to comment.