Skip to content

Commit e2ded3c

Browse files
committed
less changes
1 parent eed0b13 commit e2ded3c

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

k8s/local/aztec-listener/sp_testnet/deployment.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ spec:
5454
valueFrom:
5555
secretKeyRef:
5656
name: global
57-
#key: SP_TESTNET_OBSCURA_L2_RPC_1
57+
key: SP_TESTNET_OBSCURA_L2_RPC_1
5858
#key: SP_TESTNET_OBSCURA_L2_RPC_2
59-
key: SP_TESTNET_AZTEC_L2_BOOTNODE_RPC
59+
#key: SP_TESTNET_AZTEC_L2_BOOTNODE_RPC
6060
status: {}
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
apiVersion: skaffold/v4beta6
22
kind: Config
33
requires:
4-
- path: ./explorer-api/skaffold.sp_testnet.yaml
4+
- path: ./explorer-api/skaffold.sandbox.yaml

k8s/local/skaffold.sp_testnet.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: Config
33
metadata:
44
name: sp_testnet
55
requires:
6-
#- path: ./common/skaffold.infra.yaml
6+
- path: ./common/skaffold.infra.yaml
77
- path: ./explorer-ui/skaffold.sp_testnet.yaml
88
- path: ./ethereum-listener/skaffold.sp_testnet.yaml
99
- path: ./explorer-api/skaffold.sp_testnet.yaml

services/explorer-ui/.env.development

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
VITE_L2_NETWORK_ID=SP_TESTNET
2-
VITE_API_URL=http://api.sp.chicmoz.localhost:80/v1
1+
VITE_L2_NETWORK_ID=SANDBOX
2+
VITE_API_URL=http://api.sandbox.chicmoz.localhost:80/v1
33
VITE_CHICMOZ_ALL_UI_URLS=Sandbox|http://sandbox.chicmoz.localhost,S&P-testnet|http://sp.chicmoz.localhost
44
VITE_API_KEY=dev-api-key
5-
VITE_WS_URL=ws://ws.sp.chicmoz.localhost:80
5+
VITE_WS_URL=ws://ws.sandbox.chicmoz.localhost:80
66
VITE_DISCORD_URL=https://discord.gg/obscura-build
77
VITE_X_URL=https://x.com/Obscura_Build
88
VITE_GITHUB_URL=https://github.com/aztec-scan/chicmoz

0 commit comments

Comments
 (0)