mirror of
https://github.com/fluencelabs/examples
synced 2025-06-28 17:21:33 +00:00
replace fluence New_service with aqua dist deploy
This commit is contained in:
@ -0,0 +1,18 @@
|
||||
{
|
||||
"near-adapter": {
|
||||
"name": "near-adapter",
|
||||
"modules": [
|
||||
{
|
||||
"name": "curl_adapter",
|
||||
"path": "./artifacts/curl_adapter.wasm",
|
||||
"mounted_binaries": [["curl", "/usr/bin/curl"]],
|
||||
"logger_enabled": [true]
|
||||
},
|
||||
{
|
||||
"name": "near_rpc_services",
|
||||
"path": "./artifacts/near_rpc_services.wasm",
|
||||
"logger_enabled": [true]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user