examples/aqua-examples/ts-oracle/configs/ts_oracle_deploy_cfg.json
igor 9d0f3b10eb
reflecting the deployment config changes (#344)
* reflecting the deployment config changes

* Try temporary CI fix (#345)

Co-authored-by: igor <dev@igor.sh>
Co-authored-by: Anatoly Laskaris <github_me@nahsi.dev>
2022-06-28 11:54:32 +02:00

12 lines
170 B
JSON

{
"ts-oracle": {
"modules": [
{
"name": "ts_oracle",
"path": "./artifacts/ts_oracle.wasm",
"logger_enabled": true
}
]
}
}