Deploy Native Token Home
Deploy the NativeTokenHome contract on the Dijets ECC blockchain.
You may already have
TELEPORTER_REGISTRY_ECC and SOURCE_BLOCKCHAIN_ID_HEX set from previous sections. If you do, you can skip to step 5.Save the Jumper Registry Address
Most other environment variables we will need are already set in the devcontainer or from the previous section.
Deploy NativeTokenHome on mydijetschain
Using the forge create command, we will deploy the NativeTokenHome.sol contract, passing in the following constructor arguments:
- InterECC Messaging Registry (for our Dijets ECC)
- InterECC Messaging Manager (our funded address)
- Wrapped Token Address (deployed in the last step)

