forked from cerc-io/stack-orchestrator
Nabarun Gogoi
960a24c96b
* Setup gateway-server with watchers
* Add js script to merge toml config files
* Remove individual watcher configs
* Add all azimuth watchers in stack
* Fix toml-js install
* Use env variables for ipld-eth-server endpoints
* Checkout to version tag in azimuth-watcher-ts repo
Former-commit-id: 5a94aed7f7
35 lines
834 B
JSON
35 lines
834 B
JSON
[
|
|
{
|
|
"endpoint": "http://azimuth-watcher-server:3001/graphql",
|
|
"prefix": "azimuth"
|
|
},
|
|
{
|
|
"endpoint": "http://censures-watcher-server:3002/graphql",
|
|
"prefix": "censures"
|
|
},
|
|
{
|
|
"endpoint": "http://claims-watcher-server:3003/graphql",
|
|
"prefix": "claims"
|
|
},
|
|
{
|
|
"endpoint": "http://conditional-star-release-watcher-server:3004/graphql",
|
|
"prefix": "conditionalStarRelease"
|
|
},
|
|
{
|
|
"endpoint": "http://delegated-sending-watcher-server:3005/graphql",
|
|
"prefix": "delegatedSending"
|
|
},
|
|
{
|
|
"endpoint": "http://ecliptic-watcher-server:3006/graphql",
|
|
"prefix": "ecliptic"
|
|
},
|
|
{
|
|
"endpoint": "http://linear-star-release-watcher-server:3007/graphql",
|
|
"prefix": "linearStarRelease"
|
|
},
|
|
{
|
|
"endpoint": "http://polls-watcher-server:3008/graphql",
|
|
"prefix": "polls"
|
|
}
|
|
]
|