Skip to content

Commit 2a7f97d

Browse files
authored
Update config.sh
1 parent 7dfd64a commit 2a7f97d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: artela/config.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ cd $HOME
1212
rm -rf artela
1313
git clone https://github.com/artela-network/artela
1414
cd artela
15-
git checkout v0.4.7-rc4
15+
git checkout v0.4.7-rc6
1616
make install
1717
source $HOME/.bash_profile
1818
exec > /dev/tty 2>&1
@@ -33,6 +33,7 @@ curl -Ls https://raw.githubusercontent.com/Core-Node-Team/scripts/main/artela/ge
3333
SEEDS=""
3434
3535
sed -i -e "s/^seeds *=.*/seeds = \"$SEEDS\"/; s/^persistent_peers *=.*/persistent_peers = \"$PEERS\"/" $HOME/.artelad/config/config.toml
36+
sed -E 's/^pool-size[[:space:]]*=[[:space:]]*[0-9]+$/apply-pool-size = 10\nquery-pool-size = 30/' ~/.artelad/config/app.toml > ~/.artelad/config/temp.app.toml && mv ~/.artelad/config/temp.app.toml ~/.artelad/config/app.toml
3637
# min gas price
3738
sed -i 's|minimum-gas-prices =.*|minimum-gas-prices = "0.025art"|g' $HOME/.artelad/config/app.toml
3839

0 commit comments

Comments
 (0)