All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.polkadot.rpc.provider.Constants Maven / Gradle / Ivy

The newest version!
package org.polkadot.rpc.provider;

public interface Constants {

    String HTTP_URL = "http://127.0.0.1:9933";
    String WS_URL = "ws://127.0.0.1:9944";

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy