forked from cerc-io/testnet-ops
14 lines
415 B
Plaintext
14 lines
415 B
Plaintext
|
stack: /home/{{ ansible_user }}/cerc/nitro-stack/stack-orchestrator/stacks/nitro-contracts
|
||
|
deploy-to: compose
|
||
|
config:
|
||
|
GETH_URL: {{ geth_url }}
|
||
|
GETH_CHAIN_ID: {{ geth_chain_id }}
|
||
|
GETH_DEPLOYER_PK: {{ geth_deployer_pk }}
|
||
|
TOKEN_NAME: {{ token_name }}
|
||
|
TOKEN_SYMBOL: {{ token_symbol }}
|
||
|
INITIAL_TOKEN_SUPPLY: {{ intial_token_supply }}
|
||
|
network:
|
||
|
ports: {}
|
||
|
volumes:
|
||
|
nitro_deployment: ./data/nitro_deployment
|