import { EthStakingWidget } from "@kilnfi/react-components";
import "@kilnfi/react-components/dist/cjs/index.css";
apiUrl: '...', // KILN API URL
apiKey: '...', // KILN API TOKEN
accountId: '...', // KILN ACCOUNT ID
network: 'goerli', // goerli | mainnet
chainId: 5, // network chain id
const provider = '' // A JsonRpcProvider (see: https://docs.ethers.io/v5/api/providers/jsonrpc-provider/)
const account = '...' // connected wallet address
<EthStakingWidget.Header />
<EthStakingWidget.SelectAmount />
<EthStakingWidget.RewardsForecast />
<EthStakingWidget.Status />