Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ravenac95 committed Mar 26, 2024
1 parent d754181 commit 3f6e4dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ discovered_contracts AS (
ON ad.deployer_address = ob.artifact_source_id
AND ad.network = ob.artifact_namespace
AND ad.artifact_type IN ("EOA", "DEPLOYER", "FACTORY")
)
),

all_artifacts AS (
SELECT *
Expand Down

0 comments on commit 3f6e4dd

Please sign in to comment.