Skip to content

Commit

Permalink
remove unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
trbutler4 committed Dec 23, 2024
1 parent 63c41e5 commit eceab4c
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ const val ACCOUNT_CLASS_HASH = "0x04c6d6cf894f8bc96bb9c525e6853e5483177841f7388f
class StarknetClient(private val rpcUrl: String) {

private val provider = JsonRpcProvider(rpcUrl)
private val privateKey = BuildConfig.PRIVATE_KEY
private val accountAddress = BuildConfig.ACCOUNT_ADDRESS
private val tag = "StarknetClient"
private val keystore = Keystore()

suspend fun deployAccount() {
Expand Down

0 comments on commit eceab4c

Please sign in to comment.