blob: a147beeb56a70e587e7aa3298899f67da219dd68 [file] [log] [blame]
/*
* Copyright (c) Robert Bosch GmbH. All rights reserved.
*/
package org.eclipse.blockchain.core;
/**
* @author ADG5COB
*/
public class SolidityPreferenceConstants {
public static final String PREF_NODE = "org.eclipse.blockchain.ui";
public static final String PREF_KEY = "soliditypreference";
public static final String SOLIDITY_GIT_URL = "https://github.com/ethereum/solidity/releases";
}