You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy the sample environment file located in `env/` into the target subdirectory of your choice (currently `testnet` or `mainnet`) and prefix the filename with your blockchain of choice:
67
+
68
+
```
69
+
cp env/.env.sample env/testnet/sepolia.env
70
+
```
71
+
72
+
Do this for each blockchain network that the `NTTManager` and `WormholeTransceiver` contracts will be deployed to. Then configure each `.env` file and set the `RPC` variables.
73
+
74
+
#### Config Setup
75
+
76
+
Before deploying the contracts, navigate to the `cfg` directory and copy the sample file. Make sure to preserve the existing name:
Configure each network to your liking (including adding/removing networks). We will eventually add the addresses of the deployed contracts to this file.
85
+
86
+
#### Deploy
87
+
88
+
Deploy the `NttManager` and `WormholeTransceiver` contracts by running the following command for each target network:
0 commit comments