TokenRemoteChainConfig
The active per-remote-chain configuration.
The remote (counterparty) chain selector for this lane.
Possible values: Value must match regular expression ^[0-9]+$
124615329519749607Address of the corresponding token on the remote chain.
Connection status of a token toward a remote chain (DISCONNECTED when the lane has been
removed).
CONNECTEDRemote pool address(es) the active home pool is configured toward for this chain.
rateLimits objectrequired
Inbound/outbound rate limits for one lane direction. fastInbound/fastOutbound are the
fast-finality (FTF) per-lane limits.
inbound objectrequired
A token-bucket rate limiter.
Whether the rate limiter is enforced.
Maximum bucket capacity.
Possible values: Value must match regular expression ^[0-9]+$
50000000000000000000000Refill rate per second.
Possible values: Value must match regular expression ^[0-9]+$
13880000000000000000outbound objectrequired
A token-bucket rate limiter.
Whether the rate limiter is enforced.
Maximum bucket capacity.
Possible values: Value must match regular expression ^[0-9]+$
50000000000000000000000Refill rate per second.
Possible values: Value must match regular expression ^[0-9]+$
13880000000000000000fastInbound objectnullablerequired
Fast-finality (FTF) inbound rate limit.
Possible values: Value must match regular expression ^[0-9]+$
Possible values: Value must match regular expression ^[0-9]+$
fastOutbound objectnullablerequired
Fast-finality (FTF) outbound rate limit.
Possible values: Value must match regular expression ^[0-9]+$
Possible values: Value must match regular expression ^[0-9]+$
verifiers objectnullable
Per-direction verifier configuration for this lane. Present only for lanes on
pools running contract version 2.0+; null when no verifiers are configured.
outbound objectrequired
Verifier (CCV) configuration for one lane direction.
Verifier contracts that must verify every transfer in this direction.
Additional verifier contracts required when the transferred amount exceeds the pool's threshold amount.
inbound objectrequired
Verifier (CCV) configuration for one lane direction.
Verifier contracts that must verify every transfer in this direction.
Additional verifier contracts required when the transferred amount exceeds the pool's threshold amount.
{
"remoteChainSelector": "124615329519749607",
"remoteTokenAddress": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"status": "CONNECTED",
"remotePools": [
"0x0a995a72d8346683C97514990F802f4778b7Ac72"
],
"rateLimits": {
"outbound": {
"isEnabled": true,
"capacity": "50000000000000000000000",
"rate": "13880000000000000000"
},
"inbound": {
"isEnabled": true,
"capacity": "50000000000000000000000",
"rate": "13880000000000000000"
},
"fastOutbound": null,
"fastInbound": null
},
"verifiers": {
"outbound": {
"required": [
"0xb55BCa19C48074A7Fa693b8350785fd04034545a"
],
"additionalAboveThreshold": []
},
"inbound": {
"required": [
"0xb55BCa19C48074A7Fa693b8350785fd04034545a"
],
"additionalAboveThreshold": []
}
}
}