diff --git a/setup/add_wax_mainnet.sh b/setup/add_wax_mainnet.sh new file mode 100644 index 0000000..5088321 --- /dev/null +++ b/setup/add_wax_mainnet.sh @@ -0,0 +1,9 @@ +#!/bin/sh + +perl /opt/eosio_light_api/scripts/lightapi_addnet.pl \ + --network=wax \ + --chainid=1064487b3cd1a897ce03ae5b6a865651747e2e152090f99c1d19d44e01aea5a4 \ + --descr="WAX" --token=WAX --dec=8 ${LIGHTAPI_DB_OPTS} + + + diff --git a/setup/add_xec_mainnet.sh b/setup/add_xec_mainnet.sh new file mode 100644 index 0000000..93791fc --- /dev/null +++ b/setup/add_xec_mainnet.sh @@ -0,0 +1,9 @@ +#!/bin/sh + +perl /opt/eosio_light_api/scripts/lightapi_addnet.pl \ + --network=xec \ + --chainid=f778f7d2f124b110e0a71245b310c1d0ac1a0edd21f131c5ecb2e2bc03e8fe2e \ + --descr="Europechain" --token=XEC --dec=4 ${LIGHTAPI_DB_OPTS} + + +