Files
app-ethereum/makefile_conf/chain/rsk_testnet.mk
Coline 75b843b51c refacto(Makefile): chain environnement into subdirectories
- Allows you to more easily add a new chain
    - More maintainable
    - More clarity in the makefile
2022-02-03 14:25:47 +01:00

3 lines
164 B
Makefile

APP_LOAD_PARAMS += --path "44'/37310'"
DEFINES += CHAINID_UPCASE=\"RSKTESTNET\" CHAINID_COINNAME=\"RBTC\" CHAIN_KIND=CHAIN_KIND_RSK CHAIN_ID=31
APPNAME = "RSK Test"