3⃣
Deploy and map your contracts
Deploy the final contracts on different chains you want to interact with while making sure that you use the correct addresses of the Sequencer Handler for different chains. Please find the hardhat tasks for deployment here.
For example: If you deploy your contracts on Polygon and Fantom, you need to map the contract on Polygon with the contract on Fantom and also the contract on Fantom with the contract on Polygon. Please find tasks for mapping here.
Last modified 10mo ago