wormhole-explorer/blockchain-watcher/config/default.json

29 lines
605 B
JSON
Raw Normal View History

{
"environment": "testnet",
"port": 9090,
"logLevel": "debug",
"dryRun": true,
"supportedChains": ["ethereum"],
"sns": {
"topicArn": "arn:aws:sns:us-east-1:000000000000:localstack-topic.fifo",
"region": "us-east-1",
"groupId": "blockchain-watcher",
"subject": "blockchain-watcher"
},
"metadata": {
"dir": "metadata-repo"
},
"jobs": {
"dir": "metadata-repo/jobs"
},
"platforms": {
"ethereum": {
"name": "ethereum",
"network": "goerli",
"chainId": 2,
"rpcs": ["https://rpc.ankr.com/eth_goerli"],
"timeout": 10000
}
}
}