diff --git a/.env.jungle b/.env.jungle index 6c82569b..59416929 100644 --- a/.env.jungle +++ b/.env.jungle @@ -60,7 +60,7 @@ PORT=3000 REACT_APP_VERSION=dev REACT_APP_NAME=$npm_package_name REACT_APP_TITLE=EOS Jungle Testnet Network Dashboard -REACT_APP_DEFAULT_PRODUCER_LOGO=https://eosio.online/images/jungle.jpg +REACT_APP_DEFAULT_PRODUCER_LOGO=https://antelope.tools/images/jungle.jpg REACT_APP_FOOTER_LINKS=[{"text":"Website","src":"https://jungletestnet.io/"},{"text":"Block Explorer","src":"https://jungle3.bloks.io"},{"text":"Developer Guidelines","src":"https://guide.eoscostarica.io"},{"text":"GitHub","src":"https://github.com/eoscostarica/eosio-dashboard"}] REACT_APP_FEATURE_BUG=[{ "text": "Report a Bug or Request a Feature", "src": "https://github.com/eoscostarica/eosio-dashboard/issues/new/choose"}] REACT_APP_EOS_RATE_LINK=https://jungle.eosrate.io:8080 @@ -71,7 +71,7 @@ REACT_APP_USE_BLOCK_PRODUCER_AGREEMENT_CONTRACT=true REACT_APP_HASURA_URL=http://localhost:8080/v1/graphql REACT_APP_EOS_API_NETWORK_NAME=jungle REACT_APP_EOS_API_NETWORK_LABEL=Jungle -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 @@ -81,7 +81,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://mainnet.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"] REACT_APP_BLOCK_EXPLORER_URL=https://jungle3.bloks.io/transaction/(transaction) REACT_APP_STATE_HISTORY_ENABLED=false diff --git a/.env.lacchain b/.env.lacchain index 39d44c6d..16bc81d3 100644 --- a/.env.lacchain +++ b/.env.lacchain @@ -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://eosio.online/images/lacchain.jpg +REACT_APP_DEFAULT_PRODUCER_LOGO=https://antelope.tools/images/lacchain.jpg 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_FEATURE_BUG=[{ "text": "Report a Bug or Request a Feature", "src": "https://github.com/eoscostarica/eosio-dashboard/issues/new/choose"}] REACT_APP_EOS_RATE_LINK= @@ -71,7 +71,7 @@ REACT_APP_USE_BLOCK_PRODUCER_AGREEMENT_CONTRACT=false REACT_APP_HASURA_URL=http://localhost:8080/v1/graphql REACT_APP_EOS_API_NETWORK_NAME=lacchain REACT_APP_EOS_API_NETWORK_LABEL=LACChain -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_INCLUDE_TRANSACTION={"account":"writer","name":"run","authorization":[{"actor":"costarica","permission":"writer"}],"data":{}} REACT_APP_EOS_API_HOST=lacchain.edenia.cloud REACT_APP_EOS_API_PORT=443 @@ -84,7 +84,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= -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://mainnet.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://explorer.latamlink.io/transaction/(transaction) REACT_APP_STATE_HISTORY_ENABLED=true diff --git a/.env.libre b/.env.libre index 92d334ab..1557c47e 100644 --- a/.env.libre +++ b/.env.libre @@ -60,8 +60,8 @@ PORT=3000 REACT_APP_TITLE=Libre Network Dashboard REACT_APP_VERSION=dev REACT_APP_NAME=$npm_package_name -REACT_APP_DEFAULT_PRODUCER_LOGO=https://eosio.online/images/libre.png -REACT_APP_FOOTER_LINKS=[{ "text": "Bitcoin 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": "Bitcoin 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 @@ -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=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 @@ -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=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://mainnet.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 diff --git a/.env.libretestnet b/.env.libretestnet index 13d0bb86..1e5b1953 100644 --- a/.env.libretestnet +++ b/.env.libretestnet @@ -60,8 +60,8 @@ PORT=3000 REACT_APP_TITLE=Libre Testnet Network Dashboard REACT_APP_VERSION=dev REACT_APP_NAME= -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_FEATURE_BUG=[{ "text": "Report a Bug or Request a Feature", "src": "https://github.com/eoscostarica/eosio-dashboard/issues/new/choose"}] REACT_APP_EOS_RATE_LINK= REACT_APP_USE_REWARDS=true @@ -71,7 +71,7 @@ REACT_APP_USE_BLOCK_PRODUCER_AGREEMENT_CONTRACT=true REACT_APP_HASURA_URL=http://localhost:8080/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 @@ -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=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://mainnet.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 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.mainnet b/.env.mainnet index f19111e9..d4524cfe 100644 --- a/.env.mainnet +++ b/.env.mainnet @@ -60,8 +60,8 @@ PORT=3000 REACT_APP_VERSION=dev REACT_APP_NAME=$npm_package_name REACT_APP_TITLE=EOS Mainnet Network Dashboard -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_FEATURE_BUG=[{ "text": "Report a Bug or Request a Feature", "src": "https://github.com/eoscostarica/eosio-dashboard/issues/new/choose"}] REACT_APP_EOS_RATE_LINK=https://eosrate.io REACT_APP_USE_REWARDS=true @@ -71,7 +71,7 @@ REACT_APP_USE_BLOCK_PRODUCER_AGREEMENT_CONTRACT=true REACT_APP_HASURA_URL=http://localhost:8080/v1/graphql REACT_APP_EOS_API_NETWORK_NAME=mainnet REACT_APP_EOS_API_NETWORK_LABEL=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_EOS_API_HOST=eos.edenia.cloud REACT_APP_EOS_API_PORT=443 REACT_APP_EOS_API_PROTOCOL=https @@ -81,7 +81,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://mainnet.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 diff --git a/.env.proton b/.env.proton index 1d35a6fe..cf30ff33 100644 --- a/.env.proton +++ b/.env.proton @@ -60,7 +60,7 @@ HAPI_EOS_GET_FAUCET_ACCOUNT= PORT=3000 REACT_APP_TITLE=Proton Network Dashboard REACT_APP_VERSION=dev -REACT_APP_DEFAULT_PRODUCER_LOGO=https://eosio.online/images/proton.png +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 Guidelines","src": "https://guide.eoscostarica.io"},{"text": "GitHub","src": "https://github.com/eoscostarica/eosio-dashboard"}] REACT_APP_FEATURE_BUG=[{ "text": "Report a Bug or Request a Feature", "src": "https://github.com/eoscostarica/eosio-dashboard/issues/new/choose"}] REACT_APP_EOS_RATE_LINK= @@ -71,7 +71,7 @@ REACT_APP_USE_BLOCK_PRODUCER_AGREEMENT_CONTRACT=true REACT_APP_HASURA_URL=http://localhost:8080/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.edenia.cloud 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=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://mainnet.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.bloks.io/transaction/(transaction) REACT_APP_STATE_HISTORY_ENABLED=false diff --git a/.env.protontestnet b/.env.protontestnet index f93326c3..65db1ecb 100644 --- a/.env.protontestnet +++ b/.env.protontestnet @@ -59,7 +59,7 @@ HAPI_CREATE_ACCOUNT_ACTION_NAME= PORT=3000 REACT_APP_TITLE=Proton Testnet Network Dashboard REACT_APP_VERSION=dev -REACT_APP_DEFAULT_PRODUCER_LOGO=https://eosio.online/images/proton.png +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 Guidelines","src": "https://guide.eoscostarica.io"},{"text": "GitHub","src": "https://github.com/eoscostarica/eosio-dashboard"}] REACT_APP_FEATURE_BUG=[{ "text": "Report a Bug or Request a Feature", "src": "https://github.com/eoscostarica/eosio-dashboard/issues/new/choose"}] REACT_APP_EOS_RATE_LINK= @@ -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=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 @@ -82,7 +82,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=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://mainnet.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 diff --git a/.env.telos b/.env.telos index cccedfb6..6db6a9f0 100644 --- a/.env.telos +++ b/.env.telos @@ -59,8 +59,8 @@ PORT=3000 REACT_APP_VERSION=dev REACT_APP_NAME=$npm_package_name REACT_APP_TITLE=Telos Mainnet 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_FEATURE_BUG=[{ "text": "Report a Bug or Request a Feature", "src": "https://github.com/eoscostarica/eosio-dashboard/issues/new/choose"}] REACT_APP_EOS_RATE_LINK= REACT_APP_USE_REWARDS=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 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.edenia.cloud 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://mainnet.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 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/.env.waxtestnet b/.env.waxtestnet index fab554a8..1a9e2642 100644 --- a/.env.waxtestnet +++ b/.env.waxtestnet @@ -60,7 +60,7 @@ PORT=3000 REACT_APP_TITLE=WAX Testnet Network Dashboard REACT_APP_VERSION=dev REACT_APP_NAME= -REACT_APP_DEFAULT_PRODUCER_LOGO=https://eosio.online/images/wax.jpg +REACT_APP_DEFAULT_PRODUCER_LOGO=https://antelope.tools/images/wax.jpg REACT_APP_FOOTER_LINKS='[{ "text": "Website", "src": "https://on.wax.io/wax-io/" },{ "text": "Block Explorer", "src": "https://wax.bloks.io" },{"text": "Developer Guidelines","src": "https://developer.wax.io/"},{"text": "GitHub","src": "https://github.com/eoscostarica/eosio-dashboard"}]' REACT_APP_FEATURE_BUG=[{ "text": "Report a Bug or Request a Feature", "src": "https://github.com/eoscostarica/eosio-dashboard/issues/new/choose"}] REACT_APP_EOS_RATE_LINK= @@ -71,7 +71,7 @@ REACT_APP_USE_BLOCK_PRODUCER_AGREEMENT_CONTRACT=true REACT_APP_HASURA_URL=http://localhost:8080/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 @@ -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=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://mainnet.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 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/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 10bb5d33..364a040d 100644 --- a/docs/index.html +++ b/docs/index.html @@ -138,14 +138,14 @@

