Skip to content

Commit

Permalink
add 12 missing tokens (#1362)
Browse files Browse the repository at this point in the history
  • Loading branch information
bh2smith authored Aug 9, 2022
1 parent ea7a764 commit 4b24bcd
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
12 changes: 12 additions & 0 deletions ethereum/erc20/tokens.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6546,6 +6546,18 @@ COPY erc20.tokens (contract_address, symbol, decimals) FROM stdin;
\\x9af28adEd262b48E7bF3396388a6aC71dE95053F SUNSET 9
\\xAFCdd4f666c84Fed1d8BD825aA762e3714F652c9 VINU 18
\\x8CC0F052fff7eaD7f2EdCCcaC895502E884a8a71 ARTH 18
\\x014550A34149231b8432B8dD210fADd81b1d2668 SHEESH 18
\\x29Ec87aDB799D33aE8Dd27DeDA38422A2e02CF82 Shards 18
\\x30dcBa0405004cF124045793E1933C798Af9E66a YDF 18
\\x3F45c49D6A2aB9eBaD00557652F8c5b310688793 PRT 18
\\x4828C56d35A82c9cc5329Fed06224aC836982a22 TSYGAN 18
\\x5b46d3611d992cDe2381a7c43E75c1Ea6D999238 UFO2 18
\\x691401Ff2f304091D5891e28639b7eeD4c4201f9 CMON 18
\\x6a80c25f6Ef3c24E3059a1D1D6e92E123af7CBDE PERITAS 9
\\x7316Db052aEa5330255EdfF41B8577dD7AD2F855 SCAM 9
\\x78d9A9355a7823887868492c47368956ea473618 BASTARD 18
\\x9c354503C38481a7A7a51629142963F98eCC12D0 OGV 18
\\xc55126051B22eBb829D00368f4B12Bde432de5Da BTRFLY 18
\.


Expand Down
14 changes: 13 additions & 1 deletion spellbook/models/tokens/ethereum/tokens_ethereum_erc20.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6546,5 +6546,17 @@ FROM (VALUES
('0x952B771bfd71A370391DD072bEce8C3E843FBb54', 'MIKASA', 18),
('0x9af28adEd262b48E7bF3396388a6aC71dE95053F', 'SUNSET', 9),
('0xAFCdd4f666c84Fed1d8BD825aA762e3714F652c9', 'VINU', 18),
('0x8CC0F052fff7eaD7f2EdCCcaC895502E884a8a71', 'ARTH', 18)
('0x8CC0F052fff7eaD7f2EdCCcaC895502E884a8a71', 'ARTH', 18),
('0x014550a34149231b8432b8dd210fadd81b1d2668', 'SHEESH', 18),
('0x29ec87adb799d33ae8dd27deda38422a2e02cf82', 'Shards', 18),
('0x30dcba0405004cf124045793e1933c798af9e66a', 'YDF', 18),
('0x3f45c49d6a2ab9ebad00557652f8c5b310688793', 'PRT', 18),
('0x4828c56d35a82c9cc5329fed06224ac836982a22', 'TSYGAN', 18),
('0x5b46d3611d992cde2381a7c43e75c1ea6d999238', 'UFO2', 18),
('0x691401ff2f304091d5891e28639b7eed4c4201f9', 'CMON', 18),
('0x6a80c25f6ef3c24e3059a1d1d6e92e123af7cbde', 'PERITAS', 9),
('0x7316db052aea5330255edff41b8577dd7ad2f855', 'SCAM', 9),
('0x78d9a9355a7823887868492c47368956ea473618', 'BASTARD', 18),
('0x9c354503c38481a7a7a51629142963f98ecc12d0', 'OGV', 18),
('0xc55126051b22ebb829d00368f4b12bde432de5da', 'BTRFLY', 18)
) AS temp_table (contract_address, symbol, decimals)

0 comments on commit 4b24bcd

Please sign in to comment.