From de6e6ea16ae6bf94eda8b9091afcd31a97b2595f Mon Sep 17 00:00:00 2001 From: Alexandra Tran Date: Tue, 1 Jul 2025 10:47:32 -0700 Subject: [PATCH] Add multichain tag to 5792 methods --- openrpc.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/openrpc.yaml b/openrpc.yaml index 20ce8e4..d180dcb 100644 --- a/openrpc.yaml +++ b/openrpc.yaml @@ -524,6 +524,7 @@ methods: - name: wallet_sendCalls tags: - $ref: '#/components/tags/MetaMask' + - $ref: '#/components/tags/Multichain' summary: Sends a batch of calls. description: >- Requests that the wallet submits a batch of calls. Specified by @@ -584,6 +585,7 @@ methods: - name: wallet_getCallsStatus tags: - $ref: '#/components/tags/MetaMask' + - $ref: '#/components/tags/Multichain' summary: Gets the status of a call batch. description: >- Gets the status of a batch of calls that was previously sent using @@ -723,6 +725,7 @@ methods: - name: wallet_getCapabilities tags: - $ref: '#/components/tags/MetaMask' + - $ref: '#/components/tags/Multichain' summary: Gets the capabilities of the wallet. description: >- Returns information about the wallet's support for the `atomic`