remove unused entry (#1151)
why: temporary value, `nim-eth` master did not compile cleanly
This commit is contained in:
parent
fb12793482
commit
feda401e85
|
@ -36,16 +36,6 @@ const
|
|||
GitRevision
|
||||
]
|
||||
|
||||
# This entry can savely be deleted if the latest `p2p/bootnodes` version for
|
||||
# the `master` branch is available in which case `nim` will moan about
|
||||
# duplicate names.
|
||||
#
|
||||
# As of 01/07/2022, the latest `master` branch did not cleanly compile
|
||||
# after the `bearssl` split api update.
|
||||
SepoliaBootnodes* = [
|
||||
"enode://9246d00bc8fd1742e5ad2428b80fc4dc45d786283e05ef6edbd9002cbc335d40998444732fbe921cb88e1d2c73d1b1de53bae6a2237996e9bfe14f871baf7066@18.168.182.86:30303",
|
||||
"enode://ec66ddcf1a974950bd4c782789a7e04f8aa7110a72569b6e65fcd51e937e74eed303b1ea734e4d19cfaec9fbff9b6ee65bf31dcb50ba79acce9dd63a6aca61c7@52.14.151.177:30303"]
|
||||
|
||||
let
|
||||
# e.g.: Copyright (c) 2018-2021 Status Research & Development GmbH
|
||||
NimbusCopyright* = "Copyright (c) 2018-" &
|
||||
|
|
Loading…
Reference in New Issue