mirror of
https://github.com/FlipsideCrypto/flow-models.git
synced 2026-02-06 18:16:54 +00:00
removed node mapping logic
This commit is contained in:
parent
68449cfce4
commit
74f8231eee
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user