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
Get LayerZero DVN configurationRetrieve the DVN (Data Verification Network) configuration for a specific adapter. Returns DVN configurations for channels between the source adapter and its peers.
Next
TypeScript