Skip to content

Commit 6619732

Browse files
authored
feat(polygon): adding bor api to erigon (#1298)
1 parent 4b4a732 commit 6619732

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

polygon/values/amoy/erigon.yaml.gotmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ statefulNode:
44
extraArgs:
55
- --chain=amoy
66
- --bor.heimdall=http://heimdall-ha-svc:1317
7-
- --http.api=eth,debug,net,trace
7+
- --http.api=eth,debug,net,trace,bor
88
- --http.corsdomain=*
99
- --torrent.download.rate=100mb # Download snapshot files faster
1010
- --torrent.download.slots=6 # 3 is default

polygon/values/mainnet/erigon.yaml.gotmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ statefulNode:
44
extraArgs:
55
- --chain=bor-mainnet
66
- --bor.heimdall=http://heimdall-ha-svc:1317
7-
- --http.api=eth,erigon,web3,net,debug,txpool,trace
7+
- --http.api=eth,erigon,web3,net,debug,txpool,trace,bor
88
- --http.corsdomain=*
99
- --torrent.download.rate=100mb # Download snapshot files faster
1010
- --torrent.download.slots=6 # 3 is default

0 commit comments

Comments
 (0)