Deploying Your Custom EVM Protocol
Prerequisites
Package Installation
npm install @entangle-labs/uip-contractsDeployment Steps
1
2
3
4
Troubleshooting & Notes
Last updated
npm install @entangle-labs/uip-contractsLast updated
function propose(
uint256 destChainID,
bytes32 selectorSlot,
bytes calldata transmitterParams,
bytes calldata destAddress,
bytes calldata payload
) external payable;