AptosChainConfig
Always APTOS for this object shape. Matches chain.chainFamily on the parent
ChainDetails.
Possible values: [APTOS]
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.
feeTokens object[]nullablerequired
Tokens accepted as fee payment on this chain.
Address of the token accepted as fee payment on this chain.
Token ticker symbol
Human-readable token name
Token decimal precision
tokenAdminRegistry object[]nullablerequired
Token Admin Registry deployments.
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.
Multi-Chain Multi-Sig (MCMS) module address. Required as a dependency in Move.toml when building modules that interact with CCIP on Aptos.
rmn object[]nullablerequired
RMN deployments.
On-chain identifier for this deployment.
Deployment type name.
Deployment version string.
Whether this deployment is the current active deployment.
{
"chainFamily": "APTOS",
"router": [
{
"address": "0x20f808de3375db34d17cc946ec6b43fc26962f6afa125182dc903359756caf6b",
"type": "Router",
"version": "1.6.0",
"isActive": true
}
],
"feeQuoter": [
{
"address": "0x20f808de3375db34d17cc946ec6b43fc26962f6afa125182dc903359756caf6b",
"type": "FeeQuoter",
"version": "1.6.0",
"isActive": true
}
],
"feeTokens": [
{
"tokenAddress": "0x000000000000000000000000000000000000000000000000000000000000000a",
"tokenSymbol": "APT",
"tokenName": "Aptos Coin",
"decimals": 8
}
],
"tokenAdminRegistry": [
{
"address": "0x20f808de3375db34d17cc946ec6b43fc26962f6afa125182dc903359756caf6b",
"type": "TokenAdminRegistry",
"version": "1.6.0",
"isActive": true
}
],
"rmn": [
{
"address": "0x20f808de3375db34d17cc946ec6b43fc26962f6afa125182dc903359756caf6b",
"type": "RMNRemote",
"version": "1.6.0",
"isActive": true
}
],
"mcms": "0x2d3254b5c860a75d8d5095d44388ae8e9c23a234a85abfcff6264d298fbef6cc"
}