@@ -7,6 +7,7 @@ api_address.go
77api_block.go
88api_gas.go
99api_general.go
10+ api_hyperlane.go
1011api_ibc.go
1112api_namespace.go
1213api_proposal.go
@@ -25,6 +26,7 @@ docs/GeneralAPI.md
2526docs/GithubComCeleniumIoCelestiaIndexerInternalStorageTypesStatus.md
2627docs/HandlerError.md
2728docs/HandlerPostBlobRequest.md
29+ docs/HyperlaneAPI.md
2830docs/IbcAPI.md
2931docs/NamespaceAPI.md
3032docs/ProposalAPI.md
@@ -46,6 +48,10 @@ docs/ResponsesEvent.md
4648docs/ResponsesGasPrice.md
4749docs/ResponsesGrant.md
4850docs/ResponsesHistogramItem.md
51+ docs/ResponsesHyperlaneCounterparty.md
52+ docs/ResponsesHyperlaneMailbox.md
53+ docs/ResponsesHyperlaneToken.md
54+ docs/ResponsesHyperlaneTransfer.md
4955docs/ResponsesIbcChainStats.md
5056docs/ResponsesIbcChannel.md
5157docs/ResponsesIbcClient.md
@@ -123,6 +129,10 @@ model_responses_event.go
123129model_responses_gas_price.go
124130model_responses_grant.go
125131model_responses_histogram_item.go
132+ model_responses_hyperlane_counterparty.go
133+ model_responses_hyperlane_mailbox.go
134+ model_responses_hyperlane_token.go
135+ model_responses_hyperlane_transfer.go
126136model_responses_ibc_chain_stats.go
127137model_responses_ibc_channel.go
128138model_responses_ibc_client.go
@@ -175,6 +185,7 @@ test/api_address_test.go
175185test/api_block_test.go
176186test/api_gas_test.go
177187test/api_general_test.go
188+ test/api_hyperlane_test.go
178189test/api_ibc_test.go
179190test/api_namespace_test.go
180191test/api_proposal_test.go
0 commit comments