Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update how-to-deploy-secretpath-on-your-chain.md #232

Open
wants to merge 1 commit into
base: gitbook
Choose a base branch
from
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