Skip to content

Commit

Permalink
intent
Browse files Browse the repository at this point in the history
  • Loading branch information
akastercomcom committed May 7, 2024
1 parent 5b2e327 commit d090784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit d090784

Please sign in to comment.