Skip to content

Commit

Permalink
Merge pull request #152 from 0xPolygonID/feature/sync-refresh-env-var…
Browse files Browse the repository at this point in the history
…iables

change IPFS_URL to IPFS_GATEWAY_URL
  • Loading branch information
ilya-korotya authored Apr 29, 2024
2 parents 4b8975f + 749cfa8 commit f9724b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/issuer/refresh-service/setup-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Consider an example of integrating [polygon scan](https://polygonscan.com/) as a
```
1. Populate the .env variables:
```
export IPFS_URL="https://infure..."
export IPFS_GATEWAY_URL="https://infura..."
export SUPPORTED_RPC="137=https://infura..."
export SUPPORTED_STATE_CONTRACTS="137=0x624ce98D2d27b20b8f8d521723Df8fC4db71D79D"
export SUPPORTED_ISSUERS="*=https://my-issuer-node.com"
Expand Down Expand Up @@ -144,7 +144,7 @@ To integrate [polygon scan](https://polygonscan.com/) data provider with the def
```
2. Populate the .env variables:
```
export IPFS_URL="https://infura..."
export IPFS_GATEWAY_URL="https://infura..."
export SUPPORTED_RPC="137=https://infura..."
export SUPPORTED_STATE_CONTRACTS="137=0x624ce98D2d27b20b8f8d521723Df8fC4db71D79D"
export SUPPORTED_ISSUERS="*=https://my-issuer-node.com"
Expand Down

0 comments on commit f9724b6

Please sign in to comment.