mirror of
https://github.com/farcasterxyz/hub-monorepo.git
synced 2026-04-18 03:00:22 -04:00
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:
@@ -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`
|
||||
|
||||
@@ -31,5 +31,5 @@ export const MAINNET_ALLOWED_PEERS = [
|
||||
'12D3KooWEs1QcvJcoVv3ihHqqa3yxh4gijegrjyyVkvso2qayUdj', // @colin / @paragraph
|
||||
'12D3KooWBhm9XdafZiBWPncDVcvMhcmV3kLFLnBiS83CjY833sWN', // @pjc (fc.bus.events)
|
||||
'12D3KooWFHsw17MsY9eSbYLhkemUYcAwAjPPA7D6g3wTuhnLgAbT', // @sds
|
||||
'12D3KooWNR1PJaUH3Ssgfp7gcpF2F9Hm5HsXYyeBhujQdg1TU9Pm', // @blanker
|
||||
'12D3KooWKEuT74vxNfhGJh5XGUURaenDj1qokjA811Wv78tFo5WV', // @blanker
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user