To create a chain adapter for TON you will need to pass a TonConnectUI instance.
import { getTonChainAdapter } from '@rhino.fi/sdk/adapters/ton'

const chainAdapter = getTonChainAdapter(
  tonConnectUI,
  chainConfig,
  rpcUrl
)
As there are no stable public TON RPC endpoints, you will need to provide your own.