diff --git a/src/constants.ts b/src/constants.ts index 3297640..bc9f189 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -3,11 +3,11 @@ import { appBillingConfig } from "./types/type" export const getBlockChainAPIEndpoint = (chainId: number) =>{ return chainId === 1 ? "https://mainnet-api.ainetwork.ai" : "https://testnet-api.ainetwork.ai" } + export const getBlockChainEventEndpoint = (chainId: number) =>{ return chainId === 1 ? "https://mainnet-event.ainetwork.ai" : "https://testnet-event.ainetwork.ai" } - export const Path = { app: (appName: string): any => { return {