Skip to content

Commit

Permalink
Update config.toml.example
Browse files Browse the repository at this point in the history
  • Loading branch information
faddat committed May 20, 2024
1 parent ddf4b46 commit 2b8c7ea
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion configs/config.toml.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
# GRPC Server Address
grpc_server_address = "composable-grpc.polkachu.com:22290"

# Address Prefix
address_prefix = "pica"

# RPC Server Address
rpc_server_address = "https://composable-rpc.polkachu.com"

Expand All @@ -19,4 +22,4 @@ price_source_api = "https://api.coingecko.com/api/v3/simple/price?ids="

# Minimum threshold for staking tokens worth (in USD) to filter out accounts with low stake,
# aiming to exclude governance manipulation accounts
minimum_staking_tokens_worth = 20
minimum_staking_tokens_worth = 20

0 comments on commit 2b8c7ea

Please sign in to comment.