From f0fb617c2da0edf4c1d947e7f575abd7ed481bda Mon Sep 17 00:00:00 2001 From: angrybayblade Date: Thu, 28 Mar 2024 20:26:35 +0530 Subject: [PATCH 1/2] chore: add component whitelist [no ci] --- mints/whitelist.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 mints/whitelist.txt diff --git a/mints/whitelist.txt b/mints/whitelist.txt new file mode 100644 index 000000000..4ee522444 --- /dev/null +++ b/mints/whitelist.txt @@ -0,0 +1,3 @@ +contract/valory/agent_registry/0.1.0 +custom/valory/mike_strat/0.1.0 +custom/w1kke/always_blue/0.1.0 \ No newline at end of file From 5f9e49fe7bf6bf631e1e5620609e98de229d6a21 Mon Sep 17 00:00:00 2001 From: angrybayblade Date: Fri, 29 Mar 2024 17:27:31 +0530 Subject: [PATCH 2/2] fix: remove agent registry contract from whitelist [no ci] --- mints/whitelist.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/mints/whitelist.txt b/mints/whitelist.txt index 4ee522444..d28668423 100644 --- a/mints/whitelist.txt +++ b/mints/whitelist.txt @@ -1,3 +1,2 @@ -contract/valory/agent_registry/0.1.0 custom/valory/mike_strat/0.1.0 custom/w1kke/always_blue/0.1.0 \ No newline at end of file