-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathbotanix.yaml
More file actions
54 lines (53 loc) · 3.04 KB
/
botanix.yaml
File metadata and controls
54 lines (53 loc) · 3.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# yaml-language-server: $schema=https://meta.open-rpc.org/
$schema: https://meta.open-rpc.org/
openrpc: 1.2.4
info:
title: Alchemy Botanix JSON-RPC Specification
description: A specification of the standard JSON-RPC methods for Botanix.
version: 0.0.0
servers:
- url: https://botanix-mainnet.g.alchemy.com/v2
name: Botanix Mainnet
- url: https://botanix-testnet.g.alchemy.com/v2
name: Botanix Testnet
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_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_getRawTransactionByHash
- $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_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