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>
This commit is contained in:
igor
2022-06-28 11:54:32 +02:00
committed by GitHub
parent 68f84d8b28
commit 9d0f3b10eb
14 changed files with 53 additions and 57 deletions

View File

@ -4,7 +4,7 @@
{
"name": "hello_world",
"path": "./artifacts/hello_world.wasm",
"logger_enabled": [true]
"logger_enabled": true
}
]
}

View File

@ -5,7 +5,7 @@
{
"name": "ts_oracle",
"path": "./artifacts/ts_oracle.wasm",
"logger_enabled": [true]
"logger_enabled": true
}
]
}