Skip to content

Commit

Permalink
add base gas price limit to the full node deployment (#38)
Browse files Browse the repository at this point in the history
Update full node deployment configuration.
  • Loading branch information
DarianShawn authored Sep 11, 2023
1 parent a60ddee commit 34658ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/get-started/full-node-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,8 @@ ExecStart=/usr/local/bin/dogechain server \
--enable-graphql \
--graphql-address=0.0.0.0:9898 \
--max-inbound-peers=128 \
--max-outbound-peers=16
--max-outbound-peers=16 \
--price-limit=250000000000
EOF

Expand Down

0 comments on commit 34658ed

Please sign in to comment.