diff --git a/projects/apps/Catidpaws.py b/projects/apps/Catidpaws.py new file mode 100644 index 0000000..7f490bb --- /dev/null +++ b/projects/apps/Catidpaws.py @@ -0,0 +1,24 @@ +from models.metrics.smc_interaction import SmartContractInteraction +from models.project import App + +""" +Catidpaws app +""" + +Cowtopia = App( + name="Catidpaws", + analytics_key="Catidpaws", + url="https://t.me/catidpawsbot", + metrics=[ + SmartContractInteraction( + "NFT Receiver", + "UQBcNjtAn6fju6ndYmKSSK0kNd8yxi4AjV5Hk1W_j00V1LFK", + comment_required=True, + ), + SmartContractInteraction( + "Early Contributor Receiver", + "UQAlweUtbOX2mX8FIuyfGwc7SjGnRwzBeMKsLTttW6V1sO2_", + comment_required=True, + ), + ], +) \ No newline at end of file diff --git a/projects/icons/apps_catidpaws.png b/projects/icons/apps_catidpaws.png new file mode 100644 index 0000000..ff4b053 Binary files /dev/null and b/projects/icons/apps_catidpaws.png differ