Skip to content

Commit

Permalink
Change default RPC to Arbitrum Sepolia (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
TucksonDev authored Jun 18, 2024
1 parent 729c18c commit 7d013b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ enum Apis {
#[derive(Args, Clone, Debug)]
struct CheckConfig {
/// Arbitrum RPC endpoint.
#[arg(short, long, default_value = "https://stylusv2.arbitrum.io/rpc")]
#[arg(short, long, default_value = "https://sepolia-rollup.arbitrum.io/rpc")]
endpoint: String,
/// The WASM to check (defaults to any found in the current directory).
#[arg(long)]
Expand Down

0 comments on commit 7d013b9

Please sign in to comment.