TokenLaneVerifiers
Verifier (CCV) configuration for one lane direction.
requiredstring[]required
Verifier contracts that must verify every transfer in this direction.
additionalAboveThresholdstring[]required
Additional verifier contracts required when the transferred amount exceeds the pool's threshold amount.
JSON
TokenLaneVerifiers
{
"required": [
"0x1111111111111111111111111111111111111111"
],
"additionalAboveThreshold": [
"0x2222222222222222222222222222222222222222"
]
}