solution: goerli support
Co-authored-by: Chase Wright <mysticryuujin@protonmail.com>
This commit is contained in:
@@ -46,7 +46,7 @@ repositories {
|
||||
maven { url "https://repo.spring.io/snapshot" }
|
||||
maven { url "https://repo.spring.io/milestone" }
|
||||
maven { url "https://dl.bintray.com/infinitape/etherjar" }
|
||||
maven { url "https://dl.bintray.com/emerald/emerald-grpc" }
|
||||
maven { url "https://dl.bintray.com/emerald/emerald-api" }
|
||||
}
|
||||
|
||||
configurations {
|
||||
@@ -57,7 +57,7 @@ configurations {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation "io.emeraldpay:emerald-grpc:0.6.0-0.2"
|
||||
implementation "io.emeraldpay:emerald-api:0.7.1"
|
||||
|
||||
implementation "io.grpc:grpc-protobuf:${grpcVersion}"
|
||||
implementation "io.grpc:grpc-stub:${grpcVersion}"
|
||||
|
||||
Reference in New Issue
Block a user