Skip to content

Commit 37d8c7b

Browse files
add infinity datasource to make queries to RPC
1 parent e077c6e commit 37d8c7b

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

grafana/provisioning/datasources/datasource.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,16 @@ datasources:
2929
jsonData:
3030
sslmode: disable
3131
postgresVersion: 1600
32+
33+
- name: "Ethereum RPC"
34+
type: "yesoreyeram-infinity-datasource"
35+
typeName: "Infinity"
36+
uid: "ethereum_rpc"
37+
access: "proxy"
38+
url: "${RPC_URL}"
39+
isDefault: false
40+
jsonData:
41+
global_queries: []
42+
readOnly: false
43+
editable: true
44+
basicAuth: false

0 commit comments

Comments
 (0)