Deploy LayerZero adapters
Deploy LayerZero adapters for multichain token bridging functionality. This endpoint creates adapter contracts that enable cross-chain token transfers.
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
The id of the vault account that initiated the request to deploy adapter for the token
"0"
Array of creation parameters for LayerZero adapters, one per tokenLink.
1The display name of the contract
"LayerZero Adapter"
Whether to use gasless deployment or not
false
Fee level for the write function transaction. interchangeable with the 'fee' field
LOW, MEDIUM, HIGH "MEDIUM"
Max fee amount for the write function transaction. interchangeable with the 'feeLevel' field
"2000"
The salt to calculate the deterministic address. Must be a number between 0 and 2^256 -1, for it to fit in the bytes32 parameter
"123456789"