From a58423cc884fb1d1a7c32cc00a2760c9cbdd2c24 Mon Sep 17 00:00:00 2001 From: vishal <1117327+vishalchangrani@users.noreply.github.com> Date: Mon, 13 Apr 2026 11:05:18 -0400 Subject: [PATCH 1/3] FLIP 365: Removing Blocto as a multi-signer Co-Authored-By: Claude Opus 4.6 --- ...20260413-removing-blocto-from-multi-sig.md | 42 +++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 governance/20260413-removing-blocto-from-multi-sig.md diff --git a/governance/20260413-removing-blocto-from-multi-sig.md b/governance/20260413-removing-blocto-from-multi-sig.md new file mode 100644 index 000000000..48f78d7de --- /dev/null +++ b/governance/20260413-removing-blocto-from-multi-sig.md @@ -0,0 +1,42 @@ +--- +Status: Draft +Flip: 365 +Authors: Vishal Changrani +Sponsor: Vishal Changrani +Updated: 2026-04-13 +--- + +# FLIP 365: Removing Blocto as a multi-signer + +## Proposal +Remove Blocto from the service account committee (multi-signer) as they are no longer an active member of the Flow community. + +## Implementation + +The key index for Blocto is 7 on the service account and 1 on the staking account. + +The key will be removed by executing the following transaction: + +### Transaction for service account + +``` +transaction { + prepare(signer: auth(RevokeKey) &Account) { + signer.keys.revoke(keyIndex: 7) + } +} +``` + +### Transaction for staking account + +``` +transaction { + prepare(signer: auth(RevokeKey) &Account) { + signer.keys.revoke(keyIndex: 1) + } +} +``` + +## Links +- [FLIP Tracker Issue](https://github.com/onflow/flips/issues/365) +- [Forum post](TBD) From 19dd6e0697cc6e5c9b4c69f26dad81f2c39293b3 Mon Sep 17 00:00:00 2001 From: Vishal <1117327+vishalchangrani@users.noreply.github.com> Date: Mon, 13 Apr 2026 11:06:30 -0400 Subject: [PATCH 2/3] Update 20260413-removing-blocto-from-multi-sig.md --- governance/20260413-removing-blocto-from-multi-sig.md | 1 - 1 file changed, 1 deletion(-) diff --git a/governance/20260413-removing-blocto-from-multi-sig.md b/governance/20260413-removing-blocto-from-multi-sig.md index 48f78d7de..58391e2cd 100644 --- a/governance/20260413-removing-blocto-from-multi-sig.md +++ b/governance/20260413-removing-blocto-from-multi-sig.md @@ -39,4 +39,3 @@ transaction { ## Links - [FLIP Tracker Issue](https://github.com/onflow/flips/issues/365) -- [Forum post](TBD) From bf8e4f6991689c5a6956058b5f1ab4ca15065689 Mon Sep 17 00:00:00 2001 From: Vishal <1117327+vishalchangrani@users.noreply.github.com> Date: Wed, 22 Apr 2026 14:20:16 -0400 Subject: [PATCH 3/3] Update 20260413-removing-blocto-from-multi-sig.md - Adding Transaction IDs --- governance/20260413-removing-blocto-from-multi-sig.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/governance/20260413-removing-blocto-from-multi-sig.md b/governance/20260413-removing-blocto-from-multi-sig.md index 58391e2cd..2bd03bbb8 100644 --- a/governance/20260413-removing-blocto-from-multi-sig.md +++ b/governance/20260413-removing-blocto-from-multi-sig.md @@ -1,9 +1,9 @@ --- -Status: Draft +Status: Released Flip: 365 Authors: Vishal Changrani Sponsor: Vishal Changrani -Updated: 2026-04-13 +Updated: 2026-04-22 --- # FLIP 365: Removing Blocto as a multi-signer @@ -39,3 +39,7 @@ transaction { ## Links - [FLIP Tracker Issue](https://github.com/onflow/flips/issues/365) + +## Implemented +- Transaction for service account - https://www.flowscan.io/tx/42b9c46973536d3ed63ccae0a5db7787a8606935bdf149e912999203f4a779ad +- Transaction for staking account - https://www.flowscan.io/tx/fdbb81f16bbb4ee05e72a9dec40ddb24d5ce0d332078302b76b7e726e9f6bdeb