From e7a03aff7526ac319452bb660ca9d15a5038c715 Mon Sep 17 00:00:00 2001 From: klaus993 <18153834+klaus993@users.noreply.github.com> Date: Wed, 27 Sep 2023 12:46:48 -0300 Subject: [PATCH] Add new domain origins: starkcompass.com (#269) --- config/runtime.exs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/runtime.exs b/config/runtime.exs index 56a89edf..96ed3c98 100644 --- a/config/runtime.exs +++ b/config/runtime.exs @@ -122,6 +122,9 @@ if config_env() == :prod do "https://www.madaraexplorer.com", "https://madaraexplorer.lambdaclass.com", "https://testing.madaraexplorer.com", + "https://starkcompass.com", + "https://www.starkcompass.com", + "https://testing.starkcompass.com", "https://#{host}:#{port}", "http://#{host}:#{port}" ],