diff --git a/README.md b/README.md index fb3ce8e5..762f8207 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Chicmoz - [aztecscout.xyz](https://aztecscout.xyz) +# Chicmoz - [aztecscan.xyz](https://aztecscan.xyz) ## running locally diff --git a/k6/stress-test.js b/k6/stress-test.js index 9130233f..93c1dd67 100644 --- a/k6/stress-test.js +++ b/k6/stress-test.js @@ -44,7 +44,7 @@ export const options = { }, }; -const BASE_URL = "https://api.aztecscout.xyz/v1/d1e2083a-660c-4314-a6f2-1d42f4b944f4"; +const BASE_URL = "https://api.aztecscan.xyz/v1/d1e2083a-660c-4314-a6f2-1d42f4b944f4"; let VALID_BLOCK_HEIGHT = 2; diff --git a/k8s/production/skaffold.production.full.yaml b/k8s/production/skaffold.production.full.yaml index 172e70cb..9f4ca96f 100644 --- a/k8s/production/skaffold.production.full.yaml +++ b/k8s/production/skaffold.production.full.yaml @@ -14,8 +14,8 @@ build: dockerfile: Dockerfile buildArgs: NODE_ENV: "production" - VITE_API_URL: "https://api.aztecscout.xyz/v1/d1e2083a-660c-4314-a6f2-1d42f4b944f4" # TODO: change the api key - VITE_WS_URL: "wss://ws.aztecscout.xyz" + VITE_API_URL: "https://api.aztecscan.xyz/v1/d1e2083a-660c-4314-a6f2-1d42f4b944f4" # TODO: change the api key + VITE_WS_URL: "wss://ws.aztecscan.xyz" VITE_DISCORD_URL: "https://discord.gg/obscura-network" VITE_X_URL: "https://x.com/Obscura_Network" VITE_GITHUB_URL: "https://github.com/aztlan-labs/chicmoz" diff --git a/k8s/production/skaffold.production.light.yaml b/k8s/production/skaffold.production.light.yaml index e39f2024..d590e7ae 100644 --- a/k8s/production/skaffold.production.light.yaml +++ b/k8s/production/skaffold.production.light.yaml @@ -14,8 +14,8 @@ build: dockerfile: Dockerfile buildArgs: NODE_ENV: "production" - VITE_API_URL: "https://api.aztecscout.xyz/v1/d1e2083a-660c-4314-a6f2-1d42f4b944f4" # TODO: change the api key - VITE_WS_URL: "wss://ws.aztecscout.xyz" + VITE_API_URL: "https://api.aztecscan.xyz/v1/d1e2083a-660c-4314-a6f2-1d42f4b944f4" # TODO: change the api key + VITE_WS_URL: "wss://ws.aztecscan.xyz" VITE_DISCORD_URL: "https://discord.gg/obscura-network" VITE_X_URL: "https://x.com/Obscura_Network" VITE_GITHUB_URL: "https://github.com/aztlan-labs/chicmoz" diff --git a/services/explorer-api/src/http-server/open-api-spec.ts b/services/explorer-api/src/http-server/open-api-spec.ts index 86c6b2b3..cfeff6e0 100644 --- a/services/explorer-api/src/http-server/open-api-spec.ts +++ b/services/explorer-api/src/http-server/open-api-spec.ts @@ -11,7 +11,7 @@ export const genereateOpenApiSpec = () => ({ }, servers: [ { - url: "https://api.aztecscout.xyz/v1/{apiKey}", + url: "https://api.aztecscan.xyz/v1/{apiKey}", variables: { apiKey: { default: PUBLIC_API_KEY, diff --git a/services/explorer-ui/index.html b/services/explorer-ui/index.html index 00b91d8e..7ecadaeb 100644 --- a/services/explorer-ui/index.html +++ b/services/explorer-ui/index.html @@ -3,34 +3,34 @@ - + - + - - + + - + - - + + - Aztec-Scout + Aztec-Scan
diff --git a/services/explorer-ui/src/components/ui/chicmoz-home-link.tsx b/services/explorer-ui/src/components/ui/chicmoz-home-link.tsx index 6009d357..047c09ae 100644 --- a/services/explorer-ui/src/components/ui/chicmoz-home-link.tsx +++ b/services/explorer-ui/src/components/ui/chicmoz-home-link.tsx @@ -14,7 +14,7 @@ export function ChicmozHomeLink({

- Aztec-Scout + Aztec-Scan

diff --git a/services/explorer-ui/src/pages/privacy-policy.tsx b/services/explorer-ui/src/pages/privacy-policy.tsx index 666e8398..74aeb554 100644 --- a/services/explorer-ui/src/pages/privacy-policy.tsx +++ b/services/explorer-ui/src/pages/privacy-policy.tsx @@ -16,7 +16,7 @@ export const PrivacyPolicy: FC = () => {