parent
d95e54b381
commit
4d3858f3dc
|
@ -1,3 +1,12 @@
|
||||||
|
"""# Partisia Blockchain Scraper
|
||||||
|
|
||||||
|
Currently only scrapes certain interesting addresses.
|
||||||
|
|
||||||
|
TODO:
|
||||||
|
|
||||||
|
- Do something with this interesting endpoint: <https://backend.browser.partisiablockchain.com/supply/top>
|
||||||
|
"""
|
||||||
|
|
||||||
import dataclasses
|
import dataclasses
|
||||||
import logging
|
import logging
|
||||||
from collections.abc import Iterator, Mapping
|
from collections.abc import Iterator, Mapping
|
||||||
|
@ -13,6 +22,7 @@ PBC_FOUNDATION_CONTRACT_ADDRESSES = [
|
||||||
('012635f1c0a9bffd59853c6496e1c26ebda0e2b4da', 'Foundation Sales'),
|
('012635f1c0a9bffd59853c6496e1c26ebda0e2b4da', 'Foundation Sales'),
|
||||||
('0135edec2c9fed33f45cf2538dc06ba139c4bb8f62', 'Foundation Team'),
|
('0135edec2c9fed33f45cf2538dc06ba139c4bb8f62', 'Foundation Team'),
|
||||||
('01ad44bb0277a8df16408006c375a6fa015bb22c97', 'Foundation Eco-System'),
|
('01ad44bb0277a8df16408006c375a6fa015bb22c97', 'Foundation Eco-System'),
|
||||||
|
('016fe3c61bf8f8bd623deebb74cd80fcedc646b605', 'Foundation Reserve'),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user