Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Fetch the optimal upgrade path for a channel
import { downlinkClient } from './config' const data = await downlinkClient.getOptimalUpgradePath({ address: '0x1234567890123456789012345678901234567890' })
IUpgradePath | null
type IUpgradePath = { id: string baseImpl: Address upgradeImpl: Address blockNumber?: bigint blockTimestamp?: bigint }
string
const data = await downlinkClient.getOptimalUpgradePath({ address: '0x1234567890123456789012345678901234567890', })