# PASSAGE

<figure><img src="https://raw.githubusercontent.com/StakeandRelax-Validator/documentation/main/Logos/passage.png" alt="" height="150" width="150"><figcaption></figcaption></figure>

**Chain ID**: passage-2 | **Latest Version Tag**: 2.6.0

[Website](https://www.passage.io) | [Discord](https://discord.gg/passage) | [Twitter](https://x.com/passageio)

## Public endpoints

* rpc: <https://passage-rpc.stakeandrelax.net>
* api: <https://passage-api.stakeandrelax.net>

## Explorer

[Relaxed Explorer](https://explorer.stakeandrelax.net/passage)

## Peering

**state-sync**

```
https://passage-rpc.stakeandrelax.net
```

**seed-node**

```
8eb02d76a8c276efcf25655d0ceb35cebf2242d9@65.21.233.188:15656
```

**addrbook**

```bash
curl -Ls https://snapshots.stakeandrelax.net/addrbook/passage/addrbook.json > $HOME/.passage/config/addrbook.json
```

**live-peers** (44)

```bash
peers="02990fd7014365f89f9073ef51f99d337a3c0db9@174.142.205.1:26656,e1b058e5cfa2b836ddaa496b10911da62dcf182e@169.155.45.130:26656,e4a9e5dd0372b794457da58f0bd9ae9ddeeec3dd@65.108.75.160:15656,9a30215908b06ac37d234744d7c87e9a4a46d44a@65.108.238.166:15656,0143bb6f4b43a285fa0ba5fd6993af519f91f3d7@65.108.238.219:15656,050cd39d7755cda3e53f8027cbd5b62f1a3fa717@65.109.122.249:15656,3d8c0a8882d7890cfed8a288b80c2b80f18f6bf8@37.27.63.150:27856,e8f7f3d8cbfb57399efc23913fcfd243dcd26c27@217.182.198.128:23356,89757803f40da51678451735445ad40d5b15e059@169.155.168.200:26656,e47f25360f32399d73dfae1dc3a6ce9c10c0f229@23.88.52.249:26640,bd2cd46b953e8a99ec07901e63ea6a8184e084f1@152.53.106.232:26656,10e0991921164deee1b63aa4535822a9fd1968f4@38.242.240.52:23656,e7bb302058ea9cc811d482d8d86ae0503afb4e11@31.7.194.203:26656,aea0253351fa4130559d1035e75be643984fe879@85.208.51.46:26656,e726816f42831689eab9378d5d577f1d06d25716@164.152.162.242:26656,6781ed78482babbe5d1c2182fca96a2b26041255@65.109.122.90:29656,e27c3ef77f902b305e0074faef29b1e409daa3c0@152.53.36.47:15656,69c67cd1ba71db3f734f4049d2423d335b041823@65.108.141.109:21656,fd7d5c40dc3480c06f7829e4ed000a0b45811f8a@135.181.141.120:12756,08c209f421ba053db6fd834cae2ede8ecdb841e9@66.94.113.109:26656,47b8b8650a140d34ab88a243e5491c3724d1dfc0@51.161.87.126:36656,e4decb6f53d9f47589498886637e29de9dc07c46@162.55.100.104:26656,261a9faa12fc224bed150d88040a5a45697dcdfb@65.108.75.107:21656,ba9fe6f1df3707c0e5dbfa84bba4c2754b98e437@178.63.41.154:30200"
sed -i.bak -e "s/^persistent_peers *=.*/persistent_peers = \"$peers\"/" ~/.passage/config/config.toml 
```
