ChainIdentifierArray
ChainIdentifierArray = readonly (
string|number)[]
Defined in: types.ts:138
Array of chain identifiers (replaces IdentifierArray from @wallet-standard/base) Can contain strings, numbers, or other primitive types
Example
const chainIds: ChainIdentifierArray = ['ethereum', 1, 'solana:mainnet-beta'];Last updated on