diff --git a/mix.exs b/mix.exs index dd75a3a..7008d35 100644 --- a/mix.exs +++ b/mix.exs @@ -40,6 +40,18 @@ defmodule TTEth.MixProject do defp groups_for_modules(), do: [ + "Transactions Types": [ + TTEth.Transactions.LegacyTransaction, + TTEth.Transactions.EIP1559Transaction + ], + Behaviours: [ + TTEth.Behaviours.ChainClient, + TTEth.Behaviours.Transaction, + TTEth.Behaviours.Wallet + ], + Protocols: [ + TTEth.Protocols.Wallet + ], Types: [ TTEth.Type.Address, TTEth.Type.Hash,