7 lines
204 B
Plaintext
7 lines
204 B
Plaintext
export COMPOSE_DOCKER_CLI_BUILD=1
|
|
export DOCKER_BUILDKIT=1
|
|
export TOKEN_TYPE=giftable_erc20_token
|
|
export TOKEN_NAME=Coffee
|
|
export TOKEN_SYMBOL=COFE
|
|
export TOKEN_DECIMALS=6
|
|
export FAUCET_AMOUNT=30000000000 |