Skip to content

Commit 46c59c0

Browse files
committed
Forgot console.logs
1 parent 877a6ef commit 46c59c0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

utils/lotteryContract.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ const networkSettings = lotteryConfig.networks as NetworkSettings
1313
const CONTRACT_ABI = lotteryConfig.abi as unknown as AbiItem
1414
const CONTRACT_ADDRESS = networkSettings[networkId ?? 5777].address
1515

16-
console.log('Web3.givenProvider', Web3.givenProvider)
17-
console.log('devProvider', projectUrl)
18-
1916
export const web3 = new Web3(Web3.givenProvider ?? projectUrl)
2017

2118
export const lotteryContract = new web3.eth.Contract(

0 commit comments

Comments
 (0)