Skip to content

Commit

Permalink
Merge pull request #88 from soramitsu/update/max_transaction_in_block
Browse files Browse the repository at this point in the history
update user flow scn
  • Loading branch information
timofeevmd authored Jun 27, 2024
2 parents b846461 + 2bc6de7 commit 7a6202a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/kotlin/jp/co/soramitsu/load/toolbox/Wrench13.kt
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ import java.security.KeyPair
open class Wrench13 {

val urls: MutableList<URL> = mutableListOf()
//val peers = arrayOf("peer-0/api", "peer-1/api", "peer-2/api", "peer-3/api", "peer-4/api")
val peers = arrayOf("peer-0/api", "peer-1/api", "peer-2/api")
val peers = arrayOf("peer-0/api", "peer-1/api", "peer-2/api", "peer-3/api", "peer-4/api")
val bobAccountId = AccountId("wonderland".asDomainId(), "bob".asName())
val aliceAccountId = AccountId("wonderland".asDomainId(), "alice".asName())
val admin = AccountId("wonderland".asDomainId(), "bob".asName())
Expand Down

0 comments on commit 7a6202a

Please sign in to comment.