Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.22 KB

File metadata and controls

29 lines (17 loc) · 1.22 KB

DeployLayerZeroAdaptersRequest

Properties

Name Type Description Notes
vaultAccountId String The id of the vault account that initiated the request to deploy adapter for the token
createParams List<LayerZeroAdapterCreateParams> Array of creation parameters for LayerZero adapters, one per tokenLink.
displayName String The display name of the contract [optional]
useGasless Boolean Whether to use gasless deployment or not [optional]
feeLevel FeeLevelEnum Fee level for the write function transaction. interchangeable with the 'fee' field [optional]
fee String Max fee amount for the write function transaction. interchangeable with the 'feeLevel' field [optional]
salt String 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 [optional]

Enum: FeeLevelEnum

Name Value
LOW "LOW"
MEDIUM "MEDIUM"
HIGH "HIGH"