Sui network supported by the SDK.
Aftermath.create uses the selected value to choose canonical API and fullnode URLs unless baseUrl or fullnodeUrl overrides them. LOCAL selects the local development endpoints.
Aftermath.create
baseUrl
fullnodeUrl
LOCAL
const network: SuiNetwork = "TESTNET"; Copy
const network: SuiNetwork = "TESTNET";
Sui network supported by the SDK.
Aftermath.createuses the selected value to choose canonical API and fullnode URLs unlessbaseUrlorfullnodeUrloverrides them.LOCALselects the local development endpoints.