File tree Expand file tree Collapse file tree
src/main/java/com/forink/forink/global/config Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,15 +33,15 @@ public Credentials credentials() {
3333 return Credentials .create (privateKey );
3434 }
3535
36- @ Bean
37- public GuideVerification guideVerificationContract (Web3j web3j , Credentials credentials ) {
38- TransactionManager transactionManager = new RawTransactionManager (web3j , credentials , 31337L );
39-
40- return GuideVerification .load (
41- contractAddress ,
42- web3j ,
43- transactionManager ,
44- new DefaultGasProvider ()
45- );
46- }
47- }
36+ // @Bean
37+ // public GuideVerification guideVerificationContract(Web3j web3j, Credentials credentials) {
38+ // TransactionManager transactionManager = new RawTransactionManager(web3j, credentials, 31337L);
39+
40+ // return GuideVerification.load(
41+ // contractAddress,
42+ // web3j,
43+ // transactionManager,
44+ // new DefaultGasProvider()
45+ // );
46+ // }
47+ }
You can’t perform that action at this time.
0 commit comments