Skip to content

Commit

Permalink
chore: update config.example.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Bisht13 committed Oct 21, 2024
1 parent d8de755 commit bac8715
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions packages/relayer/config.example.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"smtpUrl": "http://localhost:3000",
"proverUrl": "https://zkemail--email-auth-prover-v1-4-0-flask-app.modal.run",
"alchemyApiKey": "",
"paths": {
"path": {
"pem": "./.ic.pem",
"emailTemplates": "./email_templates"
},
Expand All @@ -14,12 +14,19 @@
},
"chains": {
"baseSepolia": {
"privateKey": "0x...",
"rpcUrl": "https://mainnet.infura.io/v3/...",
"explorerUrl": "https://etherscan.io/tx/",
"chainId": 1,
"privateKey": "",
"rpcUrl": "https://sepolia.base.org",
"explorerUrl": "https://sepolia.basescan.org",
"chainId": 84532,
"alchemyName": "base-sepolia"
},
"sepolia": {
"privateKey": "",
"rpcUrl": "https://rpc.sepolia.org",
"explorerUrl": "https://sepolia.etherscan.io",
"chainId": 11155111,
"alchemyName": "eth-sepolia"
}
},
"jsonLogger": true
"jsonLogger": false
}

0 comments on commit bac8715

Please sign in to comment.