From 476b77731ea377e03bfa259e27bee7ee3d4da723 Mon Sep 17 00:00:00 2001 From: Yorke Rhodes Date: Tue, 9 Jan 2024 14:22:53 -0500 Subject: [PATCH] Add pausable ISM to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 79814e61..fe00de58 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,8 @@ grcov . -s . --binary-path ./target/debug/ -t lcov --branch --ignore-not-existin - [aggregate ism](./contracts/isms/aggregate) + - [pausable](./contracts/isms/pausable) + - For testing: [mock ism](./contracts/mocks/mock-ism) 5. Set deployed hooks and isms to Mailbox