forked from cerc-io/stack-orchestrator
3dc9cd584a
* Add a mobymask-v3 stack * Fix Nitro deployment script and add watcher container * Setup Nitro config * Run build after setting Nitro addresses * Setup consensus config * Add a container for web-app * Use node 18 for the web-app * Persist Nitro node data to a volume * Add clean up steps * Update query rates
15 lines
194 B
TOML
15 lines
194 B
TOML
freeQueriesLimit = 10
|
|
|
|
freeQueriesList = []
|
|
|
|
[queries]
|
|
multiNonce = '50'
|
|
_owner = '50'
|
|
isRevoked = '50'
|
|
isPhisher = '50'
|
|
isMember = '50'
|
|
|
|
[mutations]
|
|
invoke = '100'
|
|
revoke = '100'
|