Skip to content

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
calebtuttle committed Mar 7, 2024
1 parent 59c5de5 commit 041cea3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/constants/misc.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,6 @@ export const sessionStatusEnum = {
// "optimism-goerli",
// process.env.ALCHEMY_APIKEY
// );
console.log('process.env.ETHEREUM_RPC_URL', process.env.ETHEREUM_RPC_URL)
console.log('process.env.OPTIMISM_RPC_URL', process.env.OPTIMISM_RPC_URL)
console.log('process.env.OPTIMISM_GOERLI_RPC_URL', process.env.OPTIMISM_GOERLI_RPC_URL)
export const ethereumProvider = new ethers.providers.JsonRpcProvider(
process.env.ETHEREUM_RPC_URL
);
Expand Down

0 comments on commit 041cea3

Please sign in to comment.