cwait/.cweb-config/dapp-ecosystem-test.yaml
2025-06-05 12:35:20 +03:00

37 lines
1.1 KiB
YAML

# This is a "index source" that specifies the dApp world as you see it.
#
# This index defines what interpreters, contract templates etc you want
# to use, and what they should be called.
#
# You can include external sources for this information in the `includes`
# section, and you include your own smart contract in the `contract_templates`
# section.
#
includes:
- url: >-
https://gitlab.com/coinweb/cweb-dapp-index/-/raw/e7180f56cbcf7c04fbdee487f271500cff637067/dapp_lock_index.yaml
blake3: 321b1f88930aead7fe47961c8664005b3441f6502824769bf21eb06c3e5aaba4
use:
- jump-listener.cm v0.1.8
- jump_listener_devnet v0.1.8
- jump-forwarder.cm v0.1.5
- jump_forwarder_devnet v0.1.5
interpreters: {}
contract_templates:
# Our contract module. The contract module is an npm package created in the `dist/out`
# directory using the `yarn build` and `yarn pack` commands.
- file:///./packages/contract.cm/dist/out/my-contract-module.tgz
contract_instances:
- alias: cwait-contract 0.0.1-test
template: contract.cm v0.0.1
parameters:
content: []