-
Notifications
You must be signed in to change notification settings - Fork 3
/
geth.yaml
36 lines (36 loc) · 1011 Bytes
/
geth.yaml
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
upstreams:
- id: geth
chain: ethereum
priority: 120
methods:
enabled:
# Manually Enabled
- name: debug_traceBlock
- name: debug_traceBlockByNumber
- name: debug_traceBlockByHash
- name: debug_traceTransaction
- name: eth_chainId
- name: eth_compileLLL
- name: eth_compileSerpent
- name: eth_compileSolidity
- name: eth_getCompilers
- name: eth_getFilterChanges
- name: eth_getFilterLogs
- name: eth_getWork
- name: eth_newBlockFilter
- name: eth_newFilter
- name: eth_newPendingTransactionFilter
- name: eth_subscribe
- name: eth_syncing
- name: eth_uninstallFilter
- name: eth_unsubscribe
- name: txpool_content
- name: txpool_inspect
- name: txpool_status
- name: web3_sha3
connection:
ethereum:
rpc:
url: "http://geth:8545"
ws:
url: "ws://geth:8545"