diff --git a/config/runtime.exs b/config/runtime.exs index 950113d77f..85f9b225ab 100644 --- a/config/runtime.exs +++ b/config/runtime.exs @@ -27,6 +27,6 @@ indexer_empty_blocks_sanitizer_batch_size = config :indexer, Indexer.Fetcher.EmptyBlocksSanitizer, batch_size: indexer_empty_blocks_sanitizer_batch_size config :block_scout_web, :footer, - chat_link: System.get_env("FOOTER_CHAT_LINK", "https://discord.gg/3CtNAqVMRV"), + chat_link: System.get_env("FOOTER_CHAT_LINK", "https://discord.gg/XmNatGKbPS"), forum_link: System.get_env("FOOTER_FORUM_LINK", "https://forum.poa.network/c/blockscout"), github_link: System.get_env("FOOTER_GITHUB_LINK", "https://github.com/blockscout/blockscout")