Skip to content

Commit 8c26da3

Browse files
authored
fix: rpc url 인식 못하도록 주석 처리
1 parent a0dd9de commit 8c26da3

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

src/main/java/com/forink/forink/global/config/Web3jConfig.java

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff 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+
}

0 commit comments

Comments
 (0)