Skip to content

Commit 0117239

Browse files
douglasgalicoevan-gray
authored andcommitted
readme-me
1 parent bb7cfe3 commit 0117239

File tree

2 files changed

+13
-15
lines changed

2 files changed

+13
-15
lines changed

.prettierignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
/evm
2-
/README.md
2+

README.md

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,16 @@ This will spin up a local development environment with all necessary components
2020

2121
After Tilt is running, the test suite will run automatically in the `e2e` step.
2222

23-
````
24-
2523
## Capabilities and Supported Platforms
2624

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 |
3129

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. |
3533

3634
## Running the Docker Image
3735

@@ -41,7 +39,7 @@ You can run the executor using the published Docker image. To override the defau
4139
docker run -v /path/to/your/config.json:/app/config.json \
4240
-e CONFIG_PATH=/app/config.json \
4341
example-executor:latest
44-
````
42+
```
4543

4644
The configuration file should contain your chain settings, RPC endpoints, and other necessary parameters.
4745

@@ -64,10 +62,10 @@ forge create YourContract -r http://localhost:8545 --private-key <your-private-k
6462

6563
The following contracts are used as part of this repository infrastructure:
6664

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 |
7169
| MultiReceiveWithGasDropOff | Base Sepolia | [0xe3cc16Cffa085C78e5D8144C74Fa97e4Fe53d68d](https://sepolia.basescan.org/address/0xe3cc16Cffa085C78e5D8144C74Fa97e4Fe53d68d) | Manages multi-receiver operations |
7270

7371
## Using the Executor Explorer

0 commit comments

Comments
 (0)