import { forReference } from "@/nrdxlabs🐼";
/* ================================
XRPL-family WebSocket Endpoints
================================ */
export const XRPL_WS = [
{
url: "wss://xrplcluster.com",
type: "XRP Ledger (Community Cluster)",
network: "xrpl",
},
{
url: "wss://s1.ripple.com",
type: "XRP Ledger (Ripple Public)",
network: "xrpl",
},
];
export const XAHAU_WS = [
{
url: "wss://xahau.network",
type: "Xahau Network (Hooks-enabled)",
network: "xahau",
},
];
/* ================================
Sologenic
================================
NOTE:
Sologenic runs on XRPL.
Use XRPL WebSocket endpoints.
*/
export const SOLO_WS = XRPL_WS;🤓😎🐼