From 00a2517aa17509e9ed28496618e72f1d4afd4e57 Mon Sep 17 00:00:00 2001 From: Hamish Peebles Date: Fri, 26 Jul 2024 17:24:58 +0100 Subject: [PATCH] Add script to register the AirdropBot canister with the SNS --- .../proposals/register_canisters_with_sns/airdrop_bot.ini | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sns/scripts/proposals/register_canisters_with_sns/airdrop_bot.ini diff --git a/sns/scripts/proposals/register_canisters_with_sns/airdrop_bot.ini b/sns/scripts/proposals/register_canisters_with_sns/airdrop_bot.ini new file mode 100644 index 0000000000..0d7d2b7457 --- /dev/null +++ b/sns/scripts/proposals/register_canisters_with_sns/airdrop_bot.ini @@ -0,0 +1,3 @@ +TITLE="Register airdrop_bot as an SNS controlled canister" +URL="https://github.com/open-chat-labs/open-chat/blob/master/backend/canisters/airdrop_bot/impl/src/lib.rs" +SUMMARY="This canister is responsible for managing and distributing the regular CHIT for CHAT airdrops" \ No newline at end of file