forked from cerc-io/testnet-ops
13 lines
369 B
Plaintext
13 lines
369 B
Plaintext
|
stack: /home/{{ ansible_user }}/cerc/nitro-stack/stack-orchestrator/stacks/nitro-contracts
|
||
|
deploy-to: compose
|
||
|
config:
|
||
|
GETH_URL: http://host.docker.internal:8545
|
||
|
GETH_DEPLOYER_PK: '{{ GETH_DEPLOYER_PK }}'
|
||
|
TOKEN_NAME: LaconicNetworkToken
|
||
|
TOKEN_SYMBOL: LNT
|
||
|
INITIAL_TOKEN_SUPPLY: '129600'
|
||
|
network:
|
||
|
ports: {}
|
||
|
volumes:
|
||
|
nitro_deployment: ./data/nitro_deployment
|