From 7def53fc1f20db0be25d959315be7e8087c1b90d Mon Sep 17 00:00:00 2001 From: hildobby Date: Mon, 3 Feb 2025 16:01:46 +0100 Subject: [PATCH] add blobbers (#7615) * tag morph blobs * add cex addresses * add blobbers --------- Co-authored-by: jeff-dude <102681548+jeff-dude@users.noreply.github.com> --- .../models/_sector/blobs/ethereum/blobs_submitters.sql | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dbt_subprojects/hourly_spellbook/models/_sector/blobs/ethereum/blobs_submitters.sql b/dbt_subprojects/hourly_spellbook/models/_sector/blobs/ethereum/blobs_submitters.sql index fb8dacc499b..49a495367a0 100644 --- a/dbt_subprojects/hourly_spellbook/models/_sector/blobs/ethereum/blobs_submitters.sql +++ b/dbt_subprojects/hourly_spellbook/models/_sector/blobs/ethereum/blobs_submitters.sql @@ -86,4 +86,7 @@ SELECT address , (0x6776be80dbada6a02b5f2095cf13734ac303b8d1, 'Soneium', 'Soneium') , (0x2b8733e8c60a928b19bb7db1d79b918e8e09ac8c, 'Arena-Z', 'OfficialArenaZ') , (0x9fb23129982c993743eb9bb156af8cc8fa2ac761, 'Phala Network', 'PhalaNetwork') + , (0x11805594be0229ef08429d775af0c55f7c4535de, 'Abstract', 'AbstractChain') + , (0x479b7c95b9509e1a834c994fc94e3581aa8a73b9, 'ZERO Network', 'zerodotnetwork') + , (0xebac13ec21937c6eb2b65eb970dbdaca56c9c8b8, 'Infinaeon', 'Infinaeon') ) AS x(address, entity, x_username) \ No newline at end of file