kopia lustrzana https://github.com/bugout-dev/moonstream
MOONSTREAM_HUMBUG_TOKEN -> NFT_HUMBUG_TOKEN
rodzic
711319fbad
commit
54ebdd922b
|
@ -32,7 +32,7 @@ from ..publish import publish_json
|
||||||
from ..settings import (
|
from ..settings import (
|
||||||
MOONSTREAM_IPC_PATH,
|
MOONSTREAM_IPC_PATH,
|
||||||
MOONSTREAM_ADMIN_ACCESS_TOKEN,
|
MOONSTREAM_ADMIN_ACCESS_TOKEN,
|
||||||
MOONSTREAM_HUMBUG_TOKEN,
|
NFT_HUMBUG_TOKEN,
|
||||||
MOONSTREAM_DATA_JOURNAL_ID,
|
MOONSTREAM_DATA_JOURNAL_ID,
|
||||||
)
|
)
|
||||||
from ..version import MOONCRAWL_VERSION
|
from ..version import MOONCRAWL_VERSION
|
||||||
|
@ -227,7 +227,7 @@ def ethereum_label_handler(args: argparse.Namespace) -> None:
|
||||||
|
|
||||||
def push_summary(result: Dict[str, Any], humbug_token: Optional[str] = None):
|
def push_summary(result: Dict[str, Any], humbug_token: Optional[str] = None):
|
||||||
if humbug_token is None:
|
if humbug_token is None:
|
||||||
humbug_token = MOONSTREAM_HUMBUG_TOKEN
|
humbug_token = NFT_HUMBUG_TOKEN
|
||||||
title = (
|
title = (
|
||||||
f"NFT activity on the Ethereum blockchain: crawled at: {result['crawled_at'] })"
|
f"NFT activity on the Ethereum blockchain: crawled at: {result['crawled_at'] })"
|
||||||
)
|
)
|
||||||
|
|
|
@ -9,3 +9,4 @@ export COINMARKETCAP_API_KEY="<API key to parse conmarketcap>"
|
||||||
export HUMBUG_REPORTER_CRAWLERS_TOKEN="<Bugout Humbug token for crash reports>"
|
export HUMBUG_REPORTER_CRAWLERS_TOKEN="<Bugout Humbug token for crash reports>"
|
||||||
export MOONSTREAM_DATA_JOURNAL_ID="<Bugout journal id for moonstream>"
|
export MOONSTREAM_DATA_JOURNAL_ID="<Bugout journal id for moonstream>"
|
||||||
export MOONSTREAM_ADMIN_ACCESS_TOKEN="<Bugout access token for moonstream>"
|
export MOONSTREAM_ADMIN_ACCESS_TOKEN="<Bugout access token for moonstream>"
|
||||||
|
export NFT_HUMBUG_TOKEN="<Token for nft crawler>"
|
Ładowanie…
Reference in New Issue