diff --git a/proto-build/buf.sdk.gen.yaml b/proto-build/buf.sdk.gen.yaml index 7c772b18..70607b2d 100644 --- a/proto-build/buf.sdk.gen.yaml +++ b/proto-build/buf.sdk.gen.yaml @@ -1,10 +1,10 @@ version: v1 plugins: - - remote: buf.build/prost/plugins/prost:v0.2.1-1 + - plugin: buf.build/community/neoeinstein-prost:v0.2.3 out: . opt: - extern_path=.tendermint=::tendermint_proto - - remote: buf.build/prost/plugins/tonic:v0.2.1-1 + - plugin: buf.build/community/neoeinstein-tonic:v0.3.0 out: . opt: - extern_path=.tendermint=::tendermint_proto diff --git a/proto-build/buf.wasmd.gen.yaml b/proto-build/buf.wasmd.gen.yaml index a118632a..df12de95 100644 --- a/proto-build/buf.wasmd.gen.yaml +++ b/proto-build/buf.wasmd.gen.yaml @@ -1,8 +1,8 @@ version: v1 plugins: - - remote: buf.build/prost/plugins/prost:v0.2.1-1 + - plugin: buf.build/community/neoeinstein-prost:v0.2.3 out: . - - remote: buf.build/prost/plugins/tonic:v0.2.1-1 + - plugin: buf.build/community/neoeinstein-tonic:v0.3.0 out: . opt: - no_server=true