Skip to content

Commit

Permalink
Merge pull request #463 from privadoID-study/develop
Browse files Browse the repository at this point in the history
typo fix
  • Loading branch information
5eeman authored Dec 3, 2024
2 parents 4df9d91 + 65f4a75 commit 3de7f7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
# available configurations.

# POLYGON ENVIRONMENT
ENV_POLYGON={"rpcUrl":"https://polygon-mumbai.infura.io/v3/YOUR_WEB3_API_KEY","idStateContract":"0x134B1BE34911E39A8397ec6289782989729807a4","ipfsUrl":"https://[YOUR-IPFS-API-KEY]:[YOUR-IPFS-API-KEY-SECRET]@ipfs.infura.io:5001","pushUrl":"https://push-staging.polygonid.com/api/v1","chainConfigs":{"137":{"rpcUrl":"https://polygon-mainnet.infura.io/v3/YOUR_WEB3_API_KEY","stateContractAddr":"0x624ce98D2d27b20b8f8d521723Df8fC4db71D79D"},"80001":{"rpcUrl":"https://polygon-mumbai.infura.io/v3/YOUR_WEB3_API_KEY","stateContractAddr":"0x134B1BE34911E39A8397ec6289782989729807a4"}},"didMethods":[{"name":"polygonid","blockchain":"ehtereum","network":"testnet","networkFlag":"0b01000011","methodByte":"0b00000010","chainID":"80001"}],"stacktraceEncryptionKey": "ENCRYPTION_KEY"}
ENV_POLYGON={"rpcUrl":"https://polygon-mumbai.infura.io/v3/YOUR_WEB3_API_KEY","idStateContract":"0x134B1BE34911E39A8397ec6289782989729807a4","ipfsUrl":"https://[YOUR-IPFS-API-KEY]:[YOUR-IPFS-API-KEY-SECRET]@ipfs.infura.io:5001","pushUrl":"https://push-staging.polygonid.com/api/v1","chainConfigs":{"137":{"rpcUrl":"https://polygon-mainnet.infura.io/v3/YOUR_WEB3_API_KEY","stateContractAddr":"0x624ce98D2d27b20b8f8d521723Df8fC4db71D79D"},"80001":{"rpcUrl":"https://polygon-mumbai.infura.io/v3/YOUR_WEB3_API_KEY","stateContractAddr":"0x134B1BE34911E39A8397ec6289782989729807a4"}},"didMethods":[{"name":"polygonid","blockchain":"ethereum","network":"testnet","networkFlag":"0b01000011","methodByte":"0b00000010","chainID":"80001"}],"stacktraceEncryptionKey": "ENCRYPTION_KEY"}

0 comments on commit 3de7f7b

Please sign in to comment.