Set LayerZero DVN configuration
Configure DVN settings for LayerZero adapters. This endpoint sets up the DVN configuration for message verification between source and destination adapters.
POST
TypeScript
Headers
A unique identifier for the request. If the request is sent multiple times with the same idempotency key, the server will return the same response as the first request. The idempotency key is valid for 24 hours.
Body
application/json
Vault account that pays gas
Example:
"0"
Source adapter TokenLink ID
Example:
"b70701f4-d7b1-4795-a8ee-b09cdb5b850d"
Destination adapter TokenLink ID
Example:
"6add4f2a-b206-4114-8f94-2882618ffbb4"
Response
LayerZero DVN configuration set successfully
Transaction IDs submitted to the network
Previous
Set LayerZero peersSet LayerZero peers to establish connections between adapter contracts. This endpoint creates peer relationships that enable cross-chain communication. It sets the destination adapter as a peer of the source adapter. If `bidirectional` is true, it also sets the source adapter as a peer of the destination adapter(s).
Next
TypeScript