This commit is contained in:
Sebastian
2024-12-06 11:49:06 +01:00
parent ddcebe4744
commit 03b8ce32d9
3 changed files with 64 additions and 1 deletions

17
solana-lite-rpc.cfg Normal file
View File

@@ -0,0 +1,17 @@
- id: ${ID}
chain: ${CHAIN}
labels:
provider: ${PROVIDER}
method-groups:
disable: default
methods:
enabled:
- name: sendRawTransaction
connection:
generic:
rpc:
url: "${RPC_URL}"
ws:
frameSize: 20Mb
msgSize: 50Mb
url: "${WS_URL}"