Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yushihang authored Dec 2, 2024
1 parent 0b20e2b commit 65f4a75
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 65f4a75

Please sign in to comment.