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

OP v1 Table Updates #1532

Merged
merged 3 commits into from
Sep 9, 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 @@ -213,6 +213,7 @@ COPY erc20.tokens (contract_address, symbol, decimals) FROM stdin;
\\xe4dE4B87345815C71aa843ea4841bCdc682637bb BUILD 18
\\x66e8617d1Df7ab523a316a6c01D16Aa5beD93681 SHACK 18
\\xf899e3909B4492859d44260E1de41A9E663e70F5 RADIO 18
\\x73cb180bf0521828d8849bc8CF2B920918e23032 USD+ 18
\.


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,8 @@ COPY ovm2.contract_creator_address_list (creator_address,project) FROM stdin;
\\x1e7b390149Abb3B891e0a7027E111188032D4540 RadioShack Swap
\\x4C3490dF15edFa178333445ce568EC6D99b5d71c Reaper Farm
\\xf0974c239b7d08b7240b690b69ec3dd8ae783efc Apetimism Launchapd
\\x5cb01385d3097b6a189d1ac8ba3364d900666445 Overnight
\\xA52fECFe3F0D4a77A572dec9B72277abC5dFD9c6 NEX
\.

COMMIT;
Expand Down