diff --git a/api/docgen/examples.go b/api/docgen/examples.go index 572d5c3f04..332194e14d 100644 --- a/api/docgen/examples.go +++ b/api/docgen/examples.go @@ -183,6 +183,8 @@ func init() { state.WithSignerAddress("celestia1pjcmwj8w6hyr2c4wehakc5g8cfs36aysgucx66"), state.WithFeeGranterAddress("celestia1hakc56ax66ypjcmwj8w6hyr2c4g8cfs3wesguc"), )) + + add(network.DirUnknown) } func exampleValue(t, parent reflect.Type) (any, error) {