You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears the foundry.toml file in the project has been committed with sensitive RPC URLs for Sepolia, Arbitrum Sepolia, and ZkSync. The following section includes these RPC URLs:
Including actual RPC URLs with potential API keys in the repository can expose sensitive information and lead to risks such as unauthorized access and excessive API usage.
Suggested Action:
Replace them with placeholders, such as:
rpc_endpoints = {
eth = "<RPC for Sepolia>",
arb = "<RPC for Arbitrum Sepolia>",
zksync = "<RPC for ZkSync>"
}
Immediately remove the API keys in your Alchemy dashboard to prevent misuse of the exposed URLs.
The text was updated successfully, but these errors were encountered:
Description:
It appears the
foundry.toml
file in the project has been committed with sensitive RPC URLs for Sepolia, Arbitrum Sepolia, and ZkSync. The following section includes these RPC URLs:Issue:
Including actual RPC URLs with potential API keys in the repository can expose sensitive information and lead to risks such as unauthorized access and excessive API usage.
Suggested Action:
Replace them with placeholders, such as:
Immediately remove the API keys in your Alchemy dashboard to prevent misuse of the exposed URLs.
The text was updated successfully, but these errors were encountered: