Skip to content

Commit

Permalink
Merge pull request #15 from Cybersecurity-LINKS/docs-mediterraneus
Browse files Browse the repository at this point in the history
Docs mediterraneus
  • Loading branch information
lucagiorgino committed May 23, 2024
2 parents eaf9838 + 6f04138 commit 6dec8b2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs_mediterraneus/running-the-protocol/connector-rs.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,12 @@ docker compose up -d
2. Run the connector service:
```bash
cd connector-rs
# For local node Provider
cargo run --release -- --rpc-provider "http://127.0.0.1:8545/" --chain-id 31337

# For Shimmer Provider
cargo run --release -- --rpc-provider "https://json-rpc.evm.testnet.shimmer.network" --chain-id 1073

# For Sepolia
cargo run --release -- --rpc-provider https://sepolia.infura.io/v3/<API_KEY> --chain-id 11155111
```

0 comments on commit 6dec8b2

Please sign in to comment.