File tree 4 files changed +12
-6
lines changed
4 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 1
1
# beacon_chain
2
- # Copyright (c) 2019-2023 Status Research & Development GmbH
2
+ # Copyright (c) 2019-2024 Status Research & Development GmbH
3
3
# Licensed and distributed under either of
4
4
# * MIT license (license terms in the root directory or at http://opensource.org/licenses/MIT).
5
5
# * Apache v2 license (license terms in the root directory or at http://www.apache.org/licenses/LICENSE-2.0).
220
220
url = https://github.com/arnetheduck/nim-results.git
221
221
ignore = untracked
222
222
branch = master
223
+ [submodule "vendor/goerli "]
224
+ path = vendor/goerli
225
+ url = https://github.com/eth-clients/goerli
226
+ ignore = untracked
227
+ branch = main
223
228
[submodule "vendor/holesky "]
224
229
path = vendor/holesky
225
230
url = https://github.com/eth-clients/holesky
Original file line number Diff line number Diff line change 1
1
# beacon_chain
2
- # Copyright (c) 2018-2023 Status Research & Development GmbH
2
+ # Copyright (c) 2018-2024 Status Research & Development GmbH
3
3
# Licensed and distributed under either of
4
4
# * MIT license (license terms in the root directory or at https://opensource.org/licenses/MIT).
5
5
# * Apache v2 license (license terms in the root directory or at https://www.apache.org/licenses/LICENSE-2.0).
@@ -302,7 +302,7 @@ elif const_preset == "mainnet":
302
302
vendorDir & " /eth2-networks/shared/mainnet/genesis.ssz" )
303
303
304
304
praterGenesis* = slurp (
305
- vendorDir & " /eth2-networks/shared /prater/genesis.ssz" )
305
+ vendorDir & " /goerli /prater/genesis.ssz" )
306
306
307
307
sepoliaGenesis* = slurp (
308
308
vendorDir & " /sepolia/bepolia/genesis.ssz" )
@@ -314,7 +314,7 @@ elif const_preset == "mainnet":
314
314
useBakedInGenesis = some " mainnet" )
315
315
316
316
praterMetadata = loadCompileTimeNetworkMetadata (
317
- vendorDir & " /eth2-networks/shared /prater" ,
317
+ vendorDir & " /goerli /prater" ,
318
318
some goerli,
319
319
useBakedInGenesis = some " prater" )
320
320
Original file line number Diff line number Diff line change 1
1
# beacon_chain
2
- # Copyright (c) 2023 Status Research & Development GmbH
2
+ # Copyright (c) 2023-2024 Status Research & Development GmbH
3
3
# Licensed and distributed under either of
4
4
# * MIT license (license terms in the root directory or at https://opensource.org/licenses/MIT).
5
5
# * Apache v2 license (license terms in the root directory or at https://www.apache.org/licenses/LICENSE-2.0).
@@ -36,7 +36,7 @@ cdecl(eth2_mainnet_genesis_size):
36
36
.quad eth2_mainnet_genesis_end - eth2_mainnet_genesis_data
37
37
38
38
eth2_goerli_genesis_data:
39
- .incbin "eth2-networks/shared /prater/genesis.ssz"
39
+ .incbin "goerli /prater/genesis.ssz"
40
40
eth2_goerli_genesis_end:
41
41
.global cdecl(eth2_goerli_genesis_size)
42
42
.p2align 3
You can’t perform that action at this time.
0 commit comments