Get Network
// Fetch network info
const network = await window.martian.network();
console.log(network);// above code output
Testnet or Devnet or Custom// Fetch network info
const network = await window.martian.sui.network();
console.log(network);// above code output
DevnetLast updated