We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 482f8c7 commit 768e453Copy full SHA for 768e453
campaigns/management/commands/populatecampaigndata.py
@@ -11,7 +11,7 @@
11
12
13
14
-CAMPAIGN_CONTRACT_ID =f"v1.campaign.{settings.POTLOCK_TLA}" if settings.ENVIRONMENT=="testnet" else f"v1.campaigns.staging.{settings.POTLOCK_TLA}"
+CAMPAIGN_CONTRACT_ID =f"v1.campaign.{settings.POTLOCK_TLA}" if settings.ENVIRONMENT=="testnet" else f"v1.campaigns.{settings.POTLOCK_TLA}"
15
16
class Command(BaseCommand):
17
help = "Pull campaigns data from contract & populate campaigns table."
0 commit comments