To create a chain adapter for Tron you will need to pass a TronWeb instance.

import { getTronChainAdapter } from '@rhino.fi/sdk/adapters/tron'

const chainAdapter = getTronChainAdapter(
  tronWeb,
  chainConfig
)