fix: update CONSENSUS_RPC_URL
This commit is contained in:
parent
059c0b64ee
commit
c3d7a829a1
|
@ -8,7 +8,7 @@ import axios from "axios";
|
||||||
|
|
||||||
const EXECUTION_RPC_URL = "https://rpc.ankr.com/eth";
|
const EXECUTION_RPC_URL = "https://rpc.ankr.com/eth";
|
||||||
|
|
||||||
const CONSENSUS_RPC_URL = "https://www.lightclientdata.org";
|
const CONSENSUS_RPC_URL = "https://lodestar-mainnet.chainsafe.io";
|
||||||
|
|
||||||
interface ExecutionRequest {
|
interface ExecutionRequest {
|
||||||
method: string;
|
method: string;
|
||||||
|
|
Loading…
Reference in New Issue