Skip to content

Commit

Permalink
update desc for sui-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
lispking committed Dec 19, 2024
1 parent 698915d commit 1964343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/sui-sdk/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
//! let sui_testnet = SuiClientBuilder::default().build_testnet().await?;
//! println!("Sui testnet version: {:?}", sui_testnet.api_version());
//!
//! // Sui mainnet -- https://fullnode.mainnet.sui.io:443
//! // Sui mainnet running at `https://fullnode.mainnet.sui.io:443`
//! let sui_mainnet = SuiClientBuilder::default().build_mainnet().await?;
//! println!("Sui mainnet version: {}", sui_mainnet.api_version());
//!
Expand Down

0 comments on commit 1964343

Please sign in to comment.