Skip to content

Commit 253c378

Browse files
pantaovaygitbook-bot
authored andcommitted
GITBOOK-1161: No subject
1 parent 64b5600 commit 253c378

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

Diff for: SUMMARY.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,10 @@
118118
* [Flutter](developers/account-abstraction/flutter.md)
119119
* [React Native](developers/account-abstraction/react-native.md)
120120
* [Unity](developers/account-abstraction/unity.md)
121-
* [RPC](developers/account-abstraction/rpc/README.md)
121+
* [RPCs](developers/account-abstraction/rpc/README.md)
122122
* [Bundler RPC](developers/account-abstraction/rpc/bundler-rpc.md)
123-
* [Account Abstraction RPC](developers/account-abstraction/rpc/account-abstraction-rpc.md)
124123
* [Paymaster RPC](developers/account-abstraction/rpc/paymaster-rpc.md)
124+
* [Enhanced AA RPC](developers/account-abstraction/rpc/account-abstraction-rpc.md)
125125
* [Account Abstraction RPC(V1 deprecated)](developers/account-abstraction/rpc/account-abstraction-rpc-v1.md)
126126
* [🔌 Connect Service](developers/connect-service/README.md)
127127
* [SDKs](developers/connect-service/sdks/README.md)

Diff for: developers/account-abstraction/rpc/README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@
22
description: Standard Bundler RPCs and High-level RPCs supported
33
---
44

5-
# RPC
6-
7-
5+
# RPCs
86

97
{% content-ref url="bundler-rpc.md" %}
108
[bundler-rpc.md](bundler-rpc.md)
119
{% endcontent-ref %}
1210

11+
{% content-ref url="paymaster-rpc.md" %}
12+
[paymaster-rpc.md](paymaster-rpc.md)
13+
{% endcontent-ref %}
14+
1315
{% content-ref url="account-abstraction-rpc.md" %}
1416
[account-abstraction-rpc.md](account-abstraction-rpc.md)
1517
{% endcontent-ref %}

0 commit comments

Comments
 (0)