@@ -20,18 +20,16 @@ This will spin up a local development environment with all necessary components
20
20
21
21
After Tilt is running, the test suite will run automatically in the ` e2e ` step.
22
22
23
- ````
24
-
25
23
## Capabilities and Supported Platforms
26
24
27
- | Capability | Status | Description |
28
- |------------| --------| -------------|
29
- | NTT V1 | ✅ Supported | Native Token Transfer protocol integration |
30
- | VAA V1 | ✅ Supported | Verified Action Approvals V1 protocol |
25
+ | Capability | Status | Description |
26
+ | ---------- | -- ---------- | ------------------------------------------ |
27
+ | NTT V1 | ✅ Supported | Native Token Transfer protocol integration |
28
+ | VAA V1 | ✅ Supported | Verified Action Approvals V1 protocol |
31
29
32
- | Platform | Status | Networks |
33
- |----------| --------| ----------|
34
- | EVM | ✅ Supported | Ethereum, BSC, Polygon, Avalanche, etc. |
30
+ | Platform | Status | Networks |
31
+ | -------- | -- ---------- | --------------------------------------- |
32
+ | EVM | ✅ Supported | Ethereum, BSC, Polygon, Avalanche, etc. |
35
33
36
34
## Running the Docker Image
37
35
@@ -41,7 +39,7 @@ You can run the executor using the published Docker image. To override the defau
41
39
docker run -v /path/to/your/config.json:/app/config.json \
42
40
-e CONFIG_PATH=/app/config.json \
43
41
example-executor:latest
44
- ````
42
+ ```
45
43
46
44
The configuration file should contain your chain settings, RPC endpoints, and other necessary parameters.
47
45
@@ -64,10 +62,10 @@ forge create YourContract -r http://localhost:8545 --private-key <your-private-k
64
62
65
63
The following contracts are used as part of this repository infrastructure:
66
64
67
- | Contract | Network | Address | Description |
68
- | ----------| ---------| ---------| -------------|
69
- | NTT Shim Contract | Sepolia | [ 0x54DD7080aE169DD923fE56d0C4f814a0a17B8f41] ( https://sepolia.etherscan.io/address/0x54DD7080aE169DD923fE56d0C4f814a0a17B8f41 ) | Handles NTT protocol integration |
70
- | Executor | Sepolia | [ 0xD0fb39f5a3361F21457653cB70F9D0C9bD86B66B] ( https://sepolia.etherscan.io/address/0xD0fb39f5a3361F21457653cB70F9D0C9bD86B66B ) | Main executor contract |
65
+ | Contract | Network | Address | Description |
66
+ | -------------------------- | ------------ | ----------------------------------------------------------------------------------------------------------------------------- | --------------------------------- |
67
+ | NTT Shim Contract | Sepolia | [ 0x54DD7080aE169DD923fE56d0C4f814a0a17B8f41] ( https://sepolia.etherscan.io/address/0x54DD7080aE169DD923fE56d0C4f814a0a17B8f41 ) | Handles NTT protocol integration |
68
+ | Executor | Sepolia | [ 0xD0fb39f5a3361F21457653cB70F9D0C9bD86B66B] ( https://sepolia.etherscan.io/address/0xD0fb39f5a3361F21457653cB70F9D0C9bD86B66B ) | Main executor contract |
71
69
| MultiReceiveWithGasDropOff | Base Sepolia | [ 0xe3cc16Cffa085C78e5D8144C74Fa97e4Fe53d68d] ( https://sepolia.basescan.org/address/0xe3cc16Cffa085C78e5D8144C74Fa97e4Fe53d68d ) | Manages multi-receiver operations |
72
70
73
71
## Using the Executor Explorer
0 commit comments