Skip to content

Commit

Permalink
chainx
Browse files Browse the repository at this point in the history
  • Loading branch information
MSilb7 committed Jul 31, 2023
1 parent c5e2ea7 commit 7c2dbf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -568,6 +568,7 @@ WITH curated_list AS (
,(0x161D61e30284A33Ab1ed227beDcac6014877B3DE, 'Beefy Finance')
,(0x5853ed4f26a3fcea565b3fbc698bb19cdf6deb85, 'DeBank')
,(0x36BDE71C97B33Cc4729cf772aE268934f7AB70B2, 'Worldcoin')
,(0xB45cf380FF9A33c2bf7c41043530dc8Bb2e5295B, 'ChainX')

) as temp_table (creator_address, contract_project)
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -570,6 +570,7 @@ WITH curated_list AS (
,('0x161D61e30284A33Ab1ed227beDcac6014877B3DE', 'Beefy Finance')
,('0x5853ed4f26a3fcea565b3fbc698bb19cdf6deb85', 'DeBank')
,('0x36BDE71C97B33Cc4729cf772aE268934f7AB70B2', 'Worldcoin')
,('0xB45cf380FF9A33c2bf7c41043530dc8Bb2e5295B', 'ChainX')

) as temp_table (creator_address, contract_project)
)
Expand Down

0 comments on commit 7c2dbf0

Please sign in to comment.