@coinbase/agentkit
Version:
Coinbase AgentKit core primitives
6 lines (5 loc) • 361 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.BASE_SEPOLIA_GRAPH_ENDPOINT = exports.BASE_GRAPH_ENDPOINT = void 0;
exports.BASE_GRAPH_ENDPOINT = "https://subgraph-endpoints.superfluid.dev/base-mainnet/protocol-v1";
exports.BASE_SEPOLIA_GRAPH_ENDPOINT = "https://subgraph-endpoints.superfluid.dev/base-sepolia/protocol-v1";