Skip to content

Commit 5fec4b1

Browse files
authored
feat(specs): update spec for xmtp [Bot] (#585)
* feat: update spec for xmtp * feat: update spec for xmtp * feat: update spec for xmtp * feat: update spec for xmtp * feat: update spec for xmtp * feat: update spec for xmtp * feat: update spec for xmtp * feat: update spec for xmtp * feat: update spec for xmtp * feat(specs): update spec for xmtp * feat(specs): create spec for xmtp
1 parent b425609 commit 5fec4b1

File tree

1 file changed

+53
-0
lines changed

1 file changed

+53
-0
lines changed

src/openrpc/chains/xmtp/xmtp.yaml

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
# yaml-language-server: $schema=https://meta.open-rpc.org/
2+
3+
$schema: https://meta.open-rpc.org/
4+
openrpc: 1.2.4
5+
info:
6+
title: Alchemy XMTP JSON-RPC Specification
7+
description: A specification of the standard JSON-RPC methods for XMTP.
8+
version: 0.0.0
9+
servers:
10+
- url: https://xmtp-testnet.g.alchemy.com/v2
11+
name: XMTP Sepolia
12+
methods:
13+
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_blockNumber
14+
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_call
15+
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_callMany
16+
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_chainId
17+
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_estimateGas
18+
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_gasPrice
19+
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_getAccount
20+
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_getBalance
21+
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_getBlockByHash
22+
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_getBlockByNumber
23+
- $ref: >-
24+
../_components/evm/methods.yaml#/components/methods/eth_getBlockTransactionCountByHash
25+
- $ref: >-
26+
../_components/evm/methods.yaml#/components/methods/eth_getBlockTransactionCountByNumber
27+
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_getCode
28+
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_getFilterChanges
29+
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_getFilterLogs
30+
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_getLogs
31+
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_getStorageAt
32+
- $ref: >-
33+
../_components/evm/methods.yaml#/components/methods/eth_getTransactionByBlockHashAndIndex
34+
- $ref: >-
35+
../_components/evm/methods.yaml#/components/methods/eth_getTransactionByBlockNumberAndIndex
36+
- $ref: >-
37+
../_components/evm/methods.yaml#/components/methods/eth_getTransactionByHash
38+
- $ref: >-
39+
../_components/evm/methods.yaml#/components/methods/eth_getTransactionCount
40+
- $ref: >-
41+
../_components/evm/methods.yaml#/components/methods/eth_getTransactionReceipt
42+
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_newBlockFilter
43+
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_newFilter
44+
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_sendRawTransaction
45+
- $ref: >-
46+
../_components/evm/methods.yaml#/components/methods/eth_sendRawTransactionSync
47+
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_submitWork
48+
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_subscribe
49+
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_uninstallFilter
50+
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_unsubscribe
51+
- $ref: ../_components/evm/methods.yaml#/components/methods/net_version
52+
- $ref: ../_components/evm/methods.yaml#/components/methods/web3_clientVersion
53+
- $ref: ../_components/evm/methods.yaml#/components/methods/web3_sha3

0 commit comments

Comments
 (0)