diff --git a/polygon/values/amoy/erigon.yaml.gotmpl b/polygon/values/amoy/erigon.yaml.gotmpl index 6ec22b435..6f42e8c88 100644 --- a/polygon/values/amoy/erigon.yaml.gotmpl +++ b/polygon/values/amoy/erigon.yaml.gotmpl @@ -4,7 +4,7 @@ statefulNode: extraArgs: - --chain=amoy - --bor.heimdall=http://heimdall-ha-svc:1317 - - --http.api=eth,debug,net,trace + - --http.api=eth,debug,net,trace,bor - --http.corsdomain=* - --torrent.download.rate=100mb # Download snapshot files faster - --torrent.download.slots=6 # 3 is default diff --git a/polygon/values/mainnet/erigon.yaml.gotmpl b/polygon/values/mainnet/erigon.yaml.gotmpl index a09cafd09..0ffc82af3 100644 --- a/polygon/values/mainnet/erigon.yaml.gotmpl +++ b/polygon/values/mainnet/erigon.yaml.gotmpl @@ -4,7 +4,7 @@ statefulNode: extraArgs: - --chain=bor-mainnet - --bor.heimdall=http://heimdall-ha-svc:1317 - - --http.api=eth,erigon,web3,net,debug,txpool,trace + - --http.api=eth,erigon,web3,net,debug,txpool,trace,bor - --http.corsdomain=* - --torrent.download.rate=100mb # Download snapshot files faster - --torrent.download.slots=6 # 3 is default