diff --git a/www/grpc/buf/grpc-gateway.config.yaml b/www/grpc/buf/grpc-gateway.config.yaml index 8ab1391d9..263c8a330 100644 --- a/www/grpc/buf/grpc-gateway.config.yaml +++ b/www/grpc/buf/grpc-gateway.config.yaml @@ -81,3 +81,9 @@ http: - selector: pactus.Wallet.SignRawTransaction get: "/pactus/wallet/sign_raw_transaction" + + - selector: pactus.Wallet.GetNewAddress + get: "/pactus/wallet/get_new_address" + + - selector: pactus.Wallet.GetTotalBalance + get: "/pactus/wallet/get_total_balance"