Config.tsx
Import the DEV_CONFIG
to interact with the devnet parimutuel protocol. For mainnet, import MAINNET_CONFIG
and export PariConfig to use it throughout the project.
import { DEV_CONFIG, MAINNET_CONFIG } from "@hxronetwork/parimutuelsdk";
export const PariConfig = {
config: DEV_CONFIG
}
Last updated