removed node mapping logic

This commit is contained in:
shah 2023-08-17 08:12:13 -07:00
parent 68449cfce4
commit 74f8231eee

View File

@ -11,17 +11,6 @@ $$
) as id
from
table(generator(rowcount => 100000000)) -- July 2023 Flow Chain head is at 57M
),
node_mapping as (
select
base.id as height,
nv.node_url as node_url
from
base
left join flow_dev.seeds.network_version nv
on
base.id >= nv.root_height
and base.id <= nv.end_height
)
select
height