diff --git a/src/services/beacon/utils.ts b/src/services/beacon/utils.ts index 0178e39c..e64103ec 100644 --- a/src/services/beacon/utils.ts +++ b/src/services/beacon/utils.ts @@ -8,7 +8,7 @@ import { EnvKey, getEnv } from "services/config" export type Network = "mainnet" | "shadownet" | "etherlink_shadownet" | "etherlink_mainnet" export const rpcNodes: Record = { - mainnet: getEnv(EnvKey.REACT_APP_RPC_NETWORK_MAINNET) || "https://mainnet.api.tez.ie", + mainnet: getEnv(EnvKey.REACT_APP_RPC_NETWORK_MAINNET) || "https://tcinfra.net/rpc/tezos/mainnet", shadownet: getEnv(EnvKey.REACT_APP_RPC_NETWORK_SHADOWNET) || "https://rpc.shadownet.teztnets.com", etherlink_shadownet: "https://node.shadownet.etherlink.com", etherlink_mainnet: "https://node.mainnet.etherlink.com"