diff --git a/src/Util/Network.php b/src/Util/Network.php index 6ec59f7..1838f79 100644 --- a/src/Util/Network.php +++ b/src/Util/Network.php @@ -99,7 +99,7 @@ class Network { */ const mainnet = [ 'NAME' => 'mainnet', - 'API_ENDPOINT' => 'https://chrysalis-nodes.iota.org', + 'API_ENDPOINT' => 'https://api.lb-0.h.chrysalis-devnet.iota.cafe', 'API_ENDPOINT_basePath' => 'api/v1/', 'EXPLORER' => 'https://explorer.iota.org/mainnet/', 'bech32HRP' => 'iota', @@ -253,4 +253,4 @@ protected function pareName(string $name): void { public function getExplorerUrlMessage(string $messageId): string { return $this->EXPLORER . "message/" . $messageId; } -} \ No newline at end of file +}