We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fb3f4c commit c4137d1Copy full SHA for c4137d1
util/constants.ts
@@ -1,7 +1,7 @@
1
export const GITHUB_REPO_URL = 'https://github.com/smlxl/evm.codes'
2
3
// Currently active hardfork from the ones available:
4
-// See: https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/common/src/hardforks
+// See: https://github.com/ethereumjs/ethereumjs-monorepo/blob/master/packages/common/src/hardforks.ts
5
export const CURRENT_FORK = 'cancun'
6
export const EOF_ENABLED_FORK = 'prague'
7
export const EOF_FORK_NAME = 'EOF'
0 commit comments