Skip to content
This repository has been archived by the owner on Jul 14, 2022. It is now read-only.

Update network name and node #588

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ DOCKER_REGISTRY = 166568770115.dkr.ecr.eu-central-1.amazonaws.com
DOCKER_IMAGE = aepp-explorer
DOCKER_TAG = $(shell git describe --always)
# node url used at build time
VUE_APP_NODE_URL=https://roma-net.mdw.aepps.com/
VUE_APP_NETWORK=Minerva
VUE_APP_NODE_URL=https://mainnet.aeternal.io/
VUE_APP_NETWORK=Mainnet

.PHONY: list
list:
Expand Down