Bump nim-web3 to 46b4b4c8bc42013196a6290ee53029131f97931a (#2224)
* Bump nim-web3 to 46b4b4c8bc42013196a6290ee53029131f97931a * Fix beacon_lc_bridge and nimbus_verified_proxy
This commit is contained in:
parent
9c3de888a4
commit
9c3dfc93a7
|
@ -542,7 +542,7 @@ proc run(config: BeaconBridgeConf) {.raises: [CatchableError].} =
|
|||
|
||||
targetGossipState = getTargetGossipState(
|
||||
slot.epoch, cfg.ALTAIR_FORK_EPOCH, cfg.BELLATRIX_FORK_EPOCH,
|
||||
cfg.CAPELLA_FORK_EPOCH, cfg.DENEB_FORK_EPOCH, isBehind,
|
||||
cfg.CAPELLA_FORK_EPOCH, cfg.DENEB_FORK_EPOCH, cfg.ELECTRA_FORK_EPOCH, isBehind,
|
||||
)
|
||||
|
||||
template currentGossipState(): auto =
|
||||
|
|
|
@ -242,7 +242,7 @@ proc run*(
|
|||
|
||||
targetGossipState = getTargetGossipState(
|
||||
slot.epoch, cfg.ALTAIR_FORK_EPOCH, cfg.BELLATRIX_FORK_EPOCH,
|
||||
cfg.CAPELLA_FORK_EPOCH, cfg.DENEB_FORK_EPOCH, isBehind,
|
||||
cfg.CAPELLA_FORK_EPOCH, cfg.DENEB_FORK_EPOCH, cfg.ELECTRA_FORK_EPOCH, isBehind,
|
||||
)
|
||||
|
||||
template currentGossipState(): auto =
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit de87f860874be944cdc3dfd08765c687fff736c4
|
||||
Subproject commit 46b4b4c8bc42013196a6290ee53029131f97931a
|
|
@ -1 +1 @@
|
|||
Subproject commit 87605d08a7f9cfc3b223bd32143e93a6cdf351ac
|
||||
Subproject commit dc6951eee951282e47b773ab780170cdccb328e2
|
Loading…
Reference in New Issue