UNPKG

@knine-sdk/react

Version:

React helpers for Knine Finance projects. Part of Knine JS SDK

3 lines (2 loc) 152 B
import { CHAINS, TOKENS } from '@knine-sdk/constants'; export declare const useTokenAddress: (token: TOKENS, chainId?: CHAINS | undefined) => string;