chore: Fix readme and update peerId for blanker (#980)

* chore: fix typo when deploying on mainnet

`FC_NETOWKR_ID` on the mainnet should be 1 rather than 2.

* chore: update peer id because of lose identity file
This commit is contained in:
Blanker
2023-05-19 08:11:54 +08:00
committed by GitHub
parent 99d13c1bbf
commit 30da04d06d
2 changed files with 3 additions and 3 deletions

View File

@@ -52,7 +52,7 @@ Mainnet is Farcaster's production environment apps use and writing a message her
1. Update the `.env` file in your `apps/hubble` directory, substituting the relevant value for your `ETH_RPC_URL`:
```
ETH_RPC_URL=your-ETH-RPC-URL
FC_NETWORK_ID=2
FC_NETWORK_ID=1
BOOTSTRAP_NODE=/dns/nemes.farcaster.xyz/tcp/2282
```
2. Get your PeerId from the file `/apps/hubble/.hub/<PEER_ID>_id.protobuf`
@@ -120,7 +120,7 @@ Mainnet is Farcaster's production environment apps use and writing a message her
1. Update the `.env` file in your `apps/hubble` directory, substituting the relevant value for your `ETH_RPC_URL`:
```
ETH_RPC_URL=your-ETH-RPC-URL
FC_NETWORK_ID=2
FC_NETWORK_ID=1
BOOTSTRAP_NODE=/dns/nemes.farcaster.xyz/tcp/2282
```
2. Get your PeerId from the file `apps/hubble/.hub/<PEER_ID>_id.protobuf`

View File

@@ -31,5 +31,5 @@ export const MAINNET_ALLOWED_PEERS = [
'12D3KooWEs1QcvJcoVv3ihHqqa3yxh4gijegrjyyVkvso2qayUdj', // @colin / @paragraph
'12D3KooWBhm9XdafZiBWPncDVcvMhcmV3kLFLnBiS83CjY833sWN', // @pjc (fc.bus.events)
'12D3KooWFHsw17MsY9eSbYLhkemUYcAwAjPPA7D6g3wTuhnLgAbT', // @sds
'12D3KooWNR1PJaUH3Ssgfp7gcpF2F9Hm5HsXYyeBhujQdg1TU9Pm', // @blanker
'12D3KooWKEuT74vxNfhGJh5XGUURaenDj1qokjA811Wv78tFo5WV', // @blanker
];