axelar-gmp-sdk-solidity

Solidity API

ConstAddressDeployer

This contract is responsible for deploying and initializing new contracts using the CREATE2 method which computes the deployed contract address based on the bytecode, deployer address, and deployment salt.

This contract is deprecated in favour of Create2Deployer and exported for backwards compatibility.