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

org.polkadot.common.keyring.Defaults Maven / Gradle / Ivy

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";

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy