{% extends "base.html" %} {% block title %}Settings{% endblock %} {% block content %}

RPC Configuration

Set the JSON-RPC endpoints used to monitor each blockchain network.

Polling Interval

How frequently ScarpShield checks for new on-chain events.

5s 15s 120s

Shorter intervals provide faster alerts but consume more RPC quota and bandwidth. Longer intervals reduce load but may delay critical event detection.

Configuration Viewer

About ScarpShield

ScarpShield
ScarpShield v0.1.0
THE OUTER WALL OF DEFENSE

ScarpShield is the official smart-contract monitoring tool for CounterScarp.io. It watches your deployed contracts across multiple EVM chains and dispatches real-time alerts whenever transfers, approvals, ownership changes, or administrative calls are detected.

{% endblock %} {% block scripts %} {% endblock %}