Skip to content
53 changes: 53 additions & 0 deletions src/openrpc/chains/xmtp/xmtp.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
# yaml-language-server: $schema=https://meta.open-rpc.org/

$schema: https://meta.open-rpc.org/
openrpc: 1.2.4
info:
title: Alchemy XMTP JSON-RPC Specification
description: A specification of the standard JSON-RPC methods for XMTP.
version: 0.0.0
servers:
- url: https://xmtp-testnet.g.alchemy.com/v2
name: XMTP Sepolia
methods:
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_blockNumber
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_call
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_callMany
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_chainId
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_estimateGas
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_gasPrice
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_getAccount
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_getBalance
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_getBlockByHash
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_getBlockByNumber
- $ref: >-
../_components/evm/methods.yaml#/components/methods/eth_getBlockTransactionCountByHash
- $ref: >-
../_components/evm/methods.yaml#/components/methods/eth_getBlockTransactionCountByNumber
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_getCode
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_getFilterChanges
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_getFilterLogs
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_getLogs
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_getStorageAt
- $ref: >-
../_components/evm/methods.yaml#/components/methods/eth_getTransactionByBlockHashAndIndex
- $ref: >-
../_components/evm/methods.yaml#/components/methods/eth_getTransactionByBlockNumberAndIndex
- $ref: >-
../_components/evm/methods.yaml#/components/methods/eth_getTransactionByHash
- $ref: >-
../_components/evm/methods.yaml#/components/methods/eth_getTransactionCount
- $ref: >-
../_components/evm/methods.yaml#/components/methods/eth_getTransactionReceipt
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_newBlockFilter
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_newFilter
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_sendRawTransaction
- $ref: >-
../_components/evm/methods.yaml#/components/methods/eth_sendRawTransactionSync
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_submitWork
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_subscribe
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_uninstallFilter
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_unsubscribe
- $ref: ../_components/evm/methods.yaml#/components/methods/net_version
- $ref: ../_components/evm/methods.yaml#/components/methods/web3_clientVersion
- $ref: ../_components/evm/methods.yaml#/components/methods/web3_sha3