Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion crates/mvr-indexer/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ pub mod models;

pub const MAINNET_REMOTE_STORE_URL: &str = "https://checkpoints.mainnet.sui.io";
pub const TESTNET_REMOTE_STORE_URL: &str = "https://checkpoints.testnet.sui.io";
pub const DEVNET_FULL_NODE_REST_API_URL: &str = "https://mysten-rpc.devnet.sui.io/rest";
pub const DEVNET_FULL_NODE_REST_API_URL: &str = "https://mysten-rpc.devnet.sui.io";
pub const MAINNET_CHAIN_ID: &str = "35834a8a";
pub const TESTNET_CHAIN_ID: &str = "4c78adac";
Loading