Skip to content

Commit

Permalink
Merge pull request #604 from tablelandnetwork/avichalp/add-goerli-back
Browse files Browse the repository at this point in the history
add goerli back
  • Loading branch information
avichalp committed Aug 29, 2023
2 parents 411271e + cbfe289 commit 59c2eee
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion docker/deployed/testnet/api/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Port": "8080",
"RateLimInterval": "1s",
"MaxRequestPerInterval": 10,
"ApiKey" : "${HTTP_RATE_LIMITER_API_KEY}",
"ApiKey": "${HTTP_RATE_LIMITER_API_KEY}",
"TLSCert": "${VALIDATOR_TLS_CERT}",
"TLSKey": "${VALIDATOR_TLS_KEY}"
},
Expand Down Expand Up @@ -52,6 +52,25 @@
"ChainStackCollectFrequency": "15m"
},
"Chains": [
{
"Name": "Ethereum Goerli",
"ChainID": 5,
"Registry": {
"EthEndpoint": "wss://eth-goerli.alchemyapi.io/v2/${VALIDATOR_ALCHEMY_ETHEREUM_GOERLI_API_KEY}",
"ContractAddress": "0xDA8EA22d092307874f30A1F277D1388dca0BA97a"
},
"EventFeed": {
"ChainAPIBackoff": "15s",
"NewBlockPollFreq": "10s",
"MinBlockDepth": 1,
"PersistEvents": true
},
"EventProcessor": {
"BlockFailedExecutionBackoff": "10s",
"DedupExecutedTxns": true
},
"HashCalculationStep": 150
},
{
"Name": "Ethereum Sepolia",
"ChainID": 11155111,
Expand Down

0 comments on commit 59c2eee

Please sign in to comment.