mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-01-12 08:34:23 +08:00
fix: update Starknet RPC endpoint from Blast to Lava (#16988)
This commit is contained in:
@@ -10,7 +10,7 @@ const _yek = "b523cf66-7a5a-4fe8-8d67-f604fd0492c2" // bifrost
|
||||
|
||||
const DEFAULTS = {
|
||||
EVMOS_MULTICALL_CHUNK_SIZE: "3", // evmos reduced gas limit, this is a workaround to make multicall work
|
||||
STARKNET_RPC: 'https://starknet-mainnet.public.blastapi.io',
|
||||
STARKNET_RPC: 'https://rpc.starknet.lava.build/',
|
||||
COVALENT_KEY: 'ckey_72cd3b74b4a048c9bc671f7c5a6',
|
||||
// SOLANA_RPC: 'https://mainnet.helius-rpc.com/?api-key=0109717a-77b4-498a-bc3c-a0b31aa1b3bf',
|
||||
SOLANA_RPC: "https://api.mainnet-beta.solana.com",
|
||||
|
||||
Reference in New Issue
Block a user