diff --git a/src/main/kotlin/io/emeraldpay/dshackle/upstream/CallTargetsHolder.kt b/src/main/kotlin/io/emeraldpay/dshackle/upstream/CallTargetsHolder.kt index 22fb1368..7704e2a4 100644 --- a/src/main/kotlin/io/emeraldpay/dshackle/upstream/CallTargetsHolder.kt +++ b/src/main/kotlin/io/emeraldpay/dshackle/upstream/CallTargetsHolder.kt @@ -18,6 +18,7 @@ import io.emeraldpay.dshackle.upstream.calls.DefaultBeaconChainMethods import io.emeraldpay.dshackle.upstream.calls.DefaultBitcoinMethods import io.emeraldpay.dshackle.upstream.calls.DefaultCosmosMethods import io.emeraldpay.dshackle.upstream.calls.DefaultEthereumMethods +import io.emeraldpay.dshackle.upstream.calls.DefaultNearMethods import io.emeraldpay.dshackle.upstream.calls.DefaultPolkadotMethods import io.emeraldpay.dshackle.upstream.calls.DefaultStarknetMethods import io.emeraldpay.dshackle.upstream.calls.DefaultTonHttpMethods diff --git a/src/main/kotlin/io/emeraldpay/dshackle/upstream/DefaultNearMethods.kt b/src/main/kotlin/io/emeraldpay/dshackle/upstream/calls/DefaultNearMethods.kt similarity index 93% rename from src/main/kotlin/io/emeraldpay/dshackle/upstream/DefaultNearMethods.kt rename to src/main/kotlin/io/emeraldpay/dshackle/upstream/calls/DefaultNearMethods.kt index 6b087c4a..bf39da1f 100644 --- a/src/main/kotlin/io/emeraldpay/dshackle/upstream/DefaultNearMethods.kt +++ b/src/main/kotlin/io/emeraldpay/dshackle/upstream/calls/DefaultNearMethods.kt @@ -1,9 +1,8 @@ -package io.emeraldpay.dshackle.upstream +package io.emeraldpay.dshackle.upstream.calls import io.emeraldpay.dshackle.quorum.AlwaysQuorum import io.emeraldpay.dshackle.quorum.BroadcastQuorum import io.emeraldpay.dshackle.quorum.CallQuorum -import io.emeraldpay.dshackle.upstream.calls.CallMethods import io.emeraldpay.dshackle.upstream.ethereum.rpc.RpcException class DefaultNearMethods : CallMethods {