Provider Guide
The Chainflip Provider
interface ChainflipProviderProps {
children: ReactNode;
useTestnet?: boolean; // optional prop to switch between testnet and mainnet
brokerUrl?: string; // optional prop to set the broker url
backendServiceUrl?: string; // optional prop to set the backend service url
network?: ChainflipNetwork;
signer?: Signer;
commisionBps?: number;
rpcUrl?: string;
thirdwebSecretKey?:string;
mobulaAPIKey?:string;
}Param
Description
Data type
Last updated