Skip to content

Commit

Permalink
fix: bump harmony commit hash [goreleaser]
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiTimesChi committed Feb 4, 2025
1 parent 35f9ea4 commit 0372bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/omnirpc/modules/harmonyproxy/harmonyproxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ func (r *HarmonyProxy) makeReq(parentCtx context.Context, body []byte) (_ []byte
return respBody, nil
}

const expectedVersion = "Harmony (C) 2023. harmony, version v8421-v2024.3.0-0-g2e824e126"
const expectedVersion = "Harmony (C) 2025. harmony, version v8507-v2025.0.0-0-ga63980b98"

// nolint: cyclop
func (r *HarmonyProxy) getHarmonyReceiptVerify(parentCtx context.Context, txHash common.Hash, rawBody []byte, checkVersion bool) (_ []byte, err error) {
Expand Down

0 comments on commit 0372bd3

Please sign in to comment.