Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jdville03 committed Mar 29, 2024
1 parent 49fa400 commit 06b968a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ USE_IPFS="false"
# The PK of the account that will be used to sign the messages, for example:
RELAYER_PK=0x49b803c4495fbedafbfbb9399fcc212286b4bc21caafe06e609762d913ed0ef7
# The network name that will be used by the relayer (use testnet for: goerli), and mainnet for the main eth network
# The network name that will be used by the relayer (use testnet for: polygon), and mainnet for the main eth network
NETWORK=testnet
# The postgres url: postgres://user:pwd@host:5432/db-name
Expand All @@ -36,7 +36,7 @@ FLEEK_API_SECRET=(https://fleek.co/)
ALLOWED_DOMAINS=http://localhost:3000
# The relayer API (alternative to Infura)
ALCHEMY_API_URL=https://eth-goerli.alchemyapi.io/v2/<your-api-key>
ALCHEMY_API_URL=https://polygon-mainnet.alchemyapi.io/v2/<your-api-key>
# Enables events to run for processing webhook requests. Set to `1` for `true`, `0` for `false`.
SERVICE_EVENTS=1
Expand Down

0 comments on commit 06b968a

Please sign in to comment.