forked from p0o/yield-farming-bch-smart-contract
-
Notifications
You must be signed in to change notification settings - Fork 3
/
.env
25 lines (17 loc) · 919 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
REST_URL="https://rest.bch.actorforth.org/v2/"
# SLPDB_URL="https://slpdb.bch.actorforth.org/q/"
SLPDB_URL="https://slpdb.fountainhead.cash/q/"
DERIVATION_PATH="m/44'/245'/0'/0/0"
MNEMONIC="paste here your wallet 12 words seed phrase"
# You can mint REBEL right away. Add a comment (#) to REBEL tokenId line and uncomment (remove #) VANDALS, CARTEL or TORPEDO tokenId line to mint VANDALS or CARTEL
# REBEL:
tokenId="4b42d3f9c9aa48b78efc1fc05d4c92314352409d387880e5803358522a33e968"
# VANDALS:
# tokenId="30d05b44dc304db9cf56a6138c1dfdbb24f7c8d9e26c87a8079acc461e61b684"
# CARTEL:
# tokenId="7b5d1aa0918d96540997db8313e3b06231bc6fd84a020c282f9c774c7729abf9"
# Token environment (you need it if you create token with genesis.js command- type name, symbol and url for your token to be created (decimals are 2 and token amount is 1000 by default- read tutorial- README.md):
DECIMALS=2
NAME=""
SYMBOL=""
DOC_URL=""