From 3e24d512a0ea300abe18b7ceaae76004df1dbdfc Mon Sep 17 00:00:00 2001 From: Xavier Fernandez Date: Mon, 3 Oct 2022 15:12:50 -0600 Subject: [PATCH 1/2] feat(webapp): update domain name to antelope.io --- .env.local | 6 +- .env.telostestnet | 8 +- .env.ultratestnet | 6 +- .github/workflows/deploy-jungle-testnet.yaml | 14 +-- .github/workflows/deploy-lacchain.yaml | 14 +-- .github/workflows/deploy-libre-testnet.yaml | 14 +-- .github/workflows/deploy-libre.yaml | 14 +-- .github/workflows/deploy-mainnet.yaml | 14 +-- .github/workflows/deploy-proton-testnet.yaml | 14 +-- .github/workflows/deploy-proton.yaml | 14 +-- .github/workflows/deploy-telos-testnet.yaml | 14 +-- .github/workflows/deploy-telos.yaml | 14 +-- .github/workflows/deploy-ultra-testnet.yaml | 10 +-- .github/workflows/deploy-wax-testnet.yaml | 14 +-- .github/workflows/deploy-wax.yaml | 14 +-- README.md | 2 +- docs/CNAME | 2 +- docs/index.html | 92 ++++++++++---------- makefile | 4 +- webapp/public/index.html | 4 +- webapp/public/sitemap.jungle.xml | 22 ++--- webapp/public/sitemap.lacchain.xml | 30 +++---- webapp/public/sitemap.mainnet.xml | 22 ++--- webapp/public/sitemap.proton-testnet.xml | 22 ++--- webapp/public/sitemap.proton.xml | 22 ++--- webapp/public/sitemap.telos-testnet.xml | 22 ++--- webapp/public/sitemap.telos.xml | 22 ++--- webapp/public/sitemap.wax-testnet.xml | 22 ++--- webapp/public/sitemap.wax.xml | 22 ++--- webapp/src/components/Header/index.js | 2 +- webapp/src/language/en.jungle.json | 2 +- webapp/src/language/en.lacchain.json | 2 +- webapp/src/language/en.libre-testnet.json | 2 +- webapp/src/language/en.libre.json | 2 +- webapp/src/language/en.mainnet.json | 2 +- webapp/src/language/en.proton-testnet.json | 2 +- webapp/src/language/en.proton.json | 2 +- webapp/src/language/en.telos-testnet.json | 2 +- webapp/src/language/en.telos.json | 2 +- webapp/src/language/en.wax-testnet.json | 2 +- webapp/src/language/en.wax.json | 2 +- webapp/src/language/es.airwire-testnet.json | 2 +- webapp/src/language/es.airwire.json | 2 +- webapp/src/language/es.jungle.json | 2 +- webapp/src/language/es.lacchain.json | 2 +- webapp/src/language/es.libre-testnet.json | 2 +- webapp/src/language/es.libre.json | 2 +- webapp/src/language/es.mainnet.json | 2 +- webapp/src/language/es.proton-testnet.json | 2 +- webapp/src/language/es.proton.json | 2 +- webapp/src/language/es.telos-testnet.json | 2 +- webapp/src/language/es.telos.json | 2 +- webapp/src/language/es.ultra-testnet.json | 2 +- webapp/src/language/es.wax-testnet.json | 2 +- webapp/src/language/es.wax.json | 2 +- 55 files changed, 273 insertions(+), 273 deletions(-) diff --git a/.env.local b/.env.local index 77e87aae..aaae02d0 100644 --- a/.env.local +++ b/.env.local @@ -60,7 +60,7 @@ PORT=3000 REACT_APP_VERSION=dev REACT_APP_NAME=$npm_package_name REACT_APP_TITLE=LACChain Network Dashboard -REACT_APP_DEFAULT_PRODUCER_LOGO=https://lacchain.eosio.online/lacchain.png +REACT_APP_DEFAULT_PRODUCER_LOGO=https://lacchain.antelope.tools/lacchain.png REACT_APP_FOOTER_LINKS=[{"text":"LACChain Website","src":"https://www.lacchain.net"},{"text":"Block Explorer","src":"https://explorer.latamlink.io"},{"text":"Developer Guidelines","src":"https://guide.eoscostarica.io"},{"text":"Documentation","src":"https://latamlink.io/docs/eosio"},{"text":"GitHub","src":"https://github.com/eoscostarica/eosio-dashboard"}] REACT_APP_EOS_RATE_LINK= REACT_APP_USE_REWARDS=false @@ -69,7 +69,7 @@ REACT_APP_USE_CPU_BENCHMARK=true REACT_APP_HASURA_URL=http://localhost:8080/v1/graphql REACT_APP_EOS_API_NETWORK_NAME=lacchain REACT_APP_EOS_API_NETWORK_LABEL=Local -REACT_APP_EOS_API_NETWORK_LOGO=https://lacchain.eosio.online/lacchain-color.png +REACT_APP_EOS_API_NETWORK_LOGO=https://lacchain.antelope.tools/lacchain-color.png REACT_APP_EOS_API_HOST=localhost REACT_APP_EOS_API_PORT=4200 REACT_APP_EOS_API_PROTOCOL=http @@ -79,7 +79,7 @@ REACT_APP_EOS_BP_JSON_ON_CHAIN_CONTRACT=producerjson REACT_APP_EOS_BP_JSON_ON_CHAIN_TABLE=producerjson REACT_APP_EOS_BP_JSON_ON_CHAIN_SCOPE=producerjson REACT_APP_TOKEN_SYMBOL=EOS -REACT_APP_NETWORK_URL=[{"label":"EOS Mainnet","value":"https://mainnet.eosio.online","mainnet":true,"pair":"eos","icon":"eos","order":1},{"label":"Proton","value":"https://proton.eosio.online","mainnet":true,"pair":"proton","icon":"proton","order":2},{"label":"WAX","value":"https://wax.eosio.online","mainnet":true,"pair":"wax","icon":"wax","order":3},{"label":"Telos","value":"https://telos.eosio.online","mainnet":true,"pair":"telos","icon":"telos","order":4},{"label":"Libre","value":"https://libre.eosio.online","mainnet":true,"pair":"libre","icon":"libre","order":5},{"label":"LACChain EOSIO","value":"https://lacchain.eosio.online","mainnet":true,"pair":null,"icon":"lacchain","order":6},{"label":"Jungle4 Testnet","value":"https://jungle.eosio.online","mainnet":false,"pair":"eos","icon":"jungle","order":1},{"label":"Proton Testnet","value":"https://proton-testnet.eosio.online","mainnet":false,"pair":"proton","icon":"proton","order":2},{"label":"WAX Testnet","value":"https://wax-testnet.eosio.online","mainnet":false,"pair":"wax","icon":"wax","order":3},{"label":"Telos Testnet","value":"https://telos-testnet.eosio.online","mainnet":false,"pair":"telos","icon":"telos","order":4},{"label":"Libre Testnet","value":"https://libre-testnet.eosio.online","mainnet":false,"pair":"libre","icon":"libre","order":5},{"label":"Ultra Testnet","value":"https://ultra-testnet.eosio.online","mainnet":false,"pair":"ultra","icon":"ultra","order":6}] +REACT_APP_NETWORK_URL=[{"label":"EOS Mainnet","value":"https://eos.antelope.tools","mainnet":true,"pair":"eos","icon":"eos","order":1},{"label":"Proton","value":"https://proton.antelope.tools","mainnet":true,"pair":"proton","icon":"proton","order":2},{"label":"WAX","value":"https://wax.antelope.tools","mainnet":true,"pair":"wax","icon":"wax","order":3},{"label":"Telos","value":"https://telos.antelope.tools","mainnet":true,"pair":"telos","icon":"telos","order":4},{"label":"Libre","value":"https://libre.antelope.tools","mainnet":true,"pair":"libre","icon":"libre","order":5},{"label":"LACChain EOSIO","value":"https://lacchain.antelope.tools","mainnet":true,"pair":null,"icon":"lacchain","order":6},{"label":"Jungle4 Testnet","value":"https://jungle.antelope.tools","mainnet":false,"pair":"eos","icon":"jungle","order":1},{"label":"Proton Testnet","value":"https://proton-testnet.antelope.tools","mainnet":false,"pair":"proton","icon":"proton","order":2},{"label":"WAX Testnet","value":"https://wax-testnet.antelope.tools","mainnet":false,"pair":"wax","icon":"wax","order":3},{"label":"Telos Testnet","value":"https://telos-testnet.antelope.tools","mainnet":false,"pair":"telos","icon":"telos","order":4},{"label":"Libre Testnet","value":"https://libre-testnet.antelope.tools","mainnet":false,"pair":"libre","icon":"libre","order":5},{"label":"Ultra Testnet","value":"https://ultra-testnet.antelope.tools","mainnet":false,"pair":"ultra","icon":"ultra","order":6}] REACT_APP_STATE_HISTORY_ENABLED=true REACT_APP_GOOGLE_ANALITIC_PAGE_ID=G-E6Y0EC9FT8 REACT_APP_PUBLIC_RE_CAPTCHA_KEY=key diff --git a/.env.telostestnet b/.env.telostestnet index a37aa962..924ba862 100644 --- a/.env.telostestnet +++ b/.env.telostestnet @@ -60,8 +60,8 @@ PORT=3000 REACT_APP_VERSION=dev REACT_APP_NAME=$npm_package_name REACT_APP_TITLE=Telos Testnet Network Dashboard -REACT_APP_DEFAULT_PRODUCER_LOGO=https://eosio.online/images/telos.jpg -REACT_APP_FOOTER_LINKS=[{ "text": "Telos Website", "src": "https://telos.net/" },{ "text": "Telos Block Explorer", "src": "https://telos-test.bloks.io/" },{"text": "Developer Docs","src": "https://docs.telos.net/"},{"text": "Telos Network Monitor","src": "https://eosio.online"}] +REACT_APP_DEFAULT_PRODUCER_LOGO=https://antelope.tools/images/telos.jpg +REACT_APP_FOOTER_LINKS=[{ "text": "Telos Website", "src": "https://telos.net/" },{ "text": "Telos Block Explorer", "src": "https://telos-test.bloks.io/" },{"text": "Developer Docs","src": "https://docs.telos.net/"},{"text": "Telos Network Monitor","src": "https://antelope.tools"}] REACT_APP_EOS_RATE_LINK= REACT_APP_USE_REWARDS=true REACT_APP_USE_VOTES=true @@ -70,7 +70,7 @@ REACT_APP_USE_BLOCK_PRODUCER_AGREEMENT_CONTRACT=true REACT_APP_HASURA_URL=http://localhost:8080/v1/graphql REACT_APP_EOS_API_NETWORK_NAME=telos-testnet REACT_APP_EOS_API_NETWORK_LABEL=Telos Testnet -REACT_APP_EOS_API_NETWORK_LOGO=https://eosio.online/images/telos.jpg +REACT_APP_EOS_API_NETWORK_LOGO=https://antelope.tools/images/telos.jpg REACT_APP_EOS_API_HOST=testnet.telos.caleos.io REACT_APP_EOS_API_PORT=443 REACT_APP_EOS_API_PROTOCOL=https @@ -80,7 +80,7 @@ REACT_APP_EOS_BP_JSON_ON_CHAIN_CONTRACT=producerjson REACT_APP_EOS_BP_JSON_ON_CHAIN_TABLE=producerjson REACT_APP_EOS_BP_JSON_ON_CHAIN_SCOPE=producerjson REACT_APP_TOKEN_SYMBOL=TLOS -REACT_APP_NETWORK_URL=[{"label":"EOS Mainnet","value":"https://mainnet.eosio.online","mainnet":true,"pair":"eos","icon":"eos","order":1},{"label":"Proton","value":"https://proton.eosio.online","mainnet":true,"pair":"proton","icon":"proton","order":2},{"label":"WAX","value":"https://wax.eosio.online","mainnet":true,"pair":"wax","icon":"wax","order":3},{"label":"Telos","value":"https://telos.eosio.online","mainnet":true,"pair":"telos","icon":"telos","order":4},{"label":"Libre","value":"https://libre.eosio.online","mainnet":true,"pair":"libre","icon":"libre","order":5},{"label":"LACChain EOSIO","value":"https://lacchain.eosio.online","mainnet":true,"pair":null,"icon":"lacchain","order":6},{"label":"Jungle4 Testnet","value":"https://jungle.eosio.online","mainnet":false,"pair":"eos","icon":"jungle","order":1},{"label":"Proton Testnet","value":"https://proton-testnet.eosio.online","mainnet":false,"pair":"proton","icon":"proton","order":2},{"label":"WAX Testnet","value":"https://wax-testnet.eosio.online","mainnet":false,"pair":"wax","icon":"wax","order":3},{"label":"Telos Testnet","value":"https://telos-testnet.eosio.online","mainnet":false,"pair":"telos","icon":"telos","order":4},{"label":"Libre Testnet","value":"https://libre-testnet.eosio.online","mainnet":false,"pair":"libre","icon":"libre","order":5},{"label":"Ultra Testnet","value":"https://ultra-testnet.eosio.online","mainnet":false,"pair":"ultra","icon":"ultra","order":6}] +REACT_APP_NETWORK_URL=[{"label":"EOS Mainnet","value":"https://eos.antelope.tools","mainnet":true,"pair":"eos","icon":"eos","order":1},{"label":"Proton","value":"https://proton.antelope.tools","mainnet":true,"pair":"proton","icon":"proton","order":2},{"label":"WAX","value":"https://wax.antelope.tools","mainnet":true,"pair":"wax","icon":"wax","order":3},{"label":"Telos","value":"https://telos.antelope.tools","mainnet":true,"pair":"telos","icon":"telos","order":4},{"label":"Libre","value":"https://libre.antelope.tools","mainnet":true,"pair":"libre","icon":"libre","order":5},{"label":"LACChain EOSIO","value":"https://lacchain.antelope.tools","mainnet":true,"pair":null,"icon":"lacchain","order":6},{"label":"Jungle4 Testnet","value":"https://jungle.antelope.tools","mainnet":false,"pair":"eos","icon":"jungle","order":1},{"label":"Proton Testnet","value":"https://proton-testnet.antelope.tools","mainnet":false,"pair":"proton","icon":"proton","order":2},{"label":"WAX Testnet","value":"https://wax-testnet.antelope.tools","mainnet":false,"pair":"wax","icon":"wax","order":3},{"label":"Telos Testnet","value":"https://telos-testnet.antelope.tools","mainnet":false,"pair":"telos","icon":"telos","order":4},{"label":"Libre Testnet","value":"https://libre-testnet.antelope.tools","mainnet":false,"pair":"libre","icon":"libre","order":5},{"label":"Ultra Testnet","value":"https://ultra-testnet.antelope.tools","mainnet":false,"pair":"ultra","icon":"ultra","order":6}] REACT_APP_DISABLED_MENU_ITEMS=["/missed-blocks", "/cpu-benchmark","/block-distribution"] REACT_APP_BLOCK_EXPLORER_URL=https://telos-test.bloks.io/transaction/(transaction) REACT_APP_STATE_HISTORY_ENABLED=false diff --git a/.env.ultratestnet b/.env.ultratestnet index ceb98bc7..ca4e2531 100644 --- a/.env.ultratestnet +++ b/.env.ultratestnet @@ -60,7 +60,7 @@ PORT=3000 REACT_APP_TITLE=Ultra Testnet Dashboard REACT_APP_VERSION=dev REACT_APP_NAME= -REACT_APP_DEFAULT_PRODUCER_LOGO=https://eosio.online/images/ultra.jpg +REACT_APP_DEFAULT_PRODUCER_LOGO=https://antelope.tools/images/ultra.jpg REACT_APP_FOOTER_LINKS=[{ "text": "Ultra Website", "src": "https://ultra.io/" },{ "text": "Block Explorer", "src": "https://explorer.testnet.ultra.io/" },{"text": "Ultra Mainnet Explorer","src": "https://explorer.mainnet.ultra.io/"}] REACT_APP_EOS_RATE_LINK= REACT_APP_USE_REWARDS=false @@ -70,7 +70,7 @@ REACT_APP_USE_BLOCK_PRODUCER_AGREEMENT_CONTRACT=true REACT_APP_HASURA_URL=http://localhost:8080/v1/graphql REACT_APP_EOS_API_NETWORK_NAME=ultra-testnet REACT_APP_EOS_API_NETWORK_LABEL=Ultra Testnet -REACT_APP_EOS_API_NETWORK_LOGO=https://eosio.online/images/ultra.jpg +REACT_APP_EOS_API_NETWORK_LOGO=https://antelope.tools/images/ultra.jpg REACT_APP_EOS_API_HOST=ultratest.api.eosnation.io REACT_APP_EOS_API_PORT=443 REACT_APP_EOS_API_PROTOCOL=https @@ -83,7 +83,7 @@ REACT_APP_EOS_BP_JSON_ON_CHAIN_CONTRACT=producerjson REACT_APP_EOS_BP_JSON_ON_CHAIN_TABLE=producerjson REACT_APP_EOS_BP_JSON_ON_CHAIN_SCOPE=producerjson REACT_APP_TOKEN_SYMBOL=UOS -REACT_APP_NETWORK_URL=[{"label":"Ultra Mainnet","value":"https://eosio.online","mainnet":true,"pair":"ultra","icon":"ultra","order":1},{"label":"Ultra Testnet","value":"https://ultra-testnet.eosio.online","mainnet":false,"pair":"ultra","icon":"ultra","order":1}] +REACT_APP_NETWORK_URL=[{"label":"Ultra Mainnet","value":"https://antelope.tools","mainnet":true,"pair":"ultra","icon":"ultra","order":1},{"label":"Ultra Testnet","value":"https://ultra-testnet.antelope.tools","mainnet":false,"pair":"ultra","icon":"ultra","order":1}] REACT_APP_DISABLED_MENU_ITEMS=["/block-producers","/nodes","/missed-blocks","/endpoints","/bpjson","/ricardian-contract","/block-distribution","/nodes-distribution","/cpu-benchmark","/rewards-distribution"] REACT_APP_BLOCK_EXPLORER_URL=https://explorer.testnet.ultra.io/tx/(transaction) REACT_APP_STATE_HISTORY_ENABLED=false diff --git a/.github/workflows/deploy-jungle-testnet.yaml b/.github/workflows/deploy-jungle-testnet.yaml index e94c0e87..63fa64d1 100644 --- a/.github/workflows/deploy-jungle-testnet.yaml +++ b/.github/workflows/deploy-jungle-testnet.yaml @@ -34,17 +34,17 @@ jobs: PORT: 80 REACT_APP_TITLE: EOS Jungle4 Testnet Network Dashboard REACT_APP_VERSION: ${{ github.ref }} - REACT_APP_DEFAULT_PRODUCER_LOGO: https://eosio.online/images/jungle.jpg - REACT_APP_FOOTER_LINKS: '[{"text":"Jungle Website","src":"https://jungletestnet.io/"},{"text":"Block Explorer","src":"https://jungle3.bloks.io"},{"text":"Developer Guidelines","src":"https://guide.eoscostarica.io"},{"text": "Jungle4 Testnet Monitor","src": "https://eosio.online"}]' + REACT_APP_DEFAULT_PRODUCER_LOGO: https://antelope.tools/images/jungle.jpg + REACT_APP_FOOTER_LINKS: '[{"text":"Jungle Website","src":"https://jungletestnet.io/"},{"text":"Block Explorer","src":"https://jungle3.bloks.io"},{"text":"Developer Guidelines","src":"https://guide.eoscostarica.io"},{"text": "Jungle4 Testnet Monitor","src": "https://antelope.tools"}]' REACT_APP_EOS_RATE_LINK: https://jungle.eosrate.io REACT_APP_USE_REWARDS: true REACT_APP_USE_VOTES: true REACT_APP_USE_CPU_BENCHMARK: true REACT_APP_USE_BLOCK_PRODUCER_AGREEMENT_CONTRACT: true - REACT_APP_HASURA_URL: https://graphql-jungle.eosio.online/v1/graphql + REACT_APP_HASURA_URL: https://graphql-jungle.antelope.tools/v1/graphql REACT_APP_EOS_API_NETWORK_NAME: jungle REACT_APP_EOS_API_NETWORK_LABEL: Jungle4 - REACT_APP_EOS_API_NETWORK_LOGO: https://eosio.online/images/jungle.jpg + REACT_APP_EOS_API_NETWORK_LOGO: https://antelope.tools/images/jungle.jpg REACT_APP_EOS_API_HOST: jungle.edenia.cloud REACT_APP_EOS_API_PORT: 443 REACT_APP_EOS_API_PROTOCOL: https @@ -54,7 +54,7 @@ jobs: REACT_APP_EOS_BP_JSON_ON_CHAIN_TABLE: producerjson REACT_APP_EOS_BP_JSON_ON_CHAIN_SCOPE: producerjson REACT_APP_TOKEN_SYMBOL: 'EOS' - REACT_APP_NETWORK_URL: '[{"label":"EOS Mainnet","value":"https://mainnet.eosio.online","mainnet":true,"pair":"eos","icon":"eos","order":1},{"label":"Proton","value":"https://proton.eosio.online","mainnet":true,"pair":"proton","icon":"proton","order":2},{"label":"WAX","value":"https://wax.eosio.online","mainnet":true,"pair":"wax","icon":"wax","order":3},{"label":"Telos","value":"https://telos.eosio.online","mainnet":true,"pair":"telos","icon":"telos","order":4},{"label":"Libre","value":"https://libre.eosio.online","mainnet":true,"pair":"libre","icon":"libre","order":5},{"label":"LACChain EOSIO","value":"https://lacchain.eosio.online","mainnet":true,"pair":null,"icon":"lacchain","order":6},{"label":"Jungle4 Testnet","value":"https://jungle.eosio.online","mainnet":false,"pair":"eos","icon":"jungle","order":1},{"label":"Proton Testnet","value":"https://proton-testnet.eosio.online","mainnet":false,"pair":"proton","icon":"proton","order":2},{"label":"WAX Testnet","value":"https://wax-testnet.eosio.online","mainnet":false,"pair":"wax","icon":"wax","order":3},{"label":"Telos Testnet","value":"https://telos-testnet.eosio.online","mainnet":false,"pair":"telos","icon":"telos","order":4},{"label":"Libre Testnet","value":"https://libre-testnet.eosio.online","mainnet":false,"pair":"libre","icon":"libre","order":5},{"label":"Ultra Testnet","value":"https://ultra-testnet.eosio.online","mainnet":false,"pair":"ultra","icon":"ultra","order":6}]' + REACT_APP_NETWORK_URL: '[{"label":"EOS Mainnet","value":"https://eos.antelope.tools","mainnet":true,"pair":"eos","icon":"eos","order":1},{"label":"Proton","value":"https://proton.antelope.tools","mainnet":true,"pair":"proton","icon":"proton","order":2},{"label":"WAX","value":"https://wax.antelope.tools","mainnet":true,"pair":"wax","icon":"wax","order":3},{"label":"Telos","value":"https://telos.antelope.tools","mainnet":true,"pair":"telos","icon":"telos","order":4},{"label":"Libre","value":"https://libre.antelope.tools","mainnet":true,"pair":"libre","icon":"libre","order":5},{"label":"LACChain EOSIO","value":"https://lacchain.antelope.tools","mainnet":true,"pair":null,"icon":"lacchain","order":6},{"label":"Jungle4 Testnet","value":"https://jungle.antelope.tools","mainnet":false,"pair":"eos","icon":"jungle","order":1},{"label":"Proton Testnet","value":"https://proton-testnet.antelope.tools","mainnet":false,"pair":"proton","icon":"proton","order":2},{"label":"WAX Testnet","value":"https://wax-testnet.antelope.tools","mainnet":false,"pair":"wax","icon":"wax","order":3},{"label":"Telos Testnet","value":"https://telos-testnet.antelope.tools","mainnet":false,"pair":"telos","icon":"telos","order":4},{"label":"Libre Testnet","value":"https://libre-testnet.antelope.tools","mainnet":false,"pair":"libre","icon":"libre","order":5},{"label":"Ultra Testnet","value":"https://ultra-testnet.antelope.tools","mainnet":false,"pair":"ultra","icon":"ultra","order":6}]' REACT_APP_DISABLED_MENU_ITEMS: '["/missed-blocks","/block-distribution","/cpu-benchmark"]' REACT_APP_BLOCK_EXPLORER_URL: 'https://jungle4.bloks.io/transaction/(transaction)' REACT_APP_STATE_HISTORY_ENABLED: 'false' @@ -69,8 +69,8 @@ jobs: env: # general NAMESPACE: jungle-dashboard - INGRESS_HOST: jungle.eosio.online - INGRESS_GRAPHQL_HOST: graphql-jungle.eosio.online + INGRESS_HOST: jungle.antelope.tools + INGRESS_GRAPHQL_HOST: graphql-jungle.antelope.tools # webapp REACT_APP_EOS_API_NETWORK_NAME: jungle # postgres diff --git a/.github/workflows/deploy-lacchain.yaml b/.github/workflows/deploy-lacchain.yaml index 827df2a3..2de681f6 100644 --- a/.github/workflows/deploy-lacchain.yaml +++ b/.github/workflows/deploy-lacchain.yaml @@ -35,17 +35,17 @@ jobs: PORT: '80' REACT_APP_TITLE: 'LACChain EOSIO Network Dashboard' REACT_APP_VERSION: ${{ github.ref }} - REACT_APP_DEFAULT_PRODUCER_LOGO: 'https://eosio.online/images/lacchain.jpg' - REACT_APP_FOOTER_LINKS: '[{"text":"LACChain Website","src":"https://eosio.lacchain.net"},{"text":"Block Explorer","src":"https://eosio-explorer.lacchain.net"},{"text":"LACChain Developer Docs","src":"https://eosio.lacchain.net/en/docs/eosio/"},{"text": "LACChain Network Monitor","src": "https://eosio.online"}]' + REACT_APP_DEFAULT_PRODUCER_LOGO: 'https://antelope.tools/images/lacchain.jpg' + REACT_APP_FOOTER_LINKS: '[{"text":"LACChain Website","src":"https://eosio.lacchain.net"},{"text":"Block Explorer","src":"https://eosio-explorer.lacchain.net"},{"text":"LACChain Developer Docs","src":"https://eosio.lacchain.net/en/docs/eosio/"},{"text": "LACChain Network Monitor","src": "https://antelope.tools"}]' REACT_APP_EOS_RATE_LINK: '' REACT_APP_USE_REWARDS: 'false' REACT_APP_USE_VOTES: 'false' REACT_APP_USE_CPU_BENCHMARK: 'true' REACT_APP_USE_BLOCK_PRODUCER_AGREEMENT_CONTRACT: 'false' - REACT_APP_HASURA_URL: 'https://graphql-lacchain.eosio.online/v1/graphql' + REACT_APP_HASURA_URL: 'https://graphql-lacchain.antelope.tools/v1/graphql' REACT_APP_EOS_API_NETWORK_NAME: 'lacchain' REACT_APP_EOS_API_NETWORK_LABEL: 'LACChain EOSIO' - REACT_APP_EOS_API_NETWORK_LOGO: 'https://eosio.online/images/lacchain.jpg' + REACT_APP_EOS_API_NETWORK_LOGO: 'https://antelope.tools/images/lacchain.jpg' REACT_APP_EOS_API_HOST: 'lacchain.edenia.cloud' REACT_APP_EOS_API_PORT: '443' REACT_APP_EOS_API_PROTOCOL: 'https' @@ -58,7 +58,7 @@ jobs: REACT_APP_EOS_BP_JSON_ON_CHAIN_TABLE: 'producerjson' REACT_APP_EOS_BP_JSON_ON_CHAIN_SCOPE: 'producerjson' REACT_APP_TOKEN_SYMBOL: '' - REACT_APP_NETWORK_URL: '[{"label":"EOS Mainnet","value":"https://mainnet.eosio.online","mainnet":true,"pair":"eos","icon":"eos","order":1},{"label":"Proton","value":"https://proton.eosio.online","mainnet":true,"pair":"proton","icon":"proton","order":2},{"label":"WAX","value":"https://wax.eosio.online","mainnet":true,"pair":"wax","icon":"wax","order":3},{"label":"Telos","value":"https://telos.eosio.online","mainnet":true,"pair":"telos","icon":"telos","order":4},{"label":"Libre","value":"https://libre.eosio.online","mainnet":true,"pair":"libre","icon":"libre","order":5},{"label":"LACChain EOSIO","value":"https://lacchain.eosio.online","mainnet":true,"pair":null,"icon":"lacchain","order":6},{"label":"Jungle4 Testnet","value":"https://jungle.eosio.online","mainnet":false,"pair":"eos","icon":"jungle","order":1},{"label":"Proton Testnet","value":"https://proton-testnet.eosio.online","mainnet":false,"pair":"proton","icon":"proton","order":2},{"label":"WAX Testnet","value":"https://wax-testnet.eosio.online","mainnet":false,"pair":"wax","icon":"wax","order":3},{"label":"Telos Testnet","value":"https://telos-testnet.eosio.online","mainnet":false,"pair":"telos","icon":"telos","order":4},{"label":"Libre Testnet","value":"https://libre-testnet.eosio.online","mainnet":false,"pair":"libre","icon":"libre","order":5},{"label":"Ultra Testnet","value":"https://ultra-testnet.eosio.online","mainnet":false,"pair":"ultra","icon":"ultra","order":6}]' + REACT_APP_NETWORK_URL: '[{"label":"EOS Mainnet","value":"https://eos.antelope.tools","mainnet":true,"pair":"eos","icon":"eos","order":1},{"label":"Proton","value":"https://proton.antelope.tools","mainnet":true,"pair":"proton","icon":"proton","order":2},{"label":"WAX","value":"https://wax.antelope.tools","mainnet":true,"pair":"wax","icon":"wax","order":3},{"label":"Telos","value":"https://telos.antelope.tools","mainnet":true,"pair":"telos","icon":"telos","order":4},{"label":"Libre","value":"https://libre.antelope.tools","mainnet":true,"pair":"libre","icon":"libre","order":5},{"label":"LACChain EOSIO","value":"https://lacchain.antelope.tools","mainnet":true,"pair":null,"icon":"lacchain","order":6},{"label":"Jungle4 Testnet","value":"https://jungle.antelope.tools","mainnet":false,"pair":"eos","icon":"jungle","order":1},{"label":"Proton Testnet","value":"https://proton-testnet.antelope.tools","mainnet":false,"pair":"proton","icon":"proton","order":2},{"label":"WAX Testnet","value":"https://wax-testnet.antelope.tools","mainnet":false,"pair":"wax","icon":"wax","order":3},{"label":"Telos Testnet","value":"https://telos-testnet.antelope.tools","mainnet":false,"pair":"telos","icon":"telos","order":4},{"label":"Libre Testnet","value":"https://libre-testnet.antelope.tools","mainnet":false,"pair":"libre","icon":"libre","order":5},{"label":"Ultra Testnet","value":"https://ultra-testnet.antelope.tools","mainnet":false,"pair":"ultra","icon":"ultra","order":6}]' REACT_APP_DISABLED_MENU_ITEMS: '[]' REACT_APP_BLOCK_EXPLORER_URL: 'https://eosio-explorer.lacchain.net/transaction/(transaction)' REACT_APP_STATE_HISTORY_ENABLED: 'true' @@ -73,8 +73,8 @@ jobs: env: # general NAMESPACE: lacchain-dashboard - INGRESS_HOST: lacchain.eosio.online - INGRESS_GRAPHQL_HOST: graphql-lacchain.eosio.online + INGRESS_HOST: lacchain.antelope.tools + INGRESS_GRAPHQL_HOST: graphql-lacchain.antelope.tools # webapp REACT_APP_EOS_API_NETWORK_NAME: 'lacchain' # postgres diff --git a/.github/workflows/deploy-libre-testnet.yaml b/.github/workflows/deploy-libre-testnet.yaml index 095889cd..f17d3f10 100644 --- a/.github/workflows/deploy-libre-testnet.yaml +++ b/.github/workflows/deploy-libre-testnet.yaml @@ -38,17 +38,17 @@ jobs: PORT: '80' REACT_APP_TITLE: 'Libre Testnet Network Dashboard' REACT_APP_VERSION: ${{github.ref}} - REACT_APP_DEFAULT_PRODUCER_LOGO: 'https://eosio.online/images/libre.png' - REACT_APP_FOOTER_LINKS: '[{ "text": "Libre Website", "src": "https://libre.org/" },{ "text": "Libre Block Explorer", "src": "https://libre-testnet-explorer.edenia.cloud/" },{"text": "Documentation","src": "https://libre-chain.gitbook.io/"},{"text": "Libre Network Monitor","src": "https://libre-testnet.eosio.online"}]' + REACT_APP_DEFAULT_PRODUCER_LOGO: 'https://antelope.tools/images/libre.png' + REACT_APP_FOOTER_LINKS: '[{ "text": "Libre Website", "src": "https://libre.org/" },{ "text": "Libre Block Explorer", "src": "https://libre-testnet-explorer.edenia.cloud/" },{"text": "Documentation","src": "https://libre-chain.gitbook.io/"},{"text": "Libre Network Monitor","src": "https://libre-testnet.antelope.tools"}]' REACT_APP_EOS_RATE_LINK: '' REACT_APP_USE_REWARDS: 'true' REACT_APP_USE_VOTES: 'true' REACT_APP_USE_CPU_BENCHMARK: 'false' REACT_APP_USE_BLOCK_PRODUCER_AGREEMENT_CONTRACT: 'true' - REACT_APP_HASURA_URL: 'https://graphql-libre-testnet.eosio.online/v1/graphql' + REACT_APP_HASURA_URL: 'https://graphql-libre-testnet.antelope.tools/v1/graphql' REACT_APP_EOS_API_NETWORK_NAME: 'libre-testnet' REACT_APP_EOS_API_NETWORK_LABEL: 'Libre Testnet' - REACT_APP_EOS_API_NETWORK_LOGO: 'https://eosio.online/images/libre.png' + REACT_APP_EOS_API_NETWORK_LOGO: 'https://antelope.tools/images/libre.png' REACT_APP_EOS_API_HOST: 'libre-testnet.edenia.cloud' REACT_APP_EOS_API_PORT: '443' REACT_APP_EOS_API_PROTOCOL: 'https' @@ -60,7 +60,7 @@ jobs: REACT_APP_EOS_BP_JSON_ON_CHAIN_TABLE: 'producerjson' REACT_APP_EOS_BP_JSON_ON_CHAIN_SCOPE: 'producerjson' REACT_APP_TOKEN_SYMBOL: 'LIBRE' - REACT_APP_NETWORK_URL: '[{"label":"EOS Mainnet","value":"https://mainnet.eosio.online","mainnet":true,"pair":"eos","icon":"eos","order":1},{"label":"Proton","value":"https://proton.eosio.online","mainnet":true,"pair":"proton","icon":"proton","order":2},{"label":"WAX","value":"https://wax.eosio.online","mainnet":true,"pair":"wax","icon":"wax","order":3},{"label":"Telos","value":"https://telos.eosio.online","mainnet":true,"pair":"telos","icon":"telos","order":4},{"label":"Libre","value":"https://libre.eosio.online","mainnet":true,"pair":"libre","icon":"libre","order":5},{"label":"LACChain EOSIO","value":"https://lacchain.eosio.online","mainnet":true,"pair":null,"icon":"lacchain","order":6},{"label":"Jungle4 Testnet","value":"https://jungle.eosio.online","mainnet":false,"pair":"eos","icon":"jungle","order":1},{"label":"Proton Testnet","value":"https://proton-testnet.eosio.online","mainnet":false,"pair":"proton","icon":"proton","order":2},{"label":"WAX Testnet","value":"https://wax-testnet.eosio.online","mainnet":false,"pair":"wax","icon":"wax","order":3},{"label":"Telos Testnet","value":"https://telos-testnet.eosio.online","mainnet":false,"pair":"telos","icon":"telos","order":4},{"label":"Libre Testnet","value":"https://libre-testnet.eosio.online","mainnet":false,"pair":"libre","icon":"libre","order":5},{"label":"Ultra Testnet","value":"https://ultra-testnet.eosio.online","mainnet":false,"pair":"ultra","icon":"ultra","order":6}]' + REACT_APP_NETWORK_URL: '[{"label":"EOS Mainnet","value":"https://eos.antelope.tools","mainnet":true,"pair":"eos","icon":"eos","order":1},{"label":"Proton","value":"https://proton.antelope.tools","mainnet":true,"pair":"proton","icon":"proton","order":2},{"label":"WAX","value":"https://wax.antelope.tools","mainnet":true,"pair":"wax","icon":"wax","order":3},{"label":"Telos","value":"https://telos.antelope.tools","mainnet":true,"pair":"telos","icon":"telos","order":4},{"label":"Libre","value":"https://libre.antelope.tools","mainnet":true,"pair":"libre","icon":"libre","order":5},{"label":"LACChain EOSIO","value":"https://lacchain.antelope.tools","mainnet":true,"pair":null,"icon":"lacchain","order":6},{"label":"Jungle4 Testnet","value":"https://jungle.antelope.tools","mainnet":false,"pair":"eos","icon":"jungle","order":1},{"label":"Proton Testnet","value":"https://proton-testnet.antelope.tools","mainnet":false,"pair":"proton","icon":"proton","order":2},{"label":"WAX Testnet","value":"https://wax-testnet.antelope.tools","mainnet":false,"pair":"wax","icon":"wax","order":3},{"label":"Telos Testnet","value":"https://telos-testnet.antelope.tools","mainnet":false,"pair":"telos","icon":"telos","order":4},{"label":"Libre Testnet","value":"https://libre-testnet.antelope.tools","mainnet":false,"pair":"libre","icon":"libre","order":5},{"label":"Ultra Testnet","value":"https://ultra-testnet.antelope.tools","mainnet":false,"pair":"ultra","icon":"ultra","order":6}]' REACT_APP_DISABLED_MENU_ITEMS: '["/cpu-benchmark"]' REACT_APP_BLOCK_EXPLORER_URL: 'https://libre-testnet-explorer.edenia.cloud/transaction/(transaction)' REACT_APP_STATE_HISTORY_ENABLED=: 'true' @@ -75,8 +75,8 @@ jobs: env: # general NAMESPACE: libre-testnet-dashboard - INGRESS_HOST: libre-testnet.eosio.online - INGRESS_GRAPHQL_HOST: graphql-libre-testnet.eosio.online + INGRESS_HOST: libre-testnet.antelope.tools + INGRESS_GRAPHQL_HOST: graphql-libre-testnet.antelope.tools # webapp REACT_APP_EOS_API_NETWORK_NAME: libre-testnet # postgres diff --git a/.github/workflows/deploy-libre.yaml b/.github/workflows/deploy-libre.yaml index 49625b20..34270476 100644 --- a/.github/workflows/deploy-libre.yaml +++ b/.github/workflows/deploy-libre.yaml @@ -38,17 +38,17 @@ jobs: PORT: '80' REACT_APP_TITLE: 'Libre Network Dashboard' REACT_APP_VERSION: ${{github.ref}} - REACT_APP_DEFAULT_PRODUCER_LOGO: 'https://eosio.online/images/libre.png' - REACT_APP_FOOTER_LINKS: '[{ "text": "Libre Website", "src": "https://libre.org/" },{ "text": "Libre Block Explorer", "src": "https://libre-explorer.edenia.cloud/" },{"text": "Documentation","src": "https://libre-chain.gitbook.io/"},{"text": "Libre Network Monitor","src": "https://libre.eosio.online"}]' + REACT_APP_DEFAULT_PRODUCER_LOGO: 'https://antelope.tools/images/libre.png' + REACT_APP_FOOTER_LINKS: '[{ "text": "Libre Website", "src": "https://libre.org/" },{ "text": "Libre Block Explorer", "src": "https://libre-explorer.edenia.cloud/" },{"text": "Documentation","src": "https://libre-chain.gitbook.io/"},{"text": "Libre Network Monitor","src": "https://libre.antelope.tools"}]' REACT_APP_EOS_RATE_LINK: '' REACT_APP_USE_REWARDS: 'false' REACT_APP_USE_VOTES: 'false' REACT_APP_USE_CPU_BENCHMARK: 'false' REACT_APP_USE_BLOCK_PRODUCER_AGREEMENT_CONTRACT: 'true' - REACT_APP_HASURA_URL: 'https://graphql-libre.eosio.online/v1/graphql' + REACT_APP_HASURA_URL: 'https://graphql-libre.antelope.tools/v1/graphql' REACT_APP_EOS_API_NETWORK_NAME: 'libre' REACT_APP_EOS_API_NETWORK_LABEL: 'Libre Mainnet' - REACT_APP_EOS_API_NETWORK_LOGO: 'https://eosio.online/images/libre.png' + REACT_APP_EOS_API_NETWORK_LOGO: 'https://antelope.tools/images/libre.png' REACT_APP_EOS_API_HOST: 'libre.edenia.cloud' REACT_APP_EOS_API_PORT: '443' REACT_APP_EOS_API_PROTOCOL: 'https' @@ -60,7 +60,7 @@ jobs: REACT_APP_EOS_BP_JSON_ON_CHAIN_TABLE: 'producerjson' REACT_APP_EOS_BP_JSON_ON_CHAIN_SCOPE: 'producerjson' REACT_APP_TOKEN_SYMBOL: 'LIBRE' - REACT_APP_NETWORK_URL: '[{"label":"EOS Mainnet","value":"https://mainnet.eosio.online","mainnet":true,"pair":"eos","icon":"eos","order":1},{"label":"Proton","value":"https://proton.eosio.online","mainnet":true,"pair":"proton","icon":"proton","order":2},{"label":"WAX","value":"https://wax.eosio.online","mainnet":true,"pair":"wax","icon":"wax","order":3},{"label":"Telos","value":"https://telos.eosio.online","mainnet":true,"pair":"telos","icon":"telos","order":4},{"label":"Libre","value":"https://libre.eosio.online","mainnet":true,"pair":"libre","icon":"libre","order":5},{"label":"LACChain EOSIO","value":"https://lacchain.eosio.online","mainnet":true,"pair":null,"icon":"lacchain","order":6},{"label":"Jungle4 Testnet","value":"https://jungle.eosio.online","mainnet":false,"pair":"eos","icon":"jungle","order":1},{"label":"Proton Testnet","value":"https://proton-testnet.eosio.online","mainnet":false,"pair":"proton","icon":"proton","order":2},{"label":"WAX Testnet","value":"https://wax-testnet.eosio.online","mainnet":false,"pair":"wax","icon":"wax","order":3},{"label":"Telos Testnet","value":"https://telos-testnet.eosio.online","mainnet":false,"pair":"telos","icon":"telos","order":4},{"label":"Libre Testnet","value":"https://libre-testnet.eosio.online","mainnet":false,"pair":"libre","icon":"libre","order":5},{"label":"Ultra Testnet","value":"https://ultra-testnet.eosio.online","mainnet":false,"pair":"ultra","icon":"ultra","order":6}]' + REACT_APP_NETWORK_URL: '[{"label":"EOS Mainnet","value":"https://eos.antelope.tools","mainnet":true,"pair":"eos","icon":"eos","order":1},{"label":"Proton","value":"https://proton.antelope.tools","mainnet":true,"pair":"proton","icon":"proton","order":2},{"label":"WAX","value":"https://wax.antelope.tools","mainnet":true,"pair":"wax","icon":"wax","order":3},{"label":"Telos","value":"https://telos.antelope.tools","mainnet":true,"pair":"telos","icon":"telos","order":4},{"label":"Libre","value":"https://libre.antelope.tools","mainnet":true,"pair":"libre","icon":"libre","order":5},{"label":"LACChain EOSIO","value":"https://lacchain.antelope.tools","mainnet":true,"pair":null,"icon":"lacchain","order":6},{"label":"Jungle4 Testnet","value":"https://jungle.antelope.tools","mainnet":false,"pair":"eos","icon":"jungle","order":1},{"label":"Proton Testnet","value":"https://proton-testnet.antelope.tools","mainnet":false,"pair":"proton","icon":"proton","order":2},{"label":"WAX Testnet","value":"https://wax-testnet.antelope.tools","mainnet":false,"pair":"wax","icon":"wax","order":3},{"label":"Telos Testnet","value":"https://telos-testnet.antelope.tools","mainnet":false,"pair":"telos","icon":"telos","order":4},{"label":"Libre Testnet","value":"https://libre-testnet.antelope.tools","mainnet":false,"pair":"libre","icon":"libre","order":5},{"label":"Ultra Testnet","value":"https://ultra-testnet.antelope.tools","mainnet":false,"pair":"ultra","icon":"ultra","order":6}]' REACT_APP_DISABLED_MENU_ITEMS: '["/missed-blocks", "/cpu-benchmark","/block-distribution"]' REACT_APP_BLOCK_EXPLORER_URL: 'https://libre-explorer.edenia.cloud/transaction/(transaction)' REACT_APP_STATE_HISTORY_ENABLED=: 'false' @@ -75,8 +75,8 @@ jobs: env: # general NAMESPACE: libre-dashboard - INGRESS_HOST: libre.eosio.online - INGRESS_GRAPHQL_HOST: graphql-libre.eosio.online + INGRESS_HOST: libre.antelope.tools + INGRESS_GRAPHQL_HOST: graphql-libre.antelope.tools # webapp REACT_APP_EOS_API_NETWORK_NAME: libre # postgres diff --git a/.github/workflows/deploy-mainnet.yaml b/.github/workflows/deploy-mainnet.yaml index 6283dee9..bccb94ca 100644 --- a/.github/workflows/deploy-mainnet.yaml +++ b/.github/workflows/deploy-mainnet.yaml @@ -35,13 +35,13 @@ jobs: PORT: '80' REACT_APP_TITLE: 'EOS Mainnet Network Dashboard' REACT_APP_VERSION: ${{ github.ref }} - REACT_APP_DEFAULT_PRODUCER_LOGO: 'https://eosio.online/images/eos.png' - REACT_APP_FOOTER_LINKS: '[{"text":"EOS Community Website","src":"https://eoscommunity.org/"},{"text":"Block Explorer","src":"https://bloks.io"},{"text":"EOS Developer Docs","src":"https://guide.eoscostarica.io"},{"text": "EOS Network Monitor","src": "https://eosio.online"}]' + REACT_APP_DEFAULT_PRODUCER_LOGO: 'https://antelope.tools/images/eos.png' + REACT_APP_FOOTER_LINKS: '[{"text":"EOS Community Website","src":"https://eoscommunity.org/"},{"text":"Block Explorer","src":"https://bloks.io"},{"text":"EOS Developer Docs","src":"https://guide.eoscostarica.io"},{"text": "EOS Network Monitor","src": "https://antelope.tools"}]' REACT_APP_EOS_RATE_LINK: 'https://eosrate.io' REACT_APP_USE_REWARDS: 'true' REACT_APP_USE_VOTES: 'true' REACT_APP_USE_BLOCK_PRODUCER_AGREEMENT_CONTRACT: 'true' - REACT_APP_HASURA_URL: 'https://graphql-mainnet.eosio.online/v1/graphql' + REACT_APP_HASURA_URL: 'https://graphql-eos.antelope.tools/v1/graphql' REACT_APP_EOS_API_HOST: 'api.eosn.io' REACT_APP_EOS_API_PORT: '443' REACT_APP_EOS_API_PROTOCOL: 'https' @@ -54,9 +54,9 @@ jobs: REACT_APP_EOS_BP_JSON_ON_CHAIN_SCOPE: ${{ secrets.REACT_APP_EOS_BP_JSON_ON_CHAIN_SCOPE }} REACT_APP_EOS_API_NETWORK_NAME: 'mainnet' REACT_APP_EOS_API_NETWORK_LABEL: 'EOS Mainnet' - REACT_APP_EOS_API_NETWORK_LOGO: 'https://eosio.online/images/eos.png' + REACT_APP_EOS_API_NETWORK_LOGO: 'https://antelope.tools/images/eos.png' REACT_APP_TOKEN_SYMBOL: 'EOS' - REACT_APP_NETWORK_URL: '[{"label":"EOS Mainnet","value":"https://mainnet.eosio.online","mainnet":true,"pair":"eos","icon":"eos","order":1},{"label":"Proton","value":"https://proton.eosio.online","mainnet":true,"pair":"proton","icon":"proton","order":2},{"label":"WAX","value":"https://wax.eosio.online","mainnet":true,"pair":"wax","icon":"wax","order":3},{"label":"Telos","value":"https://telos.eosio.online","mainnet":true,"pair":"telos","icon":"telos","order":4},{"label":"Libre","value":"https://libre.eosio.online","mainnet":true,"pair":"libre","icon":"libre","order":5},{"label":"LACChain EOSIO","value":"https://lacchain.eosio.online","mainnet":true,"pair":null,"icon":"lacchain","order":6},{"label":"Jungle4 Testnet","value":"https://jungle.eosio.online","mainnet":false,"pair":"eos","icon":"jungle","order":1},{"label":"Proton Testnet","value":"https://proton-testnet.eosio.online","mainnet":false,"pair":"proton","icon":"proton","order":2},{"label":"WAX Testnet","value":"https://wax-testnet.eosio.online","mainnet":false,"pair":"wax","icon":"wax","order":3},{"label":"Telos Testnet","value":"https://telos-testnet.eosio.online","mainnet":false,"pair":"telos","icon":"telos","order":4},{"label":"Libre Testnet","value":"https://libre-testnet.eosio.online","mainnet":false,"pair":"libre","icon":"libre","order":5},{"label":"Ultra Testnet","value":"https://ultra-testnet.eosio.online","mainnet":false,"pair":"ultra","icon":"ultra","order":6}]' + REACT_APP_NETWORK_URL: '[{"label":"EOS Mainnet","value":"https://eos.antelope.tools","mainnet":true,"pair":"eos","icon":"eos","order":1},{"label":"Proton","value":"https://proton.antelope.tools","mainnet":true,"pair":"proton","icon":"proton","order":2},{"label":"WAX","value":"https://wax.antelope.tools","mainnet":true,"pair":"wax","icon":"wax","order":3},{"label":"Telos","value":"https://telos.antelope.tools","mainnet":true,"pair":"telos","icon":"telos","order":4},{"label":"Libre","value":"https://libre.antelope.tools","mainnet":true,"pair":"libre","icon":"libre","order":5},{"label":"LACChain EOSIO","value":"https://lacchain.antelope.tools","mainnet":true,"pair":null,"icon":"lacchain","order":6},{"label":"Jungle4 Testnet","value":"https://jungle.antelope.tools","mainnet":false,"pair":"eos","icon":"jungle","order":1},{"label":"Proton Testnet","value":"https://proton-testnet.antelope.tools","mainnet":false,"pair":"proton","icon":"proton","order":2},{"label":"WAX Testnet","value":"https://wax-testnet.antelope.tools","mainnet":false,"pair":"wax","icon":"wax","order":3},{"label":"Telos Testnet","value":"https://telos-testnet.antelope.tools","mainnet":false,"pair":"telos","icon":"telos","order":4},{"label":"Libre Testnet","value":"https://libre-testnet.antelope.tools","mainnet":false,"pair":"libre","icon":"libre","order":5},{"label":"Ultra Testnet","value":"https://ultra-testnet.antelope.tools","mainnet":false,"pair":"ultra","icon":"ultra","order":6}]' REACT_APP_DISABLED_MENU_ITEMS: '["/missed-blocks", "/cpu-benchmark","/block-distribution"]' REACT_APP_BLOCK_EXPLORER_URL: 'https://bloks.io/transaction/(transaction)' REACT_APP_STATE_HISTORY_ENABLED: 'false' @@ -71,8 +71,8 @@ jobs: env: # general NAMESPACE: mainnet-dashboard - INGRESS_HOST: mainnet.eosio.online - INGRESS_GRAPHQL_HOST: graphql-mainnet.eosio.online + INGRESS_HOST: eos.antelope.tools + INGRESS_GRAPHQL_HOST: graphql-eos.antelope.tools # webapp REACT_APP_EOS_API_NETWORK_NAME: 'mainnet' # postgres diff --git a/.github/workflows/deploy-proton-testnet.yaml b/.github/workflows/deploy-proton-testnet.yaml index ab13bce7..6c0764e2 100644 --- a/.github/workflows/deploy-proton-testnet.yaml +++ b/.github/workflows/deploy-proton-testnet.yaml @@ -38,17 +38,17 @@ jobs: PORT: '80' REACT_APP_TITLE: 'Proton Testnet Network Dashboard' REACT_APP_VERSION: ${{github.ref}} - REACT_APP_DEFAULT_PRODUCER_LOGO: 'https://eosio.online/images/proton.png' - REACT_APP_FOOTER_LINKS: '[{ "text": "Proton Website", "src": "https://www.protonchain.com/" },{ "text": "Block Explorer", "src": "https://proton-test.bloks.io" },{"text": "Developer Docs","src": "https://docs.protonchain.com/sdk/"},{"text": "Proton Testnet Network Monitor","src": "https://eosio.online"}]' + REACT_APP_DEFAULT_PRODUCER_LOGO: 'https://antelope.tools/images/proton.png' + REACT_APP_FOOTER_LINKS: '[{ "text": "Proton Website", "src": "https://www.protonchain.com/" },{ "text": "Block Explorer", "src": "https://proton-test.bloks.io" },{"text": "Developer Docs","src": "https://docs.protonchain.com/sdk/"},{"text": "Proton Testnet Network Monitor","src": "https://antelope.tools"}]' REACT_APP_EOS_RATE_LINK: '' REACT_APP_USE_REWARDS: 'true' REACT_APP_USE_VOTES: 'true' REACT_APP_USE_CPU_BENCHMARK: 'false' REACT_APP_USE_BLOCK_PRODUCER_AGREEMENT_CONTRACT: 'true' - REACT_APP_HASURA_URL: 'https://graphql-proton-testnet.eosio.online/v1/graphql' + REACT_APP_HASURA_URL: 'https://graphql-proton-testnet.antelope.tools/v1/graphql' REACT_APP_EOS_API_NETWORK_NAME: 'proton-testnet' REACT_APP_EOS_API_NETWORK_LABEL: 'Proton Testnet' - REACT_APP_EOS_API_NETWORK_LOGO: 'https://eosio.online/images/proton.png' + REACT_APP_EOS_API_NETWORK_LOGO: 'https://antelope.tools/images/proton.png' REACT_APP_EOS_API_HOST: 'test.proton.eosusa.news' REACT_APP_EOS_API_PORT: '443' REACT_APP_EOS_API_PROTOCOL: 'https' @@ -60,7 +60,7 @@ jobs: REACT_APP_EOS_BP_JSON_ON_CHAIN_TABLE: 'producerjson' REACT_APP_EOS_BP_JSON_ON_CHAIN_SCOPE: 'producerjson' REACT_APP_TOKEN_SYMBOL: 'XPR' - REACT_APP_NETWORK_URL: '[{"label":"EOS Mainnet","value":"https://mainnet.eosio.online","mainnet":true,"pair":"eos","icon":"eos","order":1},{"label":"Proton","value":"https://proton.eosio.online","mainnet":true,"pair":"proton","icon":"proton","order":2},{"label":"WAX","value":"https://wax.eosio.online","mainnet":true,"pair":"wax","icon":"wax","order":3},{"label":"Telos","value":"https://telos.eosio.online","mainnet":true,"pair":"telos","icon":"telos","order":4},{"label":"Libre","value":"https://libre.eosio.online","mainnet":true,"pair":"libre","icon":"libre","order":5},{"label":"LACChain EOSIO","value":"https://lacchain.eosio.online","mainnet":true,"pair":null,"icon":"lacchain","order":6},{"label":"Jungle4 Testnet","value":"https://jungle.eosio.online","mainnet":false,"pair":"eos","icon":"jungle","order":1},{"label":"Proton Testnet","value":"https://proton-testnet.eosio.online","mainnet":false,"pair":"proton","icon":"proton","order":2},{"label":"WAX Testnet","value":"https://wax-testnet.eosio.online","mainnet":false,"pair":"wax","icon":"wax","order":3},{"label":"Telos Testnet","value":"https://telos-testnet.eosio.online","mainnet":false,"pair":"telos","icon":"telos","order":4},{"label":"Libre Testnet","value":"https://libre-testnet.eosio.online","mainnet":false,"pair":"libre","icon":"libre","order":5},{"label":"Ultra Testnet","value":"https://ultra-testnet.eosio.online","mainnet":false,"pair":"ultra","icon":"ultra","order":6}]' + REACT_APP_NETWORK_URL: '[{"label":"EOS Mainnet","value":"https://eos.antelope.tools","mainnet":true,"pair":"eos","icon":"eos","order":1},{"label":"Proton","value":"https://proton.antelope.tools","mainnet":true,"pair":"proton","icon":"proton","order":2},{"label":"WAX","value":"https://wax.antelope.tools","mainnet":true,"pair":"wax","icon":"wax","order":3},{"label":"Telos","value":"https://telos.antelope.tools","mainnet":true,"pair":"telos","icon":"telos","order":4},{"label":"Libre","value":"https://libre.antelope.tools","mainnet":true,"pair":"libre","icon":"libre","order":5},{"label":"LACChain EOSIO","value":"https://lacchain.antelope.tools","mainnet":true,"pair":null,"icon":"lacchain","order":6},{"label":"Jungle4 Testnet","value":"https://jungle.antelope.tools","mainnet":false,"pair":"eos","icon":"jungle","order":1},{"label":"Proton Testnet","value":"https://proton-testnet.antelope.tools","mainnet":false,"pair":"proton","icon":"proton","order":2},{"label":"WAX Testnet","value":"https://wax-testnet.antelope.tools","mainnet":false,"pair":"wax","icon":"wax","order":3},{"label":"Telos Testnet","value":"https://telos-testnet.antelope.tools","mainnet":false,"pair":"telos","icon":"telos","order":4},{"label":"Libre Testnet","value":"https://libre-testnet.antelope.tools","mainnet":false,"pair":"libre","icon":"libre","order":5},{"label":"Ultra Testnet","value":"https://ultra-testnet.antelope.tools","mainnet":false,"pair":"ultra","icon":"ultra","order":6}]' REACT_APP_DISABLED_MENU_ITEMS: '["/missed-blocks","/block-distribution","/cpu-benchmark"]' REACT_APP_BLOCK_EXPLORER_URL: 'https://proton-test.bloks.io/transaction/(transaction)' REACT_APP_STATE_HISTORY_ENABLED: 'false' @@ -75,8 +75,8 @@ jobs: env: # general NAMESPACE: proton-testnet-dashboard - INGRESS_HOST: proton-testnet.eosio.online - INGRESS_GRAPHQL_HOST: graphql-proton-testnet.eosio.online + INGRESS_HOST: proton-testnet.antelope.tools + INGRESS_GRAPHQL_HOST: graphql-proton-testnet.antelope.tools # webapp REACT_APP_EOS_API_NETWORK_NAME: proton-testnet # postgres diff --git a/.github/workflows/deploy-proton.yaml b/.github/workflows/deploy-proton.yaml index 83b13711..14b8f5e2 100644 --- a/.github/workflows/deploy-proton.yaml +++ b/.github/workflows/deploy-proton.yaml @@ -38,17 +38,17 @@ jobs: PORT: '80' REACT_APP_TITLE: 'Proton Network Dashboard' REACT_APP_VERSION: ${{github.ref}} - REACT_APP_DEFAULT_PRODUCER_LOGO: 'https://eosio.online/images/proton.png' - REACT_APP_FOOTER_LINKS: '[{ "text": "Proton Website", "src": "https://www.protonchain.com/" },{ "text": "Block Explorer", "src": "https://proton.bloks.io" },{"text": "Developer Docs","src": "https://docs.protonchain.com/sdk/"},{"text": "Proton Network Monitor","src": "https://eosio.online"}]' + REACT_APP_DEFAULT_PRODUCER_LOGO: 'https://antelope.tools/images/proton.png' + REACT_APP_FOOTER_LINKS: '[{ "text": "Proton Website", "src": "https://www.protonchain.com/" },{ "text": "Block Explorer", "src": "https://proton.bloks.io" },{"text": "Developer Docs","src": "https://docs.protonchain.com/sdk/"},{"text": "Proton Network Monitor","src": "https://antelope.tools"}]' REACT_APP_EOS_RATE_LINK: '' REACT_APP_USE_REWARDS: 'true' REACT_APP_USE_VOTES: 'true' REACT_APP_USE_CPU_BENCHMARK: 'false' REACT_APP_USE_BLOCK_PRODUCER_AGREEMENT_CONTRACT: 'true' - REACT_APP_HASURA_URL: 'https://graphql-proton.eosio.online/v1/graphql' + REACT_APP_HASURA_URL: 'https://graphql-proton.antelope.tools/v1/graphql' REACT_APP_EOS_API_NETWORK_NAME: 'proton' REACT_APP_EOS_API_NETWORK_LABEL: 'Proton' - REACT_APP_EOS_API_NETWORK_LOGO: 'https://eosio.online/images/proton.png' + REACT_APP_EOS_API_NETWORK_LOGO: 'https://antelope.tools/images/proton.png' REACT_APP_EOS_API_HOST: 'proton.eosusa.news' REACT_APP_EOS_API_PORT: '443' REACT_APP_EOS_API_PROTOCOL: 'https' @@ -60,7 +60,7 @@ jobs: REACT_APP_EOS_BP_JSON_ON_CHAIN_TABLE: 'producerjson' REACT_APP_EOS_BP_JSON_ON_CHAIN_SCOPE: 'producerjson' REACT_APP_TOKEN_SYMBOL: 'XPR' - REACT_APP_NETWORK_URL: '[{"label":"EOS Mainnet","value":"https://mainnet.eosio.online","mainnet":true,"pair":"eos","icon":"eos","order":1},{"label":"Proton","value":"https://proton.eosio.online","mainnet":true,"pair":"proton","icon":"proton","order":2},{"label":"WAX","value":"https://wax.eosio.online","mainnet":true,"pair":"wax","icon":"wax","order":3},{"label":"Telos","value":"https://telos.eosio.online","mainnet":true,"pair":"telos","icon":"telos","order":4},{"label":"Libre","value":"https://libre.eosio.online","mainnet":true,"pair":"libre","icon":"libre","order":5},{"label":"LACChain EOSIO","value":"https://lacchain.eosio.online","mainnet":true,"pair":null,"icon":"lacchain","order":6},{"label":"Jungle4 Testnet","value":"https://jungle.eosio.online","mainnet":false,"pair":"eos","icon":"jungle","order":1},{"label":"Proton Testnet","value":"https://proton-testnet.eosio.online","mainnet":false,"pair":"proton","icon":"proton","order":2},{"label":"WAX Testnet","value":"https://wax-testnet.eosio.online","mainnet":false,"pair":"wax","icon":"wax","order":3},{"label":"Telos Testnet","value":"https://telos-testnet.eosio.online","mainnet":false,"pair":"telos","icon":"telos","order":4},{"label":"Libre Testnet","value":"https://libre-testnet.eosio.online","mainnet":false,"pair":"libre","icon":"libre","order":5},{"label":"Ultra Testnet","value":"https://ultra-testnet.eosio.online","mainnet":false,"pair":"ultra","icon":"ultra","order":6}]' + REACT_APP_NETWORK_URL: '[{"label":"EOS Mainnet","value":"https://eos.antelope.tools","mainnet":true,"pair":"eos","icon":"eos","order":1},{"label":"Proton","value":"https://proton.antelope.tools","mainnet":true,"pair":"proton","icon":"proton","order":2},{"label":"WAX","value":"https://wax.antelope.tools","mainnet":true,"pair":"wax","icon":"wax","order":3},{"label":"Telos","value":"https://telos.antelope.tools","mainnet":true,"pair":"telos","icon":"telos","order":4},{"label":"Libre","value":"https://libre.antelope.tools","mainnet":true,"pair":"libre","icon":"libre","order":5},{"label":"LACChain EOSIO","value":"https://lacchain.antelope.tools","mainnet":true,"pair":null,"icon":"lacchain","order":6},{"label":"Jungle4 Testnet","value":"https://jungle.antelope.tools","mainnet":false,"pair":"eos","icon":"jungle","order":1},{"label":"Proton Testnet","value":"https://proton-testnet.antelope.tools","mainnet":false,"pair":"proton","icon":"proton","order":2},{"label":"WAX Testnet","value":"https://wax-testnet.antelope.tools","mainnet":false,"pair":"wax","icon":"wax","order":3},{"label":"Telos Testnet","value":"https://telos-testnet.antelope.tools","mainnet":false,"pair":"telos","icon":"telos","order":4},{"label":"Libre Testnet","value":"https://libre-testnet.antelope.tools","mainnet":false,"pair":"libre","icon":"libre","order":5},{"label":"Ultra Testnet","value":"https://ultra-testnet.antelope.tools","mainnet":false,"pair":"ultra","icon":"ultra","order":6}]' REACT_APP_DISABLED_MENU_ITEMS: '["/missed-blocks","/block-distribution","/cpu-benchmark"]' REACT_APP_BLOCK_EXPLORER_URL: 'https://proton-test.bloks.io/transaction/(transaction)' REACT_APP_STATE_HISTORY_ENABLED: 'false' @@ -75,8 +75,8 @@ jobs: env: # general NAMESPACE: proton-dashboard - INGRESS_HOST: proton.eosio.online - INGRESS_GRAPHQL_HOST: graphql-proton.eosio.online + INGRESS_HOST: proton.antelope.tools + INGRESS_GRAPHQL_HOST: graphql-proton.antelope.tools # webapp REACT_APP_EOS_API_NETWORK_NAME: proton # postgres diff --git a/.github/workflows/deploy-telos-testnet.yaml b/.github/workflows/deploy-telos-testnet.yaml index 619c9971..e418281d 100644 --- a/.github/workflows/deploy-telos-testnet.yaml +++ b/.github/workflows/deploy-telos-testnet.yaml @@ -38,17 +38,17 @@ jobs: PORT: '80' REACT_APP_TITLE: 'Telos Testnet Network Dashboard' REACT_APP_VERSION: ${{github.ref}} - REACT_APP_DEFAULT_PRODUCER_LOGO: 'https://eosio.online/images/telos.jpg' - REACT_APP_FOOTER_LINKS: '[{ "text": "Telos Website", "src": "https://telos.net/" },{ "text": "Telos Block Explorer", "src": "https://telos-test.bloks.io/" },{"text": "Developer Docs","src": "https://docs.telos.net/"},{"text": "Telos Network Monitor","src": "https://eosio.online"}]' + REACT_APP_DEFAULT_PRODUCER_LOGO: 'https://antelope.tools/images/telos.jpg' + REACT_APP_FOOTER_LINKS: '[{ "text": "Telos Website", "src": "https://telos.net/" },{ "text": "Telos Block Explorer", "src": "https://telos-test.bloks.io/" },{"text": "Developer Docs","src": "https://docs.telos.net/"},{"text": "Telos Network Monitor","src": "https://antelope.tools"}]' REACT_APP_EOS_RATE_LINK: '' REACT_APP_USE_REWARDS: 'true' REACT_APP_USE_VOTES: 'true' REACT_APP_USE_CPU_BENCHMARK: 'true' REACT_APP_USE_BLOCK_PRODUCER_AGREEMENT_CONTRACT: 'true' - REACT_APP_HASURA_URL: 'https://graphql-telos-testnet.eosio.online/v1/graphql' + REACT_APP_HASURA_URL: 'https://graphql-telos-testnet.antelope.tools/v1/graphql' REACT_APP_EOS_API_NETWORK_NAME: 'telos-testnet' REACT_APP_EOS_API_NETWORK_LABEL: 'Telos Testnet' - REACT_APP_EOS_API_NETWORK_LOGO: 'https://eosio.online/images/telos.jpg' + REACT_APP_EOS_API_NETWORK_LOGO: 'https://antelope.tools/images/telos.jpg' REACT_APP_EOS_API_HOST: 'testnet.telos.caleos.io' REACT_APP_EOS_API_PORT: '443' REACT_APP_EOS_API_PROTOCOL: 'https' @@ -60,7 +60,7 @@ jobs: REACT_APP_EOS_BP_JSON_ON_CHAIN_TABLE: 'producerjson' REACT_APP_EOS_BP_JSON_ON_CHAIN_SCOPE: 'producerjson' REACT_APP_TOKEN_SYMBOL: 'TLOS' - REACT_APP_NETWORK_URL: '[{"label":"EOS Mainnet","value":"https://mainnet.eosio.online","mainnet":true,"pair":"eos","icon":"eos","order":1},{"label":"Proton","value":"https://proton.eosio.online","mainnet":true,"pair":"proton","icon":"proton","order":2},{"label":"WAX","value":"https://wax.eosio.online","mainnet":true,"pair":"wax","icon":"wax","order":3},{"label":"Telos","value":"https://telos.eosio.online","mainnet":true,"pair":"telos","icon":"telos","order":4},{"label":"Libre","value":"https://libre.eosio.online","mainnet":true,"pair":"libre","icon":"libre","order":5},{"label":"LACChain EOSIO","value":"https://lacchain.eosio.online","mainnet":true,"pair":null,"icon":"lacchain","order":6},{"label":"Jungle4 Testnet","value":"https://jungle.eosio.online","mainnet":false,"pair":"eos","icon":"jungle","order":1},{"label":"Proton Testnet","value":"https://proton-testnet.eosio.online","mainnet":false,"pair":"proton","icon":"proton","order":2},{"label":"WAX Testnet","value":"https://wax-testnet.eosio.online","mainnet":false,"pair":"wax","icon":"wax","order":3},{"label":"Telos Testnet","value":"https://telos-testnet.eosio.online","mainnet":false,"pair":"telos","icon":"telos","order":4},{"label":"Libre Testnet","value":"https://libre-testnet.eosio.online","mainnet":false,"pair":"libre","icon":"libre","order":5},{"label":"Ultra Testnet","value":"https://ultra-testnet.eosio.online","mainnet":false,"pair":"ultra","icon":"ultra","order":6}]' + REACT_APP_NETWORK_URL: '[{"label":"EOS Mainnet","value":"https://eos.antelope.tools","mainnet":true,"pair":"eos","icon":"eos","order":1},{"label":"Proton","value":"https://proton.antelope.tools","mainnet":true,"pair":"proton","icon":"proton","order":2},{"label":"WAX","value":"https://wax.antelope.tools","mainnet":true,"pair":"wax","icon":"wax","order":3},{"label":"Telos","value":"https://telos.antelope.tools","mainnet":true,"pair":"telos","icon":"telos","order":4},{"label":"Libre","value":"https://libre.antelope.tools","mainnet":true,"pair":"libre","icon":"libre","order":5},{"label":"LACChain EOSIO","value":"https://lacchain.antelope.tools","mainnet":true,"pair":null,"icon":"lacchain","order":6},{"label":"Jungle4 Testnet","value":"https://jungle.antelope.tools","mainnet":false,"pair":"eos","icon":"jungle","order":1},{"label":"Proton Testnet","value":"https://proton-testnet.antelope.tools","mainnet":false,"pair":"proton","icon":"proton","order":2},{"label":"WAX Testnet","value":"https://wax-testnet.antelope.tools","mainnet":false,"pair":"wax","icon":"wax","order":3},{"label":"Telos Testnet","value":"https://telos-testnet.antelope.tools","mainnet":false,"pair":"telos","icon":"telos","order":4},{"label":"Libre Testnet","value":"https://libre-testnet.antelope.tools","mainnet":false,"pair":"libre","icon":"libre","order":5},{"label":"Ultra Testnet","value":"https://ultra-testnet.antelope.tools","mainnet":false,"pair":"ultra","icon":"ultra","order":6}]' REACT_APP_DISABLED_MENU_ITEMS: '["/missed-blocks", "/cpu-benchmark","/block-distribution"]' REACT_APP_BLOCK_EXPLORER_URL: 'https://telos-test.bloks.io/transaction/(transaction)' REACT_APP_STATE_HISTORY_ENABLED=: 'false' @@ -75,8 +75,8 @@ jobs: env: # general NAMESPACE: telos-testnet-dashboard - INGRESS_HOST: telos-testnet.eosio.online - INGRESS_GRAPHQL_HOST: graphql-telos-testnet.eosio.online + INGRESS_HOST: telos-testnet.antelope.tools + INGRESS_GRAPHQL_HOST: graphql-telos-testnet.antelope.tools # webapp REACT_APP_EOS_API_NETWORK_NAME: telos-testnet # postgres diff --git a/.github/workflows/deploy-telos.yaml b/.github/workflows/deploy-telos.yaml index 83be756f..16d1327d 100644 --- a/.github/workflows/deploy-telos.yaml +++ b/.github/workflows/deploy-telos.yaml @@ -38,17 +38,17 @@ jobs: PORT: '80' REACT_APP_TITLE: 'Telos Mainnet Network Dashboard' REACT_APP_VERSION: ${{github.ref}} - REACT_APP_DEFAULT_PRODUCER_LOGO: 'https://eosio.online/images/telos.jpg' - REACT_APP_FOOTER_LINKS: '[{ "text": "Telos Website", "src": "https://telos.net/" },{ "text": "Telos Block Explorer", "src": "https://telos-test.bloks.io/" },{"text": "Developer Docs","src": "https://docs.telos.net/"},{"text": "Telos Network Monitor","src": "https://eosio.online"}]' + REACT_APP_DEFAULT_PRODUCER_LOGO: 'https://antelope.tools/images/telos.jpg' + REACT_APP_FOOTER_LINKS: '[{ "text": "Telos Website", "src": "https://telos.net/" },{ "text": "Telos Block Explorer", "src": "https://telos-test.bloks.io/" },{"text": "Developer Docs","src": "https://docs.telos.net/"},{"text": "Telos Network Monitor","src": "https://antelope.tools"}]' REACT_APP_EOS_RATE_LINK: '' REACT_APP_USE_REWARDS: 'true' REACT_APP_USE_VOTES: 'true' REACT_APP_USE_CPU_BENCHMARK: 'true' REACT_APP_USE_BLOCK_PRODUCER_AGREEMENT_CONTRACT: 'true' - REACT_APP_HASURA_URL: 'https://graphql-telos.eosio.online/v1/graphql' + REACT_APP_HASURA_URL: 'https://graphql-telos.antelope.tools/v1/graphql' REACT_APP_EOS_API_NETWORK_NAME: 'telos' REACT_APP_EOS_API_NETWORK_LABEL: 'Telos Mainnet' - REACT_APP_EOS_API_NETWORK_LOGO: 'https://eosio.online/images/telos.jpg' + REACT_APP_EOS_API_NETWORK_LOGO: 'https://antelope.tools/images/telos.jpg' REACT_APP_EOS_API_HOST: 'telos.greymass.com' REACT_APP_EOS_API_PORT: '443' REACT_APP_EOS_API_PROTOCOL: 'https' @@ -60,7 +60,7 @@ jobs: REACT_APP_EOS_BP_JSON_ON_CHAIN_TABLE: 'producerjson' REACT_APP_EOS_BP_JSON_ON_CHAIN_SCOPE: 'producerjson' REACT_APP_TOKEN_SYMBOL: 'TLOS' - REACT_APP_NETWORK_URL: '[{"label":"EOS Mainnet","value":"https://mainnet.eosio.online","mainnet":true,"pair":"eos","icon":"eos","order":1},{"label":"Proton","value":"https://proton.eosio.online","mainnet":true,"pair":"proton","icon":"proton","order":2},{"label":"WAX","value":"https://wax.eosio.online","mainnet":true,"pair":"wax","icon":"wax","order":3},{"label":"Telos","value":"https://telos.eosio.online","mainnet":true,"pair":"telos","icon":"telos","order":4},{"label":"Libre","value":"https://libre.eosio.online","mainnet":true,"pair":"libre","icon":"libre","order":5},{"label":"LACChain EOSIO","value":"https://lacchain.eosio.online","mainnet":true,"pair":null,"icon":"lacchain","order":6},{"label":"Jungle4 Testnet","value":"https://jungle.eosio.online","mainnet":false,"pair":"eos","icon":"jungle","order":1},{"label":"Proton Testnet","value":"https://proton-testnet.eosio.online","mainnet":false,"pair":"proton","icon":"proton","order":2},{"label":"WAX Testnet","value":"https://wax-testnet.eosio.online","mainnet":false,"pair":"wax","icon":"wax","order":3},{"label":"Telos Testnet","value":"https://telos-testnet.eosio.online","mainnet":false,"pair":"telos","icon":"telos","order":4},{"label":"Libre Testnet","value":"https://libre-testnet.eosio.online","mainnet":false,"pair":"libre","icon":"libre","order":5},{"label":"Ultra Testnet","value":"https://ultra-testnet.eosio.online","mainnet":false,"pair":"ultra","icon":"ultra","order":6}]' + REACT_APP_NETWORK_URL: '[{"label":"EOS Mainnet","value":"https://eos.antelope.tools","mainnet":true,"pair":"eos","icon":"eos","order":1},{"label":"Proton","value":"https://proton.antelope.tools","mainnet":true,"pair":"proton","icon":"proton","order":2},{"label":"WAX","value":"https://wax.antelope.tools","mainnet":true,"pair":"wax","icon":"wax","order":3},{"label":"Telos","value":"https://telos.antelope.tools","mainnet":true,"pair":"telos","icon":"telos","order":4},{"label":"Libre","value":"https://libre.antelope.tools","mainnet":true,"pair":"libre","icon":"libre","order":5},{"label":"LACChain EOSIO","value":"https://lacchain.antelope.tools","mainnet":true,"pair":null,"icon":"lacchain","order":6},{"label":"Jungle4 Testnet","value":"https://jungle.antelope.tools","mainnet":false,"pair":"eos","icon":"jungle","order":1},{"label":"Proton Testnet","value":"https://proton-testnet.antelope.tools","mainnet":false,"pair":"proton","icon":"proton","order":2},{"label":"WAX Testnet","value":"https://wax-testnet.antelope.tools","mainnet":false,"pair":"wax","icon":"wax","order":3},{"label":"Telos Testnet","value":"https://telos-testnet.antelope.tools","mainnet":false,"pair":"telos","icon":"telos","order":4},{"label":"Libre Testnet","value":"https://libre-testnet.antelope.tools","mainnet":false,"pair":"libre","icon":"libre","order":5},{"label":"Ultra Testnet","value":"https://ultra-testnet.antelope.tools","mainnet":false,"pair":"ultra","icon":"ultra","order":6}]' REACT_APP_DISABLED_MENU_ITEMS: '["/missed-blocks", "/cpu-benchmark","/block-distribution"]' REACT_APP_BLOCK_EXPLORER_URL: 'https://telos.bloks.io/transaction/(transaction)' REACT_APP_STATE_HISTORY_ENABLED=: 'false' @@ -75,8 +75,8 @@ jobs: env: # general NAMESPACE: telos-dashboard - INGRESS_HOST: telos.eosio.online - INGRESS_GRAPHQL_HOST: graphql-telos.eosio.online + INGRESS_HOST: telos.antelope.tools + INGRESS_GRAPHQL_HOST: graphql-telos.antelope.tools # webapp REACT_APP_EOS_API_NETWORK_NAME: telos # postgres diff --git a/.github/workflows/deploy-ultra-testnet.yaml b/.github/workflows/deploy-ultra-testnet.yaml index 360f8374..035f9a78 100644 --- a/.github/workflows/deploy-ultra-testnet.yaml +++ b/.github/workflows/deploy-ultra-testnet.yaml @@ -38,14 +38,14 @@ jobs: PORT: '80' REACT_APP_TITLE: 'Ultra Testnet Dashboard' REACT_APP_VERSION: ${{github.ref}} - REACT_APP_DEFAULT_PRODUCER_LOGO: 'https://eosio.online/images/ultra.jpg' + REACT_APP_DEFAULT_PRODUCER_LOGO: 'https://antelope.tools/images/ultra.jpg' REACT_APP_FOOTER_LINKS: '[{ "text": "Ultra Website", "src": "https://ultra.io/" },{ "text": "Block Explorer", "src": "https://explorer.testnet.ultra.io/" },{"text": "Ultra Mainnet Explorer","src": "https://explorer.mainnet.ultra.io/"}]' REACT_APP_EOS_RATE_LINK: '' REACT_APP_USE_REWARDS: 'false' REACT_APP_USE_VOTES: 'false' REACT_APP_USE_CPU_BENCHMARK: 'false' REACT_APP_USE_BLOCK_PRODUCER_AGREEMENT_CONTRACT: 'true' - REACT_APP_HASURA_URL: 'https://graphql-ultra-testnet.eosio.online/v1/graphql' + REACT_APP_HASURA_URL: 'https://graphql-ultra-testnet.antelope.tools/v1/graphql' REACT_APP_EOS_API_NETWORK_NAME: 'ultra-testnet' REACT_APP_EOS_API_NETWORK_LABEL: 'Ultra Testnet' REACT_APP_EOS_API_NETWORK_LOGO: 'https://icodrops.com/wp-content/uploads/2019/06/Ultra-150x150.jpg' @@ -60,7 +60,7 @@ jobs: REACT_APP_EOS_BP_JSON_ON_CHAIN_TABLE: 'producerjson' REACT_APP_EOS_BP_JSON_ON_CHAIN_SCOPE: 'producerjson' REACT_APP_TOKEN_SYMBOL: 'UOS' - REACT_APP_NETWORK_URL: '[{"label":"EOS Mainnet","value":"https://mainnet.eosio.online","mainnet":true,"pair":"eos","icon":"eos","order":1},{"label":"Proton","value":"https://proton.eosio.online","mainnet":true,"pair":"proton","icon":"proton","order":2},{"label":"WAX","value":"https://wax.eosio.online","mainnet":true,"pair":"wax","icon":"wax","order":3},{"label":"Telos","value":"https://telos.eosio.online","mainnet":true,"pair":"telos","icon":"telos","order":4},{"label":"Libre","value":"https://libre.eosio.online","mainnet":true,"pair":"libre","icon":"libre","order":5},{"label":"LACChain EOSIO","value":"https://lacchain.eosio.online","mainnet":true,"pair":null,"icon":"lacchain","order":6},{"label":"Jungle4 Testnet","value":"https://jungle.eosio.online","mainnet":false,"pair":"eos","icon":"jungle","order":1},{"label":"Proton Testnet","value":"https://proton-testnet.eosio.online","mainnet":false,"pair":"proton","icon":"proton","order":2},{"label":"WAX Testnet","value":"https://wax-testnet.eosio.online","mainnet":false,"pair":"wax","icon":"wax","order":3},{"label":"Telos Testnet","value":"https://telos-testnet.eosio.online","mainnet":false,"pair":"telos","icon":"telos","order":4},{"label":"Libre Testnet","value":"https://libre-testnet.eosio.online","mainnet":false,"pair":"libre","icon":"libre","order":5},{"label":"Ultra Testnet","value":"https://ultra-testnet.eosio.online","mainnet":false,"pair":"ultra","icon":"ultra","order":6}]' + REACT_APP_NETWORK_URL: '[{"label":"EOS Mainnet","value":"https://eos.antelope.tools","mainnet":true,"pair":"eos","icon":"eos","order":1},{"label":"Proton","value":"https://proton.antelope.tools","mainnet":true,"pair":"proton","icon":"proton","order":2},{"label":"WAX","value":"https://wax.antelope.tools","mainnet":true,"pair":"wax","icon":"wax","order":3},{"label":"Telos","value":"https://telos.antelope.tools","mainnet":true,"pair":"telos","icon":"telos","order":4},{"label":"Libre","value":"https://libre.antelope.tools","mainnet":true,"pair":"libre","icon":"libre","order":5},{"label":"LACChain EOSIO","value":"https://lacchain.antelope.tools","mainnet":true,"pair":null,"icon":"lacchain","order":6},{"label":"Jungle4 Testnet","value":"https://jungle.antelope.tools","mainnet":false,"pair":"eos","icon":"jungle","order":1},{"label":"Proton Testnet","value":"https://proton-testnet.antelope.tools","mainnet":false,"pair":"proton","icon":"proton","order":2},{"label":"WAX Testnet","value":"https://wax-testnet.antelope.tools","mainnet":false,"pair":"wax","icon":"wax","order":3},{"label":"Telos Testnet","value":"https://telos-testnet.antelope.tools","mainnet":false,"pair":"telos","icon":"telos","order":4},{"label":"Libre Testnet","value":"https://libre-testnet.antelope.tools","mainnet":false,"pair":"libre","icon":"libre","order":5},{"label":"Ultra Testnet","value":"https://ultra-testnet.antelope.tools","mainnet":false,"pair":"ultra","icon":"ultra","order":6}]' REACT_APP_DISABLED_MENU_ITEMS: '["/block-producers","/nodes","/missed-blocks","/endpoints","/bpjson","/ricardian-contract","/block-distribution","/nodes-distribution","/cpu-benchmark","/rewards-distribution"]' REACT_APP_BLOCK_EXPLORER_URL: 'https://explorer.testnet.ultra.io/tx/(transaction)' REACT_APP_STATE_HISTORY_ENABLED: 'false' @@ -75,8 +75,8 @@ jobs: env: # general NAMESPACE: ultra-testnet-dashboard - INGRESS_HOST: ultra-testnet.eosio.online - INGRESS_GRAPHQL_HOST: graphql-ultra-testnet.eosio.online + INGRESS_HOST: ultra-testnet.antelope.tools + INGRESS_GRAPHQL_HOST: graphql-ultra-testnet.antelope.tools # webapp REACT_APP_EOS_API_NETWORK_NAME: ultra-testnet # postgres diff --git a/.github/workflows/deploy-wax-testnet.yaml b/.github/workflows/deploy-wax-testnet.yaml index 4dda04e9..c6611cb1 100644 --- a/.github/workflows/deploy-wax-testnet.yaml +++ b/.github/workflows/deploy-wax-testnet.yaml @@ -38,17 +38,17 @@ jobs: PORT: '80' REACT_APP_TITLE: 'WAX Testnet Network Dashboard' REACT_APP_VERSION: ${{github.ref}} - REACT_APP_DEFAULT_PRODUCER_LOGO: 'https://eosio.online/images/wax.jpg' - REACT_APP_FOOTER_LINKS: '[{ "text": "WAX Website", "src": "https://on.wax.io/wax-io/" },{ "text": "WAX Block Explorer", "src": "https://wax-test.bloks.io/" },{"text": "Developer Guidelines","src": "https://developer.wax.io/"},{"text": "WAX Network Monitor","src": "https://eosio.online"}]' + REACT_APP_DEFAULT_PRODUCER_LOGO: 'https://antelope.tools/images/wax.jpg' + REACT_APP_FOOTER_LINKS: '[{ "text": "WAX Website", "src": "https://on.wax.io/wax-io/" },{ "text": "WAX Block Explorer", "src": "https://wax-test.bloks.io/" },{"text": "Developer Guidelines","src": "https://developer.wax.io/"},{"text": "WAX Network Monitor","src": "https://antelope.tools"}]' REACT_APP_EOS_RATE_LINK: '' REACT_APP_USE_REWARDS: 'false' REACT_APP_USE_VOTES: 'true' REACT_APP_USE_CPU_BENCHMARK: 'true' REACT_APP_USE_BLOCK_PRODUCER_AGREEMENT_CONTRACT: 'true' - REACT_APP_HASURA_URL: 'https://graphql-wax-testnet.eosio.online/v1/graphql' + REACT_APP_HASURA_URL: 'https://graphql-wax-testnet.antelope.tools/v1/graphql' REACT_APP_EOS_API_NETWORK_NAME: 'wax-testnet' REACT_APP_EOS_API_NETWORK_LABEL: 'WAX Testnet' - REACT_APP_EOS_API_NETWORK_LOGO: 'https://eosio.online/images/wax.jpg' + REACT_APP_EOS_API_NETWORK_LOGO: 'https://antelope.tools/images/wax.jpg' REACT_APP_EOS_API_HOST: 'api.waxtest.alohaeos.com' REACT_APP_EOS_API_PORT: '443' REACT_APP_EOS_API_PROTOCOL: 'https' @@ -60,7 +60,7 @@ jobs: REACT_APP_EOS_BP_JSON_ON_CHAIN_TABLE: 'producerjson' REACT_APP_EOS_BP_JSON_ON_CHAIN_SCOPE: 'producerjson' REACT_APP_TOKEN_SYMBOL: 'WAX' - REACT_APP_NETWORK_URL: '[{"label":"EOS Mainnet","value":"https://mainnet.eosio.online","mainnet":true,"pair":"eos","icon":"eos","order":1},{"label":"Proton","value":"https://proton.eosio.online","mainnet":true,"pair":"proton","icon":"proton","order":2},{"label":"WAX","value":"https://wax.eosio.online","mainnet":true,"pair":"wax","icon":"wax","order":3},{"label":"Telos","value":"https://telos.eosio.online","mainnet":true,"pair":"telos","icon":"telos","order":4},{"label":"Libre","value":"https://libre.eosio.online","mainnet":true,"pair":"libre","icon":"libre","order":5},{"label":"LACChain EOSIO","value":"https://lacchain.eosio.online","mainnet":true,"pair":null,"icon":"lacchain","order":6},{"label":"Jungle4 Testnet","value":"https://jungle.eosio.online","mainnet":false,"pair":"eos","icon":"jungle","order":1},{"label":"Proton Testnet","value":"https://proton-testnet.eosio.online","mainnet":false,"pair":"proton","icon":"proton","order":2},{"label":"WAX Testnet","value":"https://wax-testnet.eosio.online","mainnet":false,"pair":"wax","icon":"wax","order":3},{"label":"Telos Testnet","value":"https://telos-testnet.eosio.online","mainnet":false,"pair":"telos","icon":"telos","order":4},{"label":"Libre Testnet","value":"https://libre-testnet.eosio.online","mainnet":false,"pair":"libre","icon":"libre","order":5},{"label":"Ultra Testnet","value":"https://ultra-testnet.eosio.online","mainnet":false,"pair":"ultra","icon":"ultra","order":6}]' + REACT_APP_NETWORK_URL: '[{"label":"EOS Mainnet","value":"https://eos.antelope.tools","mainnet":true,"pair":"eos","icon":"eos","order":1},{"label":"Proton","value":"https://proton.antelope.tools","mainnet":true,"pair":"proton","icon":"proton","order":2},{"label":"WAX","value":"https://wax.antelope.tools","mainnet":true,"pair":"wax","icon":"wax","order":3},{"label":"Telos","value":"https://telos.antelope.tools","mainnet":true,"pair":"telos","icon":"telos","order":4},{"label":"Libre","value":"https://libre.antelope.tools","mainnet":true,"pair":"libre","icon":"libre","order":5},{"label":"LACChain EOSIO","value":"https://lacchain.antelope.tools","mainnet":true,"pair":null,"icon":"lacchain","order":6},{"label":"Jungle4 Testnet","value":"https://jungle.antelope.tools","mainnet":false,"pair":"eos","icon":"jungle","order":1},{"label":"Proton Testnet","value":"https://proton-testnet.antelope.tools","mainnet":false,"pair":"proton","icon":"proton","order":2},{"label":"WAX Testnet","value":"https://wax-testnet.antelope.tools","mainnet":false,"pair":"wax","icon":"wax","order":3},{"label":"Telos Testnet","value":"https://telos-testnet.antelope.tools","mainnet":false,"pair":"telos","icon":"telos","order":4},{"label":"Libre Testnet","value":"https://libre-testnet.antelope.tools","mainnet":false,"pair":"libre","icon":"libre","order":5},{"label":"Ultra Testnet","value":"https://ultra-testnet.antelope.tools","mainnet":false,"pair":"ultra","icon":"ultra","order":6}]' REACT_APP_DISABLED_MENU_ITEMS: '["/missed-blocks", "/cpu-benchmark","/block-distribution"]' REACT_APP_BLOCK_EXPLORER_URL: 'https://wax-test.bloks.io/transaction/(transaction)' REACT_APP_STATE_HISTORY_ENABLED=: 'false' @@ -75,8 +75,8 @@ jobs: env: # general NAMESPACE: wax-testnet-dashboard - INGRESS_HOST: wax-testnet.eosio.online - INGRESS_GRAPHQL_HOST: graphql-wax-testnet.eosio.online + INGRESS_HOST: wax-testnet.antelope.tools + INGRESS_GRAPHQL_HOST: graphql-wax-testnet.antelope.tools # webapp REACT_APP_EOS_API_NETWORK_NAME: wax-testnet # postgres diff --git a/.github/workflows/deploy-wax.yaml b/.github/workflows/deploy-wax.yaml index 7ee22431..291a0e2b 100644 --- a/.github/workflows/deploy-wax.yaml +++ b/.github/workflows/deploy-wax.yaml @@ -38,17 +38,17 @@ jobs: PORT: '80' REACT_APP_TITLE: 'WAX Mainnet Network Dashboard' REACT_APP_VERSION: ${{github.ref}} - REACT_APP_DEFAULT_PRODUCER_LOGO: 'https://eosio.online/images/wax.jpg' - REACT_APP_FOOTER_LINKS: '[{ "text": "WAX Website", "src": "https://on.wax.io/wax-io/" },{ "text": "WAX Block Explorer", "src": "https://wax.bloks.io" },{"text": "Developer Guidelines","src": "https://developer.wax.io/"},{"text": "WAX Network Monitor","src": "https://eosio.online"}]' + REACT_APP_DEFAULT_PRODUCER_LOGO: 'https://antelope.tools/images/wax.jpg' + REACT_APP_FOOTER_LINKS: '[{ "text": "WAX Website", "src": "https://on.wax.io/wax-io/" },{ "text": "WAX Block Explorer", "src": "https://wax.bloks.io" },{"text": "Developer Guidelines","src": "https://developer.wax.io/"},{"text": "WAX Network Monitor","src": "https://antelope.tools"}]' REACT_APP_EOS_RATE_LINK: '' REACT_APP_USE_REWARDS: 'false' REACT_APP_USE_VOTES: 'true' REACT_APP_USE_CPU_BENCHMARK: 'true' REACT_APP_USE_BLOCK_PRODUCER_AGREEMENT_CONTRACT: 'true' - REACT_APP_HASURA_URL: 'https://graphql-wax.eosio.online/v1/graphql' + REACT_APP_HASURA_URL: 'https://graphql-wax.antelope.tools/v1/graphql' REACT_APP_EOS_API_NETWORK_NAME: 'wax' REACT_APP_EOS_API_NETWORK_LABEL: 'WAX' - REACT_APP_EOS_API_NETWORK_LOGO: 'https://eosio.online/images/wax.jpg' + REACT_APP_EOS_API_NETWORK_LOGO: 'https://antelope.tools/images/wax.jpg' REACT_APP_EOS_API_HOST: 'wax.eosn.io' REACT_APP_EOS_API_PORT: '443' REACT_APP_EOS_API_PROTOCOL: 'https' @@ -60,7 +60,7 @@ jobs: REACT_APP_EOS_BP_JSON_ON_CHAIN_TABLE: 'producerjson' REACT_APP_EOS_BP_JSON_ON_CHAIN_SCOPE: 'producerjson' REACT_APP_TOKEN_SYMBOL: 'WAX' - REACT_APP_NETWORK_URL: '[{"label":"EOS Mainnet","value":"https://mainnet.eosio.online","mainnet":true,"pair":"eos","icon":"eos","order":1},{"label":"Proton","value":"https://proton.eosio.online","mainnet":true,"pair":"proton","icon":"proton","order":2},{"label":"WAX","value":"https://wax.eosio.online","mainnet":true,"pair":"wax","icon":"wax","order":3},{"label":"Telos","value":"https://telos.eosio.online","mainnet":true,"pair":"telos","icon":"telos","order":4},{"label":"Libre","value":"https://libre.eosio.online","mainnet":true,"pair":"libre","icon":"libre","order":5},{"label":"LACChain EOSIO","value":"https://lacchain.eosio.online","mainnet":true,"pair":null,"icon":"lacchain","order":6},{"label":"Jungle4 Testnet","value":"https://jungle.eosio.online","mainnet":false,"pair":"eos","icon":"jungle","order":1},{"label":"Proton Testnet","value":"https://proton-testnet.eosio.online","mainnet":false,"pair":"proton","icon":"proton","order":2},{"label":"WAX Testnet","value":"https://wax-testnet.eosio.online","mainnet":false,"pair":"wax","icon":"wax","order":3},{"label":"Telos Testnet","value":"https://telos-testnet.eosio.online","mainnet":false,"pair":"telos","icon":"telos","order":4},{"label":"Libre Testnet","value":"https://libre-testnet.eosio.online","mainnet":false,"pair":"libre","icon":"libre","order":5},{"label":"Ultra Testnet","value":"https://ultra-testnet.eosio.online","mainnet":false,"pair":"ultra","icon":"ultra","order":6}]' + REACT_APP_NETWORK_URL: '[{"label":"EOS Mainnet","value":"https://eos.antelope.tools","mainnet":true,"pair":"eos","icon":"eos","order":1},{"label":"Proton","value":"https://proton.antelope.tools","mainnet":true,"pair":"proton","icon":"proton","order":2},{"label":"WAX","value":"https://wax.antelope.tools","mainnet":true,"pair":"wax","icon":"wax","order":3},{"label":"Telos","value":"https://telos.antelope.tools","mainnet":true,"pair":"telos","icon":"telos","order":4},{"label":"Libre","value":"https://libre.antelope.tools","mainnet":true,"pair":"libre","icon":"libre","order":5},{"label":"LACChain EOSIO","value":"https://lacchain.antelope.tools","mainnet":true,"pair":null,"icon":"lacchain","order":6},{"label":"Jungle4 Testnet","value":"https://jungle.antelope.tools","mainnet":false,"pair":"eos","icon":"jungle","order":1},{"label":"Proton Testnet","value":"https://proton-testnet.antelope.tools","mainnet":false,"pair":"proton","icon":"proton","order":2},{"label":"WAX Testnet","value":"https://wax-testnet.antelope.tools","mainnet":false,"pair":"wax","icon":"wax","order":3},{"label":"Telos Testnet","value":"https://telos-testnet.antelope.tools","mainnet":false,"pair":"telos","icon":"telos","order":4},{"label":"Libre Testnet","value":"https://libre-testnet.antelope.tools","mainnet":false,"pair":"libre","icon":"libre","order":5},{"label":"Ultra Testnet","value":"https://ultra-testnet.antelope.tools","mainnet":false,"pair":"ultra","icon":"ultra","order":6}]' REACT_APP_DISABLED_MENU_ITEMS: '["/missed-blocks", "/cpu-benchmark","/block-distribution"]' REACT_APP_BLOCK_EXPLORER_URL: 'https://wax-test.bloks.io/transaction/(transaction)' REACT_APP_STATE_HISTORY_ENABLED=: 'false' @@ -75,8 +75,8 @@ jobs: env: # general NAMESPACE: wax-dashboard - INGRESS_HOST: wax.eosio.online - INGRESS_GRAPHQL_HOST: graphql-wax.eosio.online + INGRESS_HOST: wax.antelope.tools + INGRESS_GRAPHQL_HOST: graphql-wax.antelope.tools # webapp REACT_APP_EOS_API_NETWORK_NAME: wax # postgres diff --git a/README.md b/README.md index bfa097fa..344f5947 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@
- + diff --git a/docs/CNAME b/docs/CNAME index b51072db..56042e2a 100644 --- a/docs/CNAME +++ b/docs/CNAME @@ -1 +1 @@ -eosio.online \ No newline at end of file +antelope.tools \ No newline at end of file diff --git a/docs/index.html b/docs/index.html index 553aa57f..7af7ee74 100644 --- a/docs/index.html +++ b/docs/index.html @@ -6,7 +6,7 @@ - + - + - + - + @@ -145,20 +145,20 @@

EOSIO Blockchain Network Monitor

as node status and stats for EOSIO blockchains. You can visualize the blockchain consensus mechanism in real time along with other network specific information such as how block producer rewards are distributed on the EOS public mainnet or list registered entities on LACChain @@ -178,7 +178,7 @@

EOSIO Blockchain Network Monitor

- +
@@ -484,35 +484,35 @@
EOSIO Network Dashboards
- +