Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
wise4rmgod committed Nov 29, 2021
1 parent 1b52025 commit 8006cd9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/src/main/java/com/dev/web3js_android/Viewmodel.kt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class Mainviewmodel : ViewModel() {
//enter your own infura api key below
init {
web3 =
Web3j.build(HttpService("https://rinkeby.infura.io/v3/e344d511c77a4f78af0880dc3e90ca7b"))
Web3j.build(HttpService("https://rinkeby.infura.io/v3/e344xxxxxxxxxxxx872"))

}

Expand Down

0 comments on commit 8006cd9

Please sign in to comment.