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 file name to clipboardexpand all lines: evm/README.md
+9-9
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,8 @@ make build
12
12
13
13
The testing environments can be found in the following locations:
14
14
15
-
-[Unit Tests](./forge/tests/)
16
-
-[Integration Tests](./ts/tests/)
15
+
-[Unit Tests](./forge/tests/)
16
+
-[Integration Tests](./ts/tests/)
17
17
18
18
To run the unit tests, set the `AVALANCHE_RPC` environment variable in `env/testing.env` and run `make unit-test`. To run the integration tests, create a `.env` file in the `ts/tests` directory with the following environment variables:
19
19
@@ -30,14 +30,14 @@ Then run `make integration-test`.
30
30
31
31
Before deploying any contracts, make sure to set the `RPC` environment variable in each environment file in the target `env` directory.
32
32
33
-
To deploy the `MatchingEngine` contract, open the `avalanche.env` file in the target `env` directory and set the `RELEASE_FEE_RECIPIENT_ADDRESS` environment variable. The `MatchingEngine` contract is design to be deployed to the Avalanche network to help support faster-than-finality transfers. Run the following command for each network:
33
+
To deploy the `MatchingEngine` contract, open the `Avalanche.env` file in the target `env` directory and set the `RELEASE_FEE_RECIPIENT_ADDRESS` environment variable. The `MatchingEngine` contract is design to be deployed to the Avalanche network to help support faster-than-finality transfers. Run the following command for each network:
To deploy the `TokenRouter` contract, open the target environment file in the `env` directory and set the `RELEASE_OWNER_ASSISTANT_ADDRESS`, `RELEASE_MATCHING_ENGINE_CHAIN` and `RELEASE_MATCHING_ENGINE_ADDRESS` environment variables. The `MatchingEngine` contract must be deployed before any `TokenRouter` contracts. Then run the following command:
Once the contracts (`TokenRouter` and `MatchingEngine`) have been deployed, the deployment configuration file needs to be updated with the deployed contract addresses, initial `FastTransferParameters` and `AuctionConfig`. The configuration file can be found in the `cfg` directory. Copy the sample testnet file and replace the network type with your network of choice. Run the following commands for each `TokenRouter` contract (in the following order):
0 commit comments