Skip to content

Commit

Permalink
push
Browse files Browse the repository at this point in the history
  • Loading branch information
MSilb7 committed Jul 31, 2023
1 parent 7c2dbf0 commit 89fdf35
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -568,6 +568,9 @@ WITH curated_list AS (
,(0x161D61e30284A33Ab1ed227beDcac6014877B3DE, 'Beefy Finance')
,(0x5853ed4f26a3fcea565b3fbc698bb19cdf6deb85, 'DeBank')
,(0x36BDE71C97B33Cc4729cf772aE268934f7AB70B2, 'Worldcoin')
,(0x71F718D3e4d1449D1502A6A7595eb84eBcCB1683, 'Curve')
,(0x383Ea12347E56932E08638767B8A2B3c18700493, 'Hundred Finance')
,(0x8286dC6dF929C4BfA4f6951caB4dAe2EC02d4D72, 'Hundred Finance')
,(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,9 @@ WITH curated_list AS (
,('0x161D61e30284A33Ab1ed227beDcac6014877B3DE', 'Beefy Finance')
,('0x5853ed4f26a3fcea565b3fbc698bb19cdf6deb85', 'DeBank')
,('0x36BDE71C97B33Cc4729cf772aE268934f7AB70B2', 'Worldcoin')
,('0x71F718D3e4d1449D1502A6A7595eb84eBcCB1683', 'Curve')
,('0x383Ea12347E56932E08638767B8A2B3c18700493', 'Hundred Finance')
,('0x8286dC6dF929C4BfA4f6951caB4dAe2EC02d4D72', 'Hundred Finance')
,('0xB45cf380FF9A33c2bf7c41043530dc8Bb2e5295B', 'ChainX')

) as temp_table (creator_address, contract_project)
Expand Down

0 comments on commit 89fdf35

Please sign in to comment.