Antelope Tools Blockchain Network Monitor

as node status and stats for Antelope + 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 @@ -171,7 +171,7 @@

Antelope Tools Blockchain Network Monitor

Visit our network dashboards:

- EOSIOVisit our network dashboards: >
- EOS Mainnet - https://jungle.eosio.online/ + https://jungle.antelope.tools/ 2021-06-09T01:31:34+00:00 - https://jungle.eosio.online/block-producers + https://jungle.antelope.tools/block-producers 2021-06-09T01:31:34+00:00 - https://jungle.eosio.online/nodes + https://jungle.antelope.tools/nodes 2021-06-09T01:31:34+00:00 - https://jungle.eosio.online/endpoints + https://jungle.antelope.tools/endpoints 2021-06-09T01:31:34+00:00 - https://jungle.eosio.online/nodes-distribution + https://jungle.antelope.tools/nodes-distribution 2021-06-09T01:31:34+00:00 - https://jungle.eosio.online/rewards-distribution + https://jungle.antelope.tools/rewards-distribution 2021-06-09T01:31:34+00:00 - https://jungle.eosio.online/ricardian-contract + https://jungle.antelope.tools/ricardian-contract 2021-06-09T01:31:34+00:00 - https://jungle.eosio.online/accounts + https://jungle.antelope.tools/accounts 2021-06-09T01:31:34+00:00 - https://jungle.eosio.online/bpjson + https://jungle.antelope.tools/bpjson 2021-06-09T01:31:34+00:00 - https://jungle.eosio.online/about + https://jungle.antelope.tools/about 2021-06-09T01:31:34+00:00 - https://jungle.eosio.online/help + https://jungle.antelope.tools/help 2021-06-09T01:31:34+00:00 \ No newline at end of file diff --git a/webapp/public/sitemap.lacchain.xml b/webapp/public/sitemap.lacchain.xml index 458b8e82..08adcf33 100644 --- a/webapp/public/sitemap.lacchain.xml +++ b/webapp/public/sitemap.lacchain.xml @@ -1,62 +1,62 @@ - https://lacchain.eosio.online/ + https://lacchain.antelope.tools/ 2021-06-09T01:31:34+00:00 - https://lacchain.eosio.online/entities + https://lacchain.antelope.tools/entities 2021-06-09T01:31:34+00:00 - https://lacchain.eosio.online/nodes + https://lacchain.antelope.tools/nodes 2021-06-09T01:31:34+00:00 - https://lacchain.eosio.online/endpoints + https://lacchain.antelope.tools/endpoints 2021-06-09T01:31:34+00:00 - https://lacchain.eosio.online/lacchain/network + https://lacchain.antelope.tools/lacchain/network 2021-06-09T01:31:34+00:00 - https://lacchain.eosio.online/nodes-distribution + https://lacchain.antelope.tools/nodes-distribution 2021-06-09T01:31:34+00:00 - https://lacchain.eosio.online/block-distribution + https://lacchain.antelope.tools/block-distribution 2021-06-09T01:31:34+00:00 - https://lacchain.eosio.online/missed-blocks + https://lacchain.antelope.tools/missed-blocks 2021-06-09T01:31:34+00:00 - https://lacchain.eosio.online/cpu-benchmark + https://lacchain.antelope.tools/cpu-benchmark 2021-06-09T01:31:34+00:00 - https://lacchain.eosio.online/ricardian-contract + https://lacchain.antelope.tools/ricardian-contract 2021-06-09T01:31:34+00:00 - https://lacchain.eosio.online/accounts + https://lacchain.antelope.tools/accounts 2021-06-09T01:31:34+00:00 - https://lacchain.eosio.online/management + https://lacchain.antelope.tools/management 2021-06-09T01:31:34+00:00 - https://lacchain.eosio.online/node-config + https://lacchain.antelope.tools/node-config 2021-06-09T01:31:34+00:00 - https://lacchain.eosio.online/about + https://lacchain.antelope.tools/about 2021-06-09T01:31:34+00:00 - https://lacchain.eosio.online/help + https://lacchain.antelope.tools/help 2021-06-09T01:31:34+00:00 \ No newline at end of file diff --git a/webapp/public/sitemap.mainnet.xml b/webapp/public/sitemap.mainnet.xml index d524601f..3de91d58 100644 --- a/webapp/public/sitemap.mainnet.xml +++ b/webapp/public/sitemap.mainnet.xml @@ -1,46 +1,46 @@ - https://mainnet.eosio.online/ + https://eos.antelope.tools/ 2021-06-09T01:31:34+00:00 - https://mainnet.eosio.online/block-producers + https://eos.antelope.tools/block-producers 2021-06-09T01:31:34+00:00 - https://mainnet.eosio.online/nodes + https://eos.antelope.tools/nodes 2021-06-09T01:31:34+00:00 - https://mainnet.eosio.online/endpoints + https://eos.antelope.tools/endpoints 2021-06-09T01:31:34+00:00 - https://mainnet.eosio.online/nodes-distribution + https://eos.antelope.tools/nodes-distribution 2021-06-09T01:31:34+00:00 - https://mainnet.eosio.online/rewards-distribution + https://eos.antelope.tools/rewards-distribution 2021-06-09T01:31:34+00:00 - https://mainnet.eosio.online/ricardian-contract + https://eos.antelope.tools/ricardian-contract 2021-06-09T01:31:34+00:00 - https://mainnet.eosio.online/accounts + https://eos.antelope.tools/accounts 2021-06-09T01:31:34+00:00 - https://mainnet.eosio.online/bpjson + https://eos.antelope.tools/bpjson 2021-06-09T01:31:34+00:00 - https://mainnet.eosio.online/about + https://eos.antelope.tools/about 2021-06-09T01:31:34+00:00 - https://mainnet.eosio.online/help + https://eos.antelope.tools/help 2021-06-09T01:31:34+00:00 \ No newline at end of file diff --git a/webapp/public/sitemap.proton-testnet.xml b/webapp/public/sitemap.proton-testnet.xml index c8707ff3..4e6299f0 100644 --- a/webapp/public/sitemap.proton-testnet.xml +++ b/webapp/public/sitemap.proton-testnet.xml @@ -1,47 +1,47 @@ - https://proton-testnet.eosio.online/ + https://proton-testnet.antelope.tools/ 2021-07-01T04:54:49+00:00 - https://proton-testnet.eosio.online/block-producers + https://proton-testnet.antelope.tools/block-producers 2021-07-01T04:54:49+00:00 - https://proton-testnet.eosio.online/nodes + https://proton-testnet.antelope.tools/nodes 2021-07-01T04:54:49+00:00 - https://proton-testnet.eosio.online/endpoints + https://proton-testnet.antelope.tools/endpoints 2021-07-01T04:54:49+00:00 - https://proton-testnet.eosio.online/rewards-distribution + https://proton-testnet.antelope.tools/rewards-distribution 2021-07-01T04:54:49+00:00 - https://proton-testnet.eosio.online/nodes-distribution + https://proton-testnet.antelope.tools/nodes-distribution 2021-07-01T04:54:49+00:00 - https://proton-testnet.eosio.online/ricardian-contract + https://proton-testnet.antelope.tools/ricardian-contract 2021-07-01T04:54:49+00:00 - https://proton-testnet.eosio.online/accounts + https://proton-testnet.antelope.tools/accounts 2021-07-01T04:54:49+00:00 - https://proton-testnet.eosio.online/bpjson + https://proton-testnet.antelope.tools/bpjson 2021-07-01T04:54:49+00:00 - https://proton-testnet.eosio.online/about + https://proton-testnet.antelope.tools/about 2021-07-01T04:54:49+00:00 - https://proton-testnet.eosio.online/help + https://proton-testnet.antelope.tools/help 2021-07-01T04:54:49+00:00 \ No newline at end of file diff --git a/webapp/public/sitemap.proton.xml b/webapp/public/sitemap.proton.xml index ac8dfbb0..bfbbc502 100644 --- a/webapp/public/sitemap.proton.xml +++ b/webapp/public/sitemap.proton.xml @@ -1,47 +1,47 @@ - https://proton.eosio.online/ + https://proton.antelope.tools/ 2021-07-01T04:54:49+00:00 - https://proton.eosio.online/block-producers + https://proton.antelope.tools/block-producers 2021-07-01T04:54:49+00:00 - https://proton.eosio.online/nodes + https://proton.antelope.tools/nodes 2021-07-01T04:54:49+00:00 - https://proton.eosio.online/endpoints + https://proton.antelope.tools/endpoints 2021-07-01T04:54:49+00:00 - https://proton.eosio.online/rewards-distribution + https://proton.antelope.tools/rewards-distribution 2021-07-01T04:54:49+00:00 - https://proton.eosio.online/nodes-distribution + https://proton.antelope.tools/nodes-distribution 2021-07-01T04:54:49+00:00 - https://proton.eosio.online/ricardian-contract + https://proton.antelope.tools/ricardian-contract 2021-07-01T04:54:49+00:00 - https://proton.eosio.online/accounts + https://proton.antelope.tools/accounts 2021-07-01T04:54:49+00:00 - https://proton.eosio.online/bpjson + https://proton.antelope.tools/bpjson 2021-07-01T04:54:49+00:00 - https://proton.eosio.online/about + https://proton.antelope.tools/about 2021-07-01T04:54:49+00:00 - https://proton.eosio.online/help + https://proton.antelope.tools/help 2021-07-01T04:54:49+00:00 \ No newline at end of file diff --git a/webapp/public/sitemap.telos-testnet.xml b/webapp/public/sitemap.telos-testnet.xml index 3cf8c2c6..1359ee31 100644 --- a/webapp/public/sitemap.telos-testnet.xml +++ b/webapp/public/sitemap.telos-testnet.xml @@ -1,47 +1,47 @@ - https://telos-testnet.eosio.online/ + https://telos-testnet.antelope.tools/ 2021-07-01T04:54:49+00:00 - https://telos-testnet.eosio.online/block-producers + https://telos-testnet.antelope.tools/block-producers 2021-07-01T04:54:49+00:00 - https://telos-testnet.eosio.online/nodes + https://telos-testnet.antelope.tools/nodes 2021-07-01T04:54:49+00:00 - https://telos-testnet.eosio.online/endpoints + https://telos-testnet.antelope.tools/endpoints 2021-07-01T04:54:49+00:00 - https://telos-testnet.eosio.online/nodes-distribution + https://telos-testnet.antelope.tools/nodes-distribution 2021-07-01T04:54:49+00:00 - https://telos-testnet.eosio.online/rewards-distribution + https://telos-testnet.antelope.tools/rewards-distribution 2021-07-01T04:54:49+00:00 - https://telos-testnet.eosio.online/ricardian-contract + https://telos-testnet.antelope.tools/ricardian-contract 2021-07-01T04:54:49+00:00 - https://telos-testnet.eosio.online/accounts + https://telos-testnet.antelope.tools/accounts 2021-07-01T04:54:49+00:00 - https://telos-testnet.eosio.online/bpjson + https://telos-testnet.antelope.tools/bpjson 2021-07-01T04:54:49+00:00 - https://telos-testnet.eosio.online/about + https://telos-testnet.antelope.tools/about 2021-07-01T04:54:49+00:00 - https://telos-testnet.eosio.online/help + https://telos-testnet.antelope.tools/help 2021-07-01T04:54:49+00:00 \ No newline at end of file diff --git a/webapp/public/sitemap.telos.xml b/webapp/public/sitemap.telos.xml index 3a4e3e13..cebd2c7b 100644 --- a/webapp/public/sitemap.telos.xml +++ b/webapp/public/sitemap.telos.xml @@ -1,47 +1,47 @@ - https://telos.eosio.online/ + https://telos.antelope.tools/ 2021-07-01T04:54:49+00:00 - https://telos.eosio.online/block-producers + https://telos.antelope.tools/block-producers 2021-07-01T04:54:49+00:00 - https://telos.eosio.online/nodes + https://telos.antelope.tools/nodes 2021-07-01T04:54:49+00:00 - https://telos.eosio.online/endpoints + https://telos.antelope.tools/endpoints 2021-07-01T04:54:49+00:00 - https://telos.eosio.online/nodes-distribution + https://telos.antelope.tools/nodes-distribution 2021-07-01T04:54:49+00:00 - https://telos.eosio.online/rewards-distribution + https://telos.antelope.tools/rewards-distribution 2021-07-01T04:54:49+00:00 - https://telos.eosio.online/ricardian-contract + https://telos.antelope.tools/ricardian-contract 2021-07-01T04:54:49+00:00 - https://telos.eosio.online/accounts + https://telos.antelope.tools/accounts 2021-07-01T04:54:49+00:00 - https://telos.eosio.online/bpjson + https://telos.antelope.tools/bpjson 2021-07-01T04:54:49+00:00 - https://telos.eosio.online/about + https://telos.antelope.tools/about 2021-07-01T04:54:49+00:00 - https://telos.eosio.online/help + https://telos.antelope.tools/help 2021-07-01T04:54:49+00:00 \ No newline at end of file diff --git a/webapp/public/sitemap.wax-testnet.xml b/webapp/public/sitemap.wax-testnet.xml index db57ea95..49a077bf 100644 --- a/webapp/public/sitemap.wax-testnet.xml +++ b/webapp/public/sitemap.wax-testnet.xml @@ -1,47 +1,47 @@ - https://wax-testnet.eosio.online/ + https://wax-testnet.antelope.tools/ 2021-07-01T04:54:49+00:00 - https://wax-testnet.eosio.online/block-producers + https://wax-testnet.antelope.tools/block-producers 2021-07-01T04:54:49+00:00 - https://wax-testnet.eosio.online/nodes + https://wax-testnet.antelope.tools/nodes 2021-07-01T04:54:49+00:00 - https://wax-testnet.eosio.online/endpoints + https://wax-testnet.antelope.tools/endpoints 2021-07-01T04:54:49+00:00 - https://wax-testnet.eosio.online/nodes-distribution + https://wax-testnet.antelope.tools/nodes-distribution 2021-07-01T04:54:49+00:00 - https://wax-testnet.eosio.online/rewards-distribution + https://wax-testnet.antelope.tools/rewards-distribution 2021-07-01T04:54:49+00:00 - https://wax-testnet.eosio.online/ricardian-contract + https://wax-testnet.antelope.tools/ricardian-contract 2021-07-01T04:54:49+00:00 - https://wax-testnet.eosio.online/accounts + https://wax-testnet.antelope.tools/accounts 2021-07-01T04:54:49+00:00 - https://wax-testnet.eosio.online/bpjson + https://wax-testnet.antelope.tools/bpjson 2021-07-01T04:54:49+00:00 - https://wax-testnet.eosio.online/about + https://wax-testnet.antelope.tools/about 2021-07-01T04:54:49+00:00 - https://wax-testnet.eosio.online/help + https://wax-testnet.antelope.tools/help 2021-07-01T04:54:49+00:00 \ No newline at end of file diff --git a/webapp/public/sitemap.wax.xml b/webapp/public/sitemap.wax.xml index f30a4421..47274f77 100644 --- a/webapp/public/sitemap.wax.xml +++ b/webapp/public/sitemap.wax.xml @@ -1,47 +1,47 @@ - https://wax.eosio.online/ + https://wax.antelope.tools/ 2021-07-01T04:54:49+00:00 - https://wax.eosio.online/block-producers + https://wax.antelope.tools/block-producers 2021-07-01T04:54:49+00:00 - https://wax.eosio.online/nodes + https://wax.antelope.tools/nodes 2021-07-01T04:54:49+00:00 - https://wax.eosio.online/endpoints + https://wax.antelope.tools/endpoints 2021-07-01T04:54:49+00:00 - https://wax.eosio.online/nodes-distribution + https://wax.antelope.tools/nodes-distribution 2021-07-01T04:54:49+00:00 - https://wax.eosio.online/rewards-distribution + https://wax.antelope.tools/rewards-distribution 2021-07-01T04:54:49+00:00 - https://wax.eosio.online/ricardian-contract + https://wax.antelope.tools/ricardian-contract 2021-07-01T04:54:49+00:00 - https://wax.eosio.online/accounts + https://wax.antelope.tools/accounts 2021-07-01T04:54:49+00:00 - https://wax.eosio.online/bpjson + https://wax.antelope.tools/bpjson 2021-07-01T04:54:49+00:00 - https://wax.eosio.online/about + https://wax.antelope.tools/about 2021-07-01T04:54:49+00:00 - https://wax.eosio.online/help + https://wax.antelope.tools/help 2021-07-01T04:54:49+00:00 \ No newline at end of file diff --git a/webapp/src/language/en.jungle.json b/webapp/src/language/en.jungle.json index 22d2d592..1de9b8df 100644 --- a/webapp/src/language/en.jungle.json +++ b/webapp/src/language/en.jungle.json @@ -18,7 +18,7 @@ "/bpjson>moreDescription": "A visual representation of the network’s current nodes.", "/node-config>moreDescription": "Use this tool to obtain example config files to help configure a new node on the network.", "/ricardian-contract>moreDescription": "Read more about the Validator Node Agreement of this network. Contact us if you have any inquiries.", - "/>moreDescription": "Find data of blockchain networks using EOSIO technology. See more networks here: https://eosio.online/.", + "/>moreDescription": "Find data of blockchain networks using EOSIO technology. See more networks here: https://antelope.tools/.", "/cpu-benchmark>moreDescription": "A visualization of CPU usage in milliseconds by block producer nodes accounts, with lowest, highest, and average usage data.", "/block-producers>moreDescription": "A list of the block producers in the network – blockchain accounts registered to run nodes on the network. It includes information from chain tables and their bp.json files.", "/nodes>moreDescription": "A list of all the nodes run by entities comprising the network with specific information such as endpoints and location.", diff --git a/webapp/src/language/en.lacchain.json b/webapp/src/language/en.lacchain.json index d65c0e7a..0c15caff 100644 --- a/webapp/src/language/en.lacchain.json +++ b/webapp/src/language/en.lacchain.json @@ -20,7 +20,7 @@ "/ricardian-contract>heading": "", "/ricardian-contract>moreDescription": "Read more about the Validator Node Agreement of this network. Contact us if you have any inquiries.", "/>title": "LACChain EOSIO Network Dashboard and Infrastructure Monitor", - "/>moreDescription": "Find data of blockchain networks using EOSIO technology. See more networks here: https://eosio.online/.", + "/>moreDescription": "Find data of blockchain networks using EOSIO technology. See more networks here: https://antelope.tools/.", "/cpu-benchmark>title": "CPU Benchmarks - LACChain EOSIO Network Dashboard", "/cpu-benchmark>moreDescription": "A visualization of CPU usage in milliseconds by block producer nodes accounts, with lowest, highest, and average usage data.", "/block-producers>title": "Block Producers - LACChain EOSIO Network Dashboard", diff --git a/webapp/src/language/en.libre-testnet.json b/webapp/src/language/en.libre-testnet.json index 71c22b0b..327bce67 100644 --- a/webapp/src/language/en.libre-testnet.json +++ b/webapp/src/language/en.libre-testnet.json @@ -19,7 +19,7 @@ "/faucet>moreDescription": "This tool allows you to create an account and get LIBRE testnet tokens.", "/node-config>moreDescription": "Use this tool to obtain example config files to help configure a new node on the network.", "/ricardian-contract>moreDescription": "Read more about the Validator Node Agreement of this network. Contact us if you have any inquiries.", - "/>moreDescription": "Find data of blockchain networks using EOSIO technology. See more networks here: https://eosio.online/.", + "/>moreDescription": "Find data of blockchain networks using EOSIO technology. See more networks here: https://antelope.tools/.", "/cpu-benchmark>moreDescription": "A visualization of CPU usage in milliseconds by block producer nodes accounts, with lowest, highest, and average usage data.", "/block-producers>moreDescription": "A list of the block producers in the network – blockchain accounts registered to run nodes on the network. It includes information from chain tables and their bp.json files.", "/nodes>moreDescription": "A list of all the nodes run by entities comprising the network with specific information such as endpoints and location.", diff --git a/webapp/src/language/en.libre.json b/webapp/src/language/en.libre.json index 3e9562c8..4ed61291 100644 --- a/webapp/src/language/en.libre.json +++ b/webapp/src/language/en.libre.json @@ -19,7 +19,7 @@ "/faucet>moreDescription": "This tool allows you to create an account and get LIBRE testnet tokens.", "/node-config>moreDescription": "Use this tool to obtain example config files to help configure a new node on the network.", "/ricardian-contract>moreDescription": "Read more about the Validator Node Agreement of this network. Contact us if you have any inquiries.", - "/>moreDescription": "Find data of blockchain networks using EOSIO technology. See more networks here: https://eosio.online/.", + "/>moreDescription": "Find data of blockchain networks using EOSIO technology. See more networks here: https://antelope.tools/.", "/cpu-benchmark>moreDescription": "A visualization of CPU usage in milliseconds by block producer nodes accounts, with lowest, highest, and average usage data.", "/block-producers>moreDescription": "A list of the block producers in the network – blockchain accounts registered to run nodes on the network. It includes information from chain tables and their bp.json files.", "/nodes>moreDescription": "A list of all the nodes run by entities comprising the network with specific information such as endpoints and location.", diff --git a/webapp/src/language/en.mainnet.json b/webapp/src/language/en.mainnet.json index 65c89346..356fae66 100644 --- a/webapp/src/language/en.mainnet.json +++ b/webapp/src/language/en.mainnet.json @@ -18,7 +18,7 @@ "/bpjson>moreDescription": "A visual representation of the network’s current nodes.", "/node-config>moreDescription": "Use this tool to obtain example config files to help configure a new node on the network.", "/ricardian-contract>moreDescription": "Read more about the Validator Node Agreement of this network. Contact us if you have any inquiries.", - "/>moreDescription": "Find data of blockchain networks using EOSIO technology. See more networks here: https://eosio.online/.", + "/>moreDescription": "Find data of blockchain networks using EOSIO technology. See more networks here: https://antelope.tools/.", "/cpu-benchmark>moreDescription": "A visualization of CPU usage in milliseconds by block producer nodes accounts, with lowest, highest, and average usage data.", "/block-producers>moreDescription": "A list of the block producers in the network – blockchain accounts registered to run nodes on the network. It includes information from chain tables and their bp.json files.", "/nodes>moreDescription": "A list of all the nodes run by entities comprising the network with specific information such as endpoints and location.", diff --git a/webapp/src/language/en.proton-testnet.json b/webapp/src/language/en.proton-testnet.json index 8a171c4c..610efaa7 100644 --- a/webapp/src/language/en.proton-testnet.json +++ b/webapp/src/language/en.proton-testnet.json @@ -18,7 +18,7 @@ "/bpjson>moreDescription": "A visual representation of the network’s current nodes.", "/node-config>moreDescription": "Use this tool to obtain example config files to help configure a new node on the network.", "/ricardian-contract>moreDescription": "Read more about the Validator Node Agreement of this network. Contact us if you have any inquiries.", - "/>moreDescription": "Find data of blockchain networks using EOSIO technology. See more networks here: https://eosio.online/.", + "/>moreDescription": "Find data of blockchain networks using EOSIO technology. See more networks here: https://antelope.tools/.", "/cpu-benchmark>moreDescription": "A visualization of CPU usage in milliseconds by block producer nodes accounts, with lowest, highest, and average usage data.", "/block-producers>moreDescription": "A list of the block producers in the network – blockchain accounts registered to run nodes on the network. It includes information from chain tables and their bp.json files.", "/nodes>moreDescription": "A list of all the nodes run by entities comprising the network with specific information such as endpoints and location.", diff --git a/webapp/src/language/en.proton.json b/webapp/src/language/en.proton.json index bcf8de8a..d1afdae2 100644 --- a/webapp/src/language/en.proton.json +++ b/webapp/src/language/en.proton.json @@ -18,7 +18,7 @@ "/bpjson>moreDescription": "A visual representation of the network’s current nodes.", "/node-config>moreDescription": "Use this tool to obtain example config files to help configure a new node on the network.", "/ricardian-contract>moreDescription": "Read more about the Validator Node Agreement of this network. Contact us if you have any inquiries.", - "/>moreDescription": "Find data of blockchain networks using EOSIO technology. See more networks here: https://eosio.online/.", + "/>moreDescription": "Find data of blockchain networks using EOSIO technology. See more networks here: https://antelope.tools/.", "/cpu-benchmark>moreDescription": "A visualization of CPU usage in milliseconds by block producer nodes accounts, with lowest, highest, and average usage data.", "/block-producers>moreDescription": "A list of the block producers in the network – blockchain accounts registered to run nodes on the network. It includes information from chain tables and their bp.json files.", "/nodes>moreDescription": "A list of all the nodes run by entities comprising the network with specific information such as endpoints and location.", diff --git a/webapp/src/language/en.telos-testnet.json b/webapp/src/language/en.telos-testnet.json index 41731aa6..659bd0cc 100644 --- a/webapp/src/language/en.telos-testnet.json +++ b/webapp/src/language/en.telos-testnet.json @@ -18,7 +18,7 @@ "/bpjson>moreDescription": "A visual representation of the network’s current nodes.", "/node-config>moreDescription": "Use this tool to obtain example config files to help configure a new node on the network.", "/ricardian-contract>moreDescription": "Read more about the Validator Node Agreement of this network. Contact us if you have any inquiries.", - "/>moreDescription": "Find data of blockchain networks using EOSIO technology. See more networks here: https://eosio.online/.", + "/>moreDescription": "Find data of blockchain networks using EOSIO technology. See more networks here: https://antelope.tools/.", "/cpu-benchmark>moreDescription": "A visualization of CPU usage in milliseconds by block producer nodes accounts, with lowest, highest, and average usage data.", "/block-producers>moreDescription": "A list of the block producers in the network – blockchain accounts registered to run nodes on the network. It includes information from chain tables and their bp.json files.", "/nodes>moreDescription": "A list of all the nodes run by entities comprising the network with specific information such as endpoints and location.", diff --git a/webapp/src/language/en.telos.json b/webapp/src/language/en.telos.json index 16051418..d211f36e 100644 --- a/webapp/src/language/en.telos.json +++ b/webapp/src/language/en.telos.json @@ -18,7 +18,7 @@ "/bpjson>moreDescription": "A visual representation of the network’s current nodes.", "/node-config>moreDescription": "Use this tool to obtain example config files to help configure a new node on the network.", "/ricardian-contract>moreDescription": "Read more about the Validator Node Agreement of this network. Contact us if you have any inquiries.", - "/>moreDescription": "Find data of blockchain networks using EOSIO technology. See more networks here: https://eosio.online/.", + "/>moreDescription": "Find data of blockchain networks using EOSIO technology. See more networks here: https://antelope.tools/.", "/cpu-benchmark>moreDescription": "A visualization of CPU usage in milliseconds by block producer nodes accounts, with lowest, highest, and average usage data.", "/block-producers>moreDescription": "A list of the block producers in the network – blockchain accounts registered to run nodes on the network. It includes information from chain tables and their bp.json files.", "/nodes>moreDescription": "A list of all the nodes run by entities comprising the network with specific information such as endpoints and location.", diff --git a/webapp/src/language/en.wax-testnet.json b/webapp/src/language/en.wax-testnet.json index db8d271e..86589c84 100644 --- a/webapp/src/language/en.wax-testnet.json +++ b/webapp/src/language/en.wax-testnet.json @@ -18,7 +18,7 @@ "/bpjson>moreDescription": "A visual representation of the network’s current nodes.", "/node-config>moreDescription": "Use this tool to obtain example config files to help configure a new node on the network.", "/ricardian-contract>moreDescription": "Read more about the Validator Node Agreement of this network. Contact us if you have any inquiries.", - "/>moreDescription": "Find data of blockchain networks using EOSIO technology. See more networks here: https://eosio.online/.", + "/>moreDescription": "Find data of blockchain networks using EOSIO technology. See more networks here: https://antelope.tools/.", "/cpu-benchmark>moreDescription": "A visualization of CPU usage in milliseconds by block producer nodes accounts, with lowest, highest, and average usage data.", "/block-producers>moreDescription": "A list of the block producers in the network – blockchain accounts registered to run nodes on the network. It includes information from chain tables and their bp.json files.", "/nodes>moreDescription": "A list of all the nodes run by entities comprising the network with specific information such as endpoints and location.", diff --git a/webapp/src/language/en.wax.json b/webapp/src/language/en.wax.json index ee49fe16..67d80213 100644 --- a/webapp/src/language/en.wax.json +++ b/webapp/src/language/en.wax.json @@ -18,7 +18,7 @@ "/bpjson>moreDescription": "A visual representation of the network’s current nodes.", "/node-config>moreDescription": "Use this tool to obtain example config files to help configure a new node on the network.", "/ricardian-contract>moreDescription": "Read more about the Validator Node Agreement of this network. Contact us if you have any inquiries.", - "/>moreDescription": "Find data of blockchain networks using EOSIO technology. See more networks here: https://eosio.online/.", + "/>moreDescription": "Find data of blockchain networks using EOSIO technology. See more networks here: https://antelope.tools/.", "/cpu-benchmark>moreDescription": "A visualization of CPU usage in milliseconds by block producer nodes accounts, with lowest, highest, and average usage data.", "/block-producers>moreDescription": "A list of the block producers in the network – blockchain accounts registered to run nodes on the network. It includes information from chain tables and their bp.json files.", "/nodes>moreDescription": "A list of all the nodes run by entities comprising the network with specific information such as endpoints and location.", diff --git a/webapp/src/language/es.airwire-testnet.json b/webapp/src/language/es.airwire-testnet.json index 8814c3a1..f89471b0 100644 --- a/webapp/src/language/es.airwire-testnet.json +++ b/webapp/src/language/es.airwire-testnet.json @@ -17,7 +17,7 @@ "/bpjson>moreDescription": "Una representación visual de los nodos actuales de la red.", "/node-config>moreDescription": "Utilice esta herramienta para obtener archivos de configuración de ejemplo para ayudar a configurar un nuevo nodo en la red.", "/ricardian-contract>moreDescription": "Lea más sobre el Acuerdo de nodo de validación de esta red. Contáctenos si tiene alguna consulta.", - "/>moreDescription": "Encuentre datos de redes blockchain utilizando la tecnología EOSIO. Vea más redes aquí: https://eosio.online/.", + "/>moreDescription": "Encuentre datos de redes blockchain utilizando la tecnología EOSIO. Vea más redes aquí: https://antelope.tools/.", "/cpu-benchmark>moreDescription": "Una visualización del uso de CPU en milisegundos por cuentas de nodos productores de bloques, con datos de uso más bajos, más altos y promedio.", "/block-producers>moreDescription": "Una lista de los productores de bloques en la red: cuentas de blockchain registradas para ejecutar nodos en la red. Incluye información de tablas en cadena y sus archivos bp.json.", "/nodes>moreDescription": "Una lista de todos los nodos ejecutados por entidades que componen la red con información específica como puntos finales y ubicación.", diff --git a/webapp/src/language/es.airwire.json b/webapp/src/language/es.airwire.json index 8814c3a1..f89471b0 100644 --- a/webapp/src/language/es.airwire.json +++ b/webapp/src/language/es.airwire.json @@ -17,7 +17,7 @@ "/bpjson>moreDescription": "Una representación visual de los nodos actuales de la red.", "/node-config>moreDescription": "Utilice esta herramienta para obtener archivos de configuración de ejemplo para ayudar a configurar un nuevo nodo en la red.", "/ricardian-contract>moreDescription": "Lea más sobre el Acuerdo de nodo de validación de esta red. Contáctenos si tiene alguna consulta.", - "/>moreDescription": "Encuentre datos de redes blockchain utilizando la tecnología EOSIO. Vea más redes aquí: https://eosio.online/.", + "/>moreDescription": "Encuentre datos de redes blockchain utilizando la tecnología EOSIO. Vea más redes aquí: https://antelope.tools/.", "/cpu-benchmark>moreDescription": "Una visualización del uso de CPU en milisegundos por cuentas de nodos productores de bloques, con datos de uso más bajos, más altos y promedio.", "/block-producers>moreDescription": "Una lista de los productores de bloques en la red: cuentas de blockchain registradas para ejecutar nodos en la red. Incluye información de tablas en cadena y sus archivos bp.json.", "/nodes>moreDescription": "Una lista de todos los nodos ejecutados por entidades que componen la red con información específica como puntos finales y ubicación.", diff --git a/webapp/src/language/es.jungle.json b/webapp/src/language/es.jungle.json index 5d0ec60f..4940200d 100644 --- a/webapp/src/language/es.jungle.json +++ b/webapp/src/language/es.jungle.json @@ -17,7 +17,7 @@ "/bpjson>moreDescription": "Una representación visual de los nodos actuales de la red.", "/node-config>moreDescription": "Utilice esta herramienta para obtener archivos de configuración de ejemplo para ayudar a configurar un nuevo nodo en la red.", "/ricardian-contract>moreDescription": "Lea más sobre el Acuerdo de nodo de validación de esta red. Contáctenos si tiene alguna consulta.", - "/>moreDescription": "Encuentre datos de redes blockchain utilizando la tecnología EOSIO. Vea más redes aquí: https://eosio.online/.", + "/>moreDescription": "Encuentre datos de redes blockchain utilizando la tecnología EOSIO. Vea más redes aquí: https://antelope.tools/.", "/cpu-benchmark>moreDescription": "Una visualización del uso de CPU en milisegundos por cuentas de nodos productores de bloques, con datos de uso más bajos, más altos y promedio.", "/block-producers>moreDescription": "Una lista de los productores de bloques en la red: cuentas de blockchain registradas para ejecutar nodos en la red. Incluye información de tablas en cadena y sus archivos bp.json.", "/nodes>moreDescription": "Una lista de todos los nodos ejecutados por entidades que componen la red con información específica como puntos finales y ubicación.", diff --git a/webapp/src/language/es.lacchain.json b/webapp/src/language/es.lacchain.json index ac0d2253..e0538bac 100644 --- a/webapp/src/language/es.lacchain.json +++ b/webapp/src/language/es.lacchain.json @@ -32,7 +32,7 @@ "/management>moreDescription": "Inicie sesión para administrar su cuenta LACChain.", "/node-config>moreDescription": "Utilice esta herramienta para obtener archivos de configuración de ejemplo para ayudar a configurar un nuevo nodo en la red.", "/ricardian-contract>moreDescription": "Lea más sobre el Acuerdo de nodo de validación de esta red. Contáctenos si tiene alguna consulta.", - "/>moreDescription": "Encuentre datos de redes blockchain utilizando la tecnología EOSIO. Vea más redes aquí: https://eosio.online/.", + "/>moreDescription": "Encuentre datos de redes blockchain utilizando la tecnología EOSIO. Vea más redes aquí: https://antelope.tools/.", "/cpu-benchmark>moreDescription": "Una visualización del uso de CPU en milisegundos por cuentas de nodos productores de bloques, con datos de uso más bajos, más altos y promedio.", "/block-producers>moreDescription": "Una lista de los productores de bloques en la red: cuentas de blockchain registradas para ejecutar nodos en la red. Incluye información de tablas en cadena y sus archivos bp.json.", "/nodes>moreDescription": "Una lista de todos los nodos ejecutados por entidades que componen la red con información específica como puntos finales y ubicación.", diff --git a/webapp/src/language/es.libre-testnet.json b/webapp/src/language/es.libre-testnet.json index 7fe0b8a7..077c1b0f 100644 --- a/webapp/src/language/es.libre-testnet.json +++ b/webapp/src/language/es.libre-testnet.json @@ -18,7 +18,7 @@ "/faucet>moreDescription": "Esta herramienta permite crear cuentas y transferir tokens.", "/node-config>moreDescription": "Utilice esta herramienta para obtener archivos de configuración de ejemplo para ayudar a configurar un nuevo nodo en la red.", "/ricardian-contract>moreDescription": "Lea más sobre el Acuerdo de nodo de validación de esta red. Contáctenos si tiene alguna consulta.", - "/>moreDescription": "Encuentre datos de redes blockchain utilizando la tecnología EOSIO. Vea más redes aquí: https://eosio.online/.", + "/>moreDescription": "Encuentre datos de redes blockchain utilizando la tecnología EOSIO. Vea más redes aquí: https://antelope.tools/.", "/cpu-benchmark>moreDescription": "Una visualización del uso de CPU en milisegundos por cuentas de nodos productores de bloques, con datos de uso más bajos, más altos y promedio.", "/block-producers>moreDescription": "Una lista de los productores de bloques en la red: cuentas de blockchain registradas para ejecutar nodos en la red. Incluye información de tablas en cadena y sus archivos bp.json.", "/nodes>moreDescription": "Una lista de todos los nodos ejecutados por entidades que componen la red con información específica como puntos finales y ubicación.", diff --git a/webapp/src/language/es.libre.json b/webapp/src/language/es.libre.json index 40620835..34910e99 100644 --- a/webapp/src/language/es.libre.json +++ b/webapp/src/language/es.libre.json @@ -18,7 +18,7 @@ "/faucet>moreDescription": "Esta herramienta permite crear cuentas y transferir tokens.", "/node-config>moreDescription": "Utilice esta herramienta para obtener archivos de configuración de ejemplo para ayudar a configurar un nuevo nodo en la red.", "/ricardian-contract>moreDescription": "Lea más sobre el Acuerdo de nodo de validación de esta red. Contáctenos si tiene alguna consulta.", - "/>moreDescription": "Encuentre datos de redes blockchain utilizando la tecnología EOSIO. Vea más redes aquí: https://eosio.online/.", + "/>moreDescription": "Encuentre datos de redes blockchain utilizando la tecnología EOSIO. Vea más redes aquí: https://antelope.tools/.", "/cpu-benchmark>moreDescription": "Una visualización del uso de CPU en milisegundos por cuentas de nodos productores de bloques, con datos de uso más bajos, más altos y promedio.", "/block-producers>moreDescription": "Una lista de los productores de bloques en la red: cuentas de blockchain registradas para ejecutar nodos en la red. Incluye información de tablas en cadena y sus archivos bp.json.", "/nodes>moreDescription": "Una lista de todos los nodos ejecutados por entidades que componen la red con información específica como puntos finales y ubicación.", diff --git a/webapp/src/language/es.mainnet.json b/webapp/src/language/es.mainnet.json index 996f2097..86565c5e 100644 --- a/webapp/src/language/es.mainnet.json +++ b/webapp/src/language/es.mainnet.json @@ -17,7 +17,7 @@ "/bpjson>moreDescription": "Una representación visual de los nodos actuales de la red.", "/node-config>moreDescription": "Utilice esta herramienta para obtener archivos de configuración de ejemplo para ayudar a configurar un nuevo nodo en la red.", "/ricardian-contract>moreDescription": "Lea más sobre el Acuerdo de nodo de validación de esta red. Contáctenos si tiene alguna consulta.", - "/>moreDescription": "Encuentre datos de redes blockchain utilizando la tecnología EOSIO. Vea más redes aquí: https://eosio.online/.", + "/>moreDescription": "Encuentre datos de redes blockchain utilizando la tecnología EOSIO. Vea más redes aquí: https://antelope.tools/.", "/cpu-benchmark>moreDescription": "Una visualización del uso de CPU en milisegundos por cuentas de nodos productores de bloques, con datos de uso más bajos, más altos y promedio.", "/block-producers>moreDescription": "Una lista de los productores de bloques en la red: cuentas de blockchain registradas para ejecutar nodos en la red. Incluye información de tablas en cadena y sus archivos bp.json.", "/nodes>moreDescription": "Una lista de todos los nodos ejecutados por entidades que componen la red con información específica como puntos finales y ubicación.", diff --git a/webapp/src/language/es.proton-testnet.json b/webapp/src/language/es.proton-testnet.json index 67ca454e..7febd331 100644 --- a/webapp/src/language/es.proton-testnet.json +++ b/webapp/src/language/es.proton-testnet.json @@ -17,7 +17,7 @@ "/bpjson>moreDescription": "Una representación visual de los nodos actuales de la red.", "/node-config>moreDescription": "Utilice esta herramienta para obtener archivos de configuración de ejemplo para ayudar a configurar un nuevo nodo en la red.", "/ricardian-contract>moreDescription": "Lea más sobre el Acuerdo de nodo de validación de esta red. Contáctenos si tiene alguna consulta.", - "/>moreDescription": "Encuentre datos de redes blockchain utilizando la tecnología EOSIO. Vea más redes aquí: https://eosio.online/.", + "/>moreDescription": "Encuentre datos de redes blockchain utilizando la tecnología EOSIO. Vea más redes aquí: https://antelope.tools/.", "/cpu-benchmark>moreDescription": "Una visualización del uso de CPU en milisegundos por cuentas de nodos productores de bloques, con datos de uso más bajos, más altos y promedio.", "/block-producers>moreDescription": "Una lista de los productores de bloques en la red: cuentas de blockchain registradas para ejecutar nodos en la red. Incluye información de tablas en cadena y sus archivos bp.json.", "/nodes>moreDescription": "Una lista de todos los nodos ejecutados por entidades que componen la red con información específica como puntos finales y ubicación.", diff --git a/webapp/src/language/es.proton.json b/webapp/src/language/es.proton.json index c09a1a6c..2e315ac4 100644 --- a/webapp/src/language/es.proton.json +++ b/webapp/src/language/es.proton.json @@ -17,7 +17,7 @@ "/bpjson>moreDescription": "Una representación visual de los nodos actuales de la red.", "/node-config>moreDescription": "Utilice esta herramienta para obtener archivos de configuración de ejemplo para ayudar a configurar un nuevo nodo en la red.", "/ricardian-contract>moreDescription": "Lea más sobre el Acuerdo de nodo de validación de esta red. Contáctenos si tiene alguna consulta.", - "/>moreDescription": "Encuentre datos de redes blockchain utilizando la tecnología EOSIO. Vea más redes aquí: https://eosio.online/.", + "/>moreDescription": "Encuentre datos de redes blockchain utilizando la tecnología EOSIO. Vea más redes aquí: https://antelope.tools/.", "/cpu-benchmark>moreDescription": "Una visualización del uso de CPU en milisegundos por cuentas de nodos productores de bloques, con datos de uso más bajos, más altos y promedio.", "/block-producers>moreDescription": "Una lista de los productores de bloques en la red: cuentas de blockchain registradas para ejecutar nodos en la red. Incluye información de tablas en cadena y sus archivos bp.json.", "/nodes>moreDescription": "Una lista de todos los nodos ejecutados por entidades que componen la red con información específica como puntos finales y ubicación.", diff --git a/webapp/src/language/es.telos-testnet.json b/webapp/src/language/es.telos-testnet.json index 00f41cc4..1917bfee 100644 --- a/webapp/src/language/es.telos-testnet.json +++ b/webapp/src/language/es.telos-testnet.json @@ -17,7 +17,7 @@ "/bpjson>moreDescription": "Una representación visual de los nodos actuales de la red.", "/node-config>moreDescription": "Utilice esta herramienta para obtener archivos de configuración de ejemplo para ayudar a configurar un nuevo nodo en la red.", "/ricardian-contract>moreDescription": "Lea más sobre el Acuerdo de nodo de validación de esta red. Contáctenos si tiene alguna consulta.", - "/>moreDescription": "Encuentre datos de redes blockchain utilizando la tecnología EOSIO. Vea más redes aquí: https://eosio.online/.", + "/>moreDescription": "Encuentre datos de redes blockchain utilizando la tecnología EOSIO. Vea más redes aquí: https://antelope.tools/.", "/cpu-benchmark>moreDescription": "Una visualización del uso de CPU en milisegundos por cuentas de nodos productores de bloques, con datos de uso más bajos, más altos y promedio.", "/block-producers>moreDescription": "Una lista de los productores de bloques en la red: cuentas de blockchain registradas para ejecutar nodos en la red. Incluye información de tablas en cadena y sus archivos bp.json.", "/nodes>moreDescription": "Una lista de todos los nodos ejecutados por entidades que componen la red con información específica como puntos finales y ubicación.", diff --git a/webapp/src/language/es.telos.json b/webapp/src/language/es.telos.json index 083af592..63850421 100644 --- a/webapp/src/language/es.telos.json +++ b/webapp/src/language/es.telos.json @@ -17,7 +17,7 @@ "/bpjson>moreDescription": "Una representación visual de los nodos actuales de la red.", "/node-config>moreDescription": "Utilice esta herramienta para obtener archivos de configuración de ejemplo para ayudar a configurar un nuevo nodo en la red.", "/ricardian-contract>moreDescription": "Lea más sobre el Acuerdo de nodo de validación de esta red. Contáctenos si tiene alguna consulta.", - "/>moreDescription": "Encuentre datos de redes blockchain utilizando la tecnología EOSIO. Vea más redes aquí: https://eosio.online/.", + "/>moreDescription": "Encuentre datos de redes blockchain utilizando la tecnología EOSIO. Vea más redes aquí: https://antelope.tools/.", "/cpu-benchmark>moreDescription": "Una visualización del uso de CPU en milisegundos por cuentas de nodos productores de bloques, con datos de uso más bajos, más altos y promedio.", "/block-producers>moreDescription": "Una lista de los productores de bloques en la red: cuentas de blockchain registradas para ejecutar nodos en la red. Incluye información de tablas en cadena y sus archivos bp.json.", "/nodes>moreDescription": "Una lista de todos los nodos ejecutados por entidades que componen la red con información específica como puntos finales y ubicación.", diff --git a/webapp/src/language/es.ultra-testnet.json b/webapp/src/language/es.ultra-testnet.json index 5f826a0d..80aba25a 100644 --- a/webapp/src/language/es.ultra-testnet.json +++ b/webapp/src/language/es.ultra-testnet.json @@ -19,7 +19,7 @@ "/faucet>moreDescription": "Esta herramienta permite crear cuentas y transferir tokens.", "/node-config>moreDescription": "Utilice esta herramienta para obtener archivos de configuración de ejemplo para ayudar a configurar un nuevo nodo en la red.", "/ricardian-contract>moreDescription": "Lea más sobre el Acuerdo de nodo de validación de esta red. Contáctenos si tiene alguna consulta.", - "/>moreDescription": "Encuentre datos de redes blockchain utilizando la tecnología EOSIO. Vea más redes aquí: https://eosio.online/.", + "/>moreDescription": "Encuentre datos de redes blockchain utilizando la tecnología EOSIO. Vea más redes aquí: https://antelope.tools/.", "/cpu-benchmark>moreDescription": "Una visualización del uso de CPU en milisegundos por cuentas de nodos productores de bloques, con datos de uso más bajos, más altos y promedio.", "/block-producers>moreDescription": "Una lista de los productores de bloques en la red: cuentas de blockchain registradas para ejecutar nodos en la red. Incluye información de tablas en cadena y sus archivos bp.json.", "/nodes>moreDescription": "Una lista de todos los nodos ejecutados por entidades que componen la red con información específica como puntos finales y ubicación.", diff --git a/webapp/src/language/es.wax-testnet.json b/webapp/src/language/es.wax-testnet.json index 2c0c9f44..b7ea2dbd 100644 --- a/webapp/src/language/es.wax-testnet.json +++ b/webapp/src/language/es.wax-testnet.json @@ -17,7 +17,7 @@ "/bpjson>moreDescription": "Una representación visual de los nodos actuales de la red.", "/node-config>moreDescription": "Utilice esta herramienta para obtener archivos de configuración de ejemplo para ayudar a configurar un nuevo nodo en la red.", "/ricardian-contract>moreDescription": "Lea más sobre el Acuerdo de nodo de validación de esta red. Contáctenos si tiene alguna consulta.", - "/>moreDescription": "Encuentre datos de redes blockchain utilizando la tecnología EOSIO. Vea más redes aquí: https://eosio.online/.", + "/>moreDescription": "Encuentre datos de redes blockchain utilizando la tecnología EOSIO. Vea más redes aquí: https://antelope.tools/.", "/cpu-benchmark>moreDescription": "Una visualización del uso de CPU en milisegundos por cuentas de nodos productores de bloques, con datos de uso más bajos, más altos y promedio.", "/block-producers>moreDescription": "Una lista de los productores de bloques en la red: cuentas de blockchain registradas para ejecutar nodos en la red. Incluye información de tablas en cadena y sus archivos bp.json.", "/nodes>moreDescription": "Una lista de todos los nodos ejecutados por entidades que componen la red con información específica como puntos finales y ubicación.", diff --git a/webapp/src/language/es.wax.json b/webapp/src/language/es.wax.json index 3f16a4ec..ba3cf3d7 100644 --- a/webapp/src/language/es.wax.json +++ b/webapp/src/language/es.wax.json @@ -17,7 +17,7 @@ "/bpjson>moreDescription": "Una representación visual de los nodos actuales de la red.", "/node-config>moreDescription": "Utilice esta herramienta para obtener archivos de configuración de ejemplo para ayudar a configurar un nuevo nodo en la red.", "/ricardian-contract>moreDescription": "Lea más sobre el Acuerdo de nodo de validación de esta red. Contáctenos si tiene alguna consulta.", - "/>moreDescription": "Encuentre datos de redes blockchain utilizando la tecnología EOSIO. Vea más redes aquí: https://eosio.online/.", + "/>moreDescription": "Encuentre datos de redes blockchain utilizando la tecnología EOSIO. Vea más redes aquí: https://antelope.tools/.", "/cpu-benchmark>moreDescription": "Una visualización del uso de CPU en milisegundos por cuentas de nodos productores de bloques, con datos de uso más bajos, más altos y promedio.", "/block-producers>moreDescription": "Una lista de los productores de bloques en la red: cuentas de blockchain registradas para ejecutar nodos en la red. Incluye información de tablas en cadena y sus archivos bp.json.", "/nodes>moreDescription": "Una lista de todos los nodos ejecutados por entidades que componen la red con información específica como puntos finales y ubicación.",