Skip to content

Commit

Permalink
Update OP2 Static Tables (#1301)
Browse files Browse the repository at this point in the history
* add static info

* tabs

* Update tokens.sql

* Update tokens.sql
  • Loading branch information
MSilb7 authored Jul 19, 2022
1 parent 99cc7a0 commit 7147b9a
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 1 deletion.
1 change: 1 addition & 0 deletions optimism2/erc20/tokens.sql
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ COPY erc20.tokens (contract_address, symbol, decimals) FROM stdin;
\\x965f84D915a9eFa2dD81b653e3AE736555d945f4 anyWETH 18
\\xf390830DF829cf22c53c8840554B98eafC5dCBc2 anyUSDC 6
\\xd6909e9e702024eb93312B989ee46794c0fB1C9D BICO 18
\\xd52f94DF742a6F4B4C8b033369fE13A41782Bf44 L2DAO 18
\.


Expand Down
4 changes: 4 additions & 0 deletions optimism2/nft/tokens.sql
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,10 @@ COPY nft.tokens (contract_address, project_name) FROM stdin;
\\xB489A7b15F0797c104d759DC4a308D6FB84F1a50 Crypto Geometric (OPT)
\\x31fcf00D84a3CCC36a299412741E7cc754aC0466 MUTED🔇
\\x2e6A5b24BFe6C2E45A0F1AF5bb5EB6E362129e2C Airgans
\\x63a9addf2327a0f4b71bcf9bfa757e333e1b7177 BackedCommunity
\\xcb2a50bebe8e118c260867a813e5ed3752b12f29 OptiKitties
\\x7b95fe8957387FCa48ac7c94Ca073a56A471fD2a Aetherwarden
\\x9b66424ad77a243f4b3cc5b59b236162b39f5b02 Optimistic Dishes #1
\.

COMMIT;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ COPY ovm2.contract_creator_address_list (creator_address,project) FROM stdin;
\\x21ffcbdbdd2c0f59d779cf8f1fd0a87b5f84bc44 OctoFinance
\\x8c1fd2de219c98f5f88620422e36a8a32f83324e opengsn
\\x892e04f20f9d7118917d7f94850c3c9423120c32 Teahouse
\\x9972d940c9a23f84fcf92867d18f28d75d010e5e Mask Network?
\\x9972d940c9a23f84fcf92867d18f28d75d010e5e Mask Network
\\x74f85fe5538dbfcf3b46399e121c3ba83f695f91 TokenPocket
\\xcf85a70d88d14d157c50aa61999f7808027a15d6 Animal Coloring Books
\\x2596b971ee0de4532566c59fa394c0d29f21d224 OE Ape
Expand Down Expand Up @@ -295,6 +295,9 @@ COPY ovm2.contract_creator_address_list (creator_address,project) FROM stdin;
\\xdd32a567bc09384057a1f260086618d88b28e64f Ganland
\\x13c716188c38ce27b9b2b672a59543cf1170eabe Alchemix
\\x2d356b114cbCA8DEFf2d8783EAc2a5A5324fE1dF Thales
\\xa7ECcdb9Be08178f896c26b7BbD8C3D4E844d9Ba Abacus
\\xf01121e808F782d7F34E857c27dA31AD1f151b39 Paraswap
\\xE89CB2053A04Daf86ABaa1f4bC6D50744e57d39E Backed
\.

COMMIT;
Expand Down
10 changes: 10 additions & 0 deletions optimism2/ovm2/get_contracts/insert_project_name_mapping.sql
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,16 @@ teleportr Teleportr/ Warp Speed
balancer_v2 Beethoven X
stargate Stargate Finance
quixotic_v5 Quixotic
lyra_avalon Lyra
Lyra Avalon Lyra
Unlock Unlock Protocol
Xy Finance XY Finance
Qidao QiDao
Defisaver Defi Saver
Layerzero Layer Zero
Xtoken xToken
Instadapp InstaDapp
Lifi LiFi
\.
COMMIT;
CREATE UNIQUE INDEX CONCURRENTLY IF NOT EXISTS dune_name_mapped_name_uniq_idx ON ovm2.project_name_mappings (dune_name);
Expand Down

0 comments on commit 7147b9a

Please sign in to comment.