Skip to content

Commit

Permalink
added wax and xec
Browse files Browse the repository at this point in the history
  • Loading branch information
cc32d9 committed Jul 23, 2019
1 parent 44a7926 commit 33c5fdb
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions 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}



9 changes: 9 additions & 0 deletions 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}



0 comments on commit 33c5fdb

Please sign in to comment.