diff --git a/configs/config.toml.example b/configs/config.toml.example index 17ba435..3a890c5 100644 --- a/configs/config.toml.example +++ b/configs/config.toml.example @@ -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" @@ -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 \ No newline at end of file +minimum_staking_tokens_worth = 20