Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Before you begin, make sure you have the following installed on your system:
1. **Clone the SecretPath Repository**

```bash
git clone -b Solana https://github.com/SecretSaturn/SecretPath.git
git clone https://github.com/SecretSaturn/SecretPath.git
```
2. **Navigate to the Public Gateway Directory**

Expand Down Expand Up @@ -105,7 +105,7 @@ Upon successful deployment, you will see two contract addresses:
### **Navigate to the Relayer Directory**

```bash
cd ../../TNLS-RELAYERS
cd ../../TNLS-Relayers
```

### **Open `config.yml` for Editing**
Expand All @@ -116,7 +116,7 @@ nano config.yml

### **Add the Following Configuration**

Replace `<YOUR_GATEWAY_ADDRESS>` with the Gateway Address obtained from the deployment step.
Replace the value of `contract_address` shown below with your Gateway Address obtained from the deployment step.

```yaml
"11155111": #Ethereum Sepolia
Expand Down