Skip to main content
Version: v2

TONChainConfig

chainFamilystringrequired

Always TON for this object shape. Matches chain.chainFamily on the parent ChainDetails.

Possible values: [TON]

router object[]nullablerequired

CCIP router deployments on this chain.

  • Array [
  • addressstringrequired

    On-chain identifier for this deployment.

    typestringnullablerequired

    Deployment type name.

    versionstringnullablerequired

    Deployment version string.

    isActivebooleanrequired

    Whether this deployment is the current active deployment.

  • ]
  • feeQuoter object[]nullablerequired

    FeeQuoter deployments used for fee estimation.

  • Array [
  • addressstringrequired

    On-chain identifier for this deployment.

    typestringnullablerequired

    Deployment type name.

    versionstringnullablerequired

    Deployment version string.

    isActivebooleanrequired

    Whether this deployment is the current active deployment.

  • ]
  • registryModule object[]nullablerequired

    Registry Module Owner Custom deployments.

  • Array [
  • addressstringrequired

    On-chain identifier for this deployment.

    typestringnullablerequired

    Deployment type name.

    versionstringnullablerequired

    Deployment version string.

    isActivebooleanrequired

    Whether this deployment is the current active deployment.

  • ]
  • tokenPoolFactory object[]nullablerequired

    Token Pool Factory deployments.

  • Array [
  • addressstringrequired

    On-chain identifier for this deployment.

    typestringnullablerequired

    Deployment type name.

    versionstringnullablerequired

    Deployment version string.

    isActivebooleanrequired

    Whether this deployment is the current active deployment.

  • ]
  • JSON
    TONChainConfig
    {
    "chainFamily": "TON",
    "router": [
    {
    "address": "EQDxL8F4t1RPjjBR45R3f6e60djNBUwWpI6wH3rV_8PJCLaw",
    "type": "Router",
    "version": "1.6.0",
    "isActive": true
    }
    ],
    "feeQuoter": [
    {
    "address": "EQDemY2ruaac97YcoXJ0L_IWVmG401scFuhYHxpzOZboZyb5",
    "type": "FeeQuoter",
    "version": "1.6.0",
    "isActive": true
    }
    ],
    "registryModule": [
    {
    "address": "EQD32deR_DMdBZhmY3dKSJ3svzXyjXQNZY3Ewmoql_0V4SpG",
    "type": "RegistryModuleOwnerCustom",
    "version": "1.6.0",
    "isActive": true
    }
    ],
    "tokenPoolFactory": [
    {
    "address": "EQB-S03FKBwBs8q8CNw_ItnnBY45VtYFo-iCVzhXKIqP0pRq",
    "type": "TokenPoolFactory",
    "version": "1.6.0",
    "isActive": true
    }
    ]
    }