update helius rpc url to mainnet (#118)

This commit is contained in:
Jensen Yap 2025-03-13 09:29:31 +09:00 committed by GitHub
parent 2c5d0cca67
commit 9f98d2b9b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 %}