dag_chainId
type ChainId =
| "1" // Constellation MainNet
| "3"; // Ceres Testnet (fka. Exchanges Network)await provider.request({ method: "dag_chainId", params: [] });
// "3"Last updated
Was this helpful?
type ChainId =
| "1" // Constellation MainNet
| "3"; // Ceres Testnet (fka. Exchanges Network)await provider.request({ method: "dag_chainId", params: [] });
// "3"Last updated
Was this helpful?
Was this helpful?