Scheduled maintenance is currently in progress. We will provide updates as necessary.
Posted Mar 18, 2026 - 00:00 UTC
Scheduled
We are upgrading our Sui node to testnet-v1.68.0. During the maintenance window, brief interruptions to RPC availability may occur.
RPC Changes:
showDisplay — modified (JSON-RPC) When showDisplay is set, the RPC now looks for a Display stored in the Display Registry as the source of truth for type formatting. This takes precedence over any existing Display v1 formats.
MoveValue.display — modified (GraphQL) Now resolves Display types from the Display Registry, taking precedence over Display v1 formats. Consistent with the JSON-RPC change above.
MoveValue.asVector — added (GraphQL) New field for paginating through vectors of Move Values.
UserSignature.SignatureScheme — added (GraphQL) New SignatureScheme union type introduced on UserSignature.
ZkLoginVerifyResult — modified (GraphQL) Errors are no longer embedded in the result object and will now surface as standard GraphQL response errors.