mirror of
https://github.com/FlipsideCrypto/livequery-models.git
synced 2026-02-06 10:56:46 +00:00
update helius rpc url to mainnet (#118)
This commit is contained in:
parent
2c5d0cca67
commit
9f98d2b9b2
@ -65,11 +65,11 @@
|
||||
WHEN NETWORK = 'devnet' THEN
|
||||
'https://devnet.helius-rpc.com?api-key={API_KEY}'
|
||||
ELSE
|
||||
'https://rpc.helius.xyz?api-key={API_KEY}'
|
||||
'https://mainnet.helius-rpc.com?api-key={API_KEY}'
|
||||
END,
|
||||
{},
|
||||
{'id': 1,'jsonrpc': '2.0','method': METHOD,'params': PARAMS},
|
||||
'_FSC_SYS/HELIUS'
|
||||
) as response
|
||||
|
||||
{% endmacro %}
|
||||
{% endmacro %}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user