org.polkadot.common.keyring.Defaults Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of polkadot-java Show documentation
Show all versions of polkadot-java Show documentation
Java Polkadot API, this is a clone of https://github.com/polkadot-java/api
The newest version!
package org.polkadot.common.keyring;
public class Defaults {
// default substrate dev phrase
public static final String DEV_PHRASE = "bottom drive obey lake curtain smoke basket hold race lonely fit walk";
// seed from the above phrase
public static final String DEV_SEED = "0xfac7959dbfe72f052e5a0c3c8d6530f202b02fd8f9f5ca3580ec8deb7797479e";
}