Props for the <TokenProvider /> component
<TokenProvider />
type TokenProviderProps = { address: Address; chain: Chain; client: ThirdwebClient;};
The token (ERC20) contract address
type address = Address;
The chain (network) that the token is on
type chain = Chain;
thirdweb Client
type client = ThirdwebClient;