Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content

useChainId

Usage

import { useChainId } from '@ivem/kit-vue'
 
const chainId = useChainId()

Parameters

  • None

Return Type

  • Ref<string>

Examples

console.log(chainId.value)

Related