TONChainConfig
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.
On-chain identifier for this deployment.
Deployment type name.
Deployment version string.
Whether this deployment is the current active deployment.
feeQuoter object[]nullablerequired
FeeQuoter deployments used for fee estimation.
On-chain identifier for this deployment.
Deployment type name.
Deployment version string.
Whether this deployment is the current active deployment.
registryModule object[]nullablerequired
Registry Module Owner Custom deployments.
On-chain identifier for this deployment.
Deployment type name.
Deployment version string.
Whether this deployment is the current active deployment.
tokenPoolFactory object[]nullablerequired
Token Pool Factory deployments.
On-chain identifier for this deployment.
Deployment type name.
Deployment version string.
Whether this deployment is the current active deployment.
{
"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
}
]
}