From 6358f4d74670033b2a43a72a22b899c8701ad3fd Mon Sep 17 00:00:00 2001 From: Evgenii Stratonikov Date: Thu, 30 Jun 2022 10:18:55 +0300 Subject: [PATCH] [#1053] config: Remove notification endpoints Missed this in #1170. Signed-off-by: Evgenii Stratonikov --- config/mainnet/config.yml | 8 -------- config/testnet/config.yml | 8 -------- 2 files changed, 16 deletions(-) diff --git a/config/mainnet/config.yml b/config/mainnet/config.yml index fac3a429..922545d0 100644 --- a/config/mainnet/config.yml +++ b/config/mainnet/config.yml @@ -50,14 +50,6 @@ object: morph: rpc_endpoint: - - https://rpc1.morph.fs.neo.org:40341 - - https://rpc2.morph.fs.neo.org:40341 - - https://rpc3.morph.fs.neo.org:40341 - - https://rpc4.morph.fs.neo.org:40341 - - https://rpc5.morph.fs.neo.org:40341 - - https://rpc6.morph.fs.neo.org:40341 - - https://rpc7.morph.fs.neo.org:40341 - notification_endpoint: - wss://rpc1.morph.fs.neo.org:40341/ws - wss://rpc2.morph.fs.neo.org:40341/ws - wss://rpc3.morph.fs.neo.org:40341/ws diff --git a/config/testnet/config.yml b/config/testnet/config.yml index 6616da33..62d5b06f 100644 --- a/config/testnet/config.yml +++ b/config/testnet/config.yml @@ -3,14 +3,6 @@ logger: morph: rpc_endpoint: - - https://rpc01.morph.testnet.fs.neo.org:51331 - - https://rpc02.morph.testnet.fs.neo.org:51331 - - https://rpc03.morph.testnet.fs.neo.org:51331 - - https://rpc04.morph.testnet.fs.neo.org:51331 - - https://rpc05.morph.testnet.fs.neo.org:51331 - - https://rpc06.morph.testnet.fs.neo.org:51331 - - https://rpc07.morph.testnet.fs.neo.org:51331 - notification_endpoint: - wss://rpc01.morph.testnet.fs.neo.org:51331/ws - wss://rpc02.morph.testnet.fs.neo.org:51331/ws - wss://rpc03.morph.testnet.fs.neo.org:51331/ws