From 6368d1cc9622a1a00539fa4edfbe3923291b3fec Mon Sep 17 00:00:00 2001 From: 0xevolve Date: Thu, 25 Jul 2024 16:57:47 +0200 Subject: [PATCH] feat: add supported features (#89) --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index d0ef184..714e024 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,22 @@ You can learn more about Hyperlane [here](https://docs.hyperlane.xyz/docs/protoc The implementation guidelines can be found [here](https://docs.hyperlane.xyz/docs/guides/implementation-guide). +## Supported Features +| Feature | Supported | +|---|---| +| Mailbox | ✅ | +| Merkle Tree Hook | ✅ | +| Protocol Fee Hook | ✅ | +| Aggregation Hook | ❌ | +| Routing Hook | ❌ | +| Pausable Hook | ❌ | +| Multisig ISM | ✅ | +| Pausable ISM | ✅ | +| Aggregation ISM | ✅ | +| Routing ISM | ✅ | +| Interchain Gas Payment | ❌ | +| Warp Routes | ❌ | + ## Project structure