Skip to content

Commit c4137d1

Browse files
authored
fix broken url (#353)
fix broken url Signed-off-by: wangjingcun <[email protected]>
1 parent 1fb3f4c commit c4137d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/constants.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export const GITHUB_REPO_URL = 'https://github.com/smlxl/evm.codes'
22

33
// Currently active hardfork from the ones available:
4-
// See: https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/common/src/hardforks
4+
// See: https://github.com/ethereumjs/ethereumjs-monorepo/blob/master/packages/common/src/hardforks.ts
55
export const CURRENT_FORK = 'cancun'
66
export const EOF_ENABLED_FORK = 'prague'
77
export const EOF_FORK_NAME = 'EOF'

0 commit comments

Comments
 (0)