From 23c41868ec36ce193d37eeafe5f62515d386f7d0 Mon Sep 17 00:00:00 2001 From: Xavier Fernandez Date: Wed, 3 Jul 2024 10:59:04 -0600 Subject: [PATCH] feat(webapp): Update app name --- hapi/package.json | 2 +- webapp/package.json | 2 +- webapp/src/config/general.js | 2 +- webapp/src/config/ual.config.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hapi/package.json b/hapi/package.json index 0775b3531..18aaccb0e 100644 --- a/hapi/package.json +++ b/hapi/package.json @@ -1,5 +1,5 @@ { - "name": "eosiodashboard", + "name": "antelopetools", "version": "1.0.0", "description": "Antelope Tools BackEnd", "repository": "https://github.com/edenia/antelope-tools.git", diff --git a/webapp/package.json b/webapp/package.json index f7dbf8a94..99783e4ba 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -1,5 +1,5 @@ { - "name": "eosiodashboard", + "name": "antelopetools", "version": "v0.1.11", "description": "Antelope Tools WebApp", "repository": "https://github.com/edenia/antelope-tools.git", diff --git a/webapp/src/config/general.js b/webapp/src/config/general.js index ad7168a29..d81b876f7 100644 --- a/webapp/src/config/general.js +++ b/webapp/src/config/general.js @@ -15,7 +15,7 @@ export const disabledMenuItems = JSON.parse( ) export const appVersion = process.env.REACT_APP_VERSION.split('/').pop() || 'v1.0' -export const appName = process.env.REACT_APP_NAME || 'eosiodashboard' +export const appName = process.env.REACT_APP_NAME || 'antelopetools' export const networkLinks = process.env.REACT_APP_NETWORK_URL ? JSON.parse(process.env.REACT_APP_NETWORK_URL) : [] diff --git a/webapp/src/config/ual.config.js b/webapp/src/config/ual.config.js index f9814f9d8..8f7641dae 100644 --- a/webapp/src/config/ual.config.js +++ b/webapp/src/config/ual.config.js @@ -1,6 +1,6 @@ import { Anchor } from 'ual-anchor' -const appName = process.env.REACT_APP_EOS_APP_NAME || 'eosiodashboard' +const appName = process.env.REACT_APP_EOS_APP_NAME || 'antelopetools' const network = { chainId: process.env.REACT_APP_EOS_CHAIN_ID ||