@kagamidigital/salt-sdk-mirror
    Preparing search index...

    Variable SUPPORTED_CHAINSConst

    SUPPORTED_CHAINS: (
        | 1
        | 11155111
        | 421614
        | 80002
        | 137
        | 42161
        | 560048
        | 998
        | 999
        | 8453
        | 84532
        | 1287
        | 1284
        | 50312
        | 5031
        | 43113
        | 43114
        | 10143
        | 143
        | 50
        | 51
    )[] = ...

    The chain IDs supported by the current version of the SDK. Transactions targetting chain IDs not in the list will be rejected with InvalidChain.

    The runtime counterpart of SupportedChainId — use it to enumerate the supported chains (to build a network picker, say) rather than hard-coding a list that drifts as chains are added.