Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

op2 update tables #1478

Merged
merged 2 commits into from
Sep 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions deprecated-dune-v1-abstractions/optimism2/erc20/tokens.sql
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ COPY erc20.tokens (contract_address, symbol, decimals) FROM stdin;
\\x09448876068907827ec15F49A8F1a58C70b04d45 sETHo 18
\\x7aE97042a4A0eB4D1eB370C34BfEC71042a056B7 UNLOCK 18
\\xef6301da234fc7b0545c6e877d3359fe0b9e50a4 SUKU 18
\\x676f784d19c7F1Ac6C6BeaeaaC78B02a73427852 OPP 18
\.


Expand Down
18 changes: 18 additions & 0 deletions deprecated-dune-v1-abstractions/optimism2/nft/tokens.sql
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,24 @@ COPY nft.tokens (contract_address, project_name) FROM stdin;
\\x6f0F15A58363E076a671B4d4165Cd3e53E507B83 Steampunk Foxes
\\x2b9d798a02ce6e559e143934b0c0674e59b9e6cb AIApE
\\xb82b7887f0a92ca07907e7c01d9ffbbebe95daf4 The Vintract
\\x71b9316c3C9312F1d95A5D97A9097a838099e852 OptimismPad NFT
\\x0110Bb5739a6F82eafc748418e572Fc67d854a0F Early Optimists
\\x2Dd1c5Cfbd7755619aec421593956D48998E9Cde motor-house
\\xF811F2D6256C436Ea092B2401FE175167E4BC766 Chibism
\\x20198D24f8C46FAb43a3793B328441f5767A506d OptimismPad Stack
\\x7f710DF10B6A52967A81126fC55b2970A63455A2 LuckyDucks
\\x7796961a7B01847b97A313aC93a252b9cF961cA6 Women Ape Yacht Club
\\x9d8b280f0984Cb66aADd3F106733379acFbA0F4a MaBoy NFTs
\\xDc05298A1c6B03a48d5C333e5525E643Af543Ccc Mindful Mandalas
\\xdF44AF1F4aEd81249d24508f74fd4565646c2312 Wondrous-X
\\x62546825BA293DBaCC44acAD64f36Dba56822C3a OptiCryptoDickbutts
\\x2b7ff95B75C6C1e20911765f6c0745105B89b793 Optimistic Cats
\\x436EfdD117094080F9C262017379C40f1e965203 CybernatedRounds
\\x1BDC15C9c7E7788321597c5b0f4AaB55b4a1d398 Dudesweet Optiverse
\\x2F0a7d2eAC59A453C82f51fEa8ba722d6c3560d2 Poop Nation
\\x07193aC9ec2D35E24C6501e0966e5eF265400948 ETHEREA
\\xe51C6089bd0d8D6A25fcD11eC409D2A1AAC5e632 OptiGhost Town
\\x17F74d4166abfceD865a44F231aAe55279752384 PolyEgg
\.

COMMIT;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,9 @@ COPY ovm2.contract_creator_address_list (creator_address,project) FROM stdin;
\\x1826316Aec2F2D400086B3cAdfCb291238010efA Homora V2
\\xf8Bf80beB4cEe030d8C60e5942CA3749aE6beDF1 BlueSweep
\\x94B90d0362D32AA14314D666A8968e1247508dfC Hidden Hand
\\xa3102370655EfE1b29De7898A85bF7Fef3f1fB8a OptimismPad
\\x1a86596A4F3398B6c44232ba1716e20e88205A40 OptimismPrime
\\x685723b9dc89bdf28ba5f98f9a8c0ac899bd6e77 Jarvis Network
\.

COMMIT;
Expand Down