Skip to content

Commit

Permalink
Add PoolTogether tickets to v2 engine (#1344)
Browse files Browse the repository at this point in the history
  • Loading branch information
dylandesrosier authored Aug 4, 2022
1 parent b6cf921 commit 6ae36d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions spellbook/models/tokens/ethereum/tokens_ethereum_erc20.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3782,6 +3782,7 @@ FROM (VALUES
('0xcafe001067cdef266afb7eb5a286dcfd277f3de5', 'PSP', 18),
('0xe3fedaecd47aa8eab6b23227b0ee56f092c967a9', 'PST', 18),
('0x519c1001d550c0a1dae7d1fc220f7d14c2a521bb', 'PSWAP', 18),
('0xdd4d117723C257CEe402285D3aCF218E9A8236E1', 'PTaUSDC', 6),
('0x51bb9c623226ce781f4a54fc8f4a530a47142b6b', 'PTE', 18),
('0x02eca910cb3a7d43ebc7e8028652ed5c6b70259b', 'PTERIA', 18),
('0xc57d533c50bc22247d49a368880fb49a1caa39f7', 'PTF', 18),
Expand Down
1 change: 1 addition & 0 deletions spellbook/models/tokens/optimism/tokens_optimism_erc20.sql
Original file line number Diff line number Diff line change
Expand Up @@ -187,5 +187,6 @@ SELECT LOWER(contract_address) AS contract_address, symbol, decimals
,('0xb12c13e66AdE1F72f71834f2FC5082Db8C091358','ROOBEE', 18)
,('0xC22885e06cd8507c5c74a948C59af853AEd1Ea5C','USDD', 18)
,('0xd6909e9e702024eb93312B989ee46794c0fB1C9D','BICO', 18)
,('0x62BB4fc73094c83B5e952C2180B23fA7054954c4','PTaOptUSDC', 6)

) AS temp_table (contract_address, symbol, decimals)

0 comments on commit 6ae36d2

Please sign in to comment.