Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Production Release #1268

Merged
merged 88 commits into from
Aug 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
88 commits
Select commit Hold shift + click to select a range
7328120
feat(hapi-evm): base structure
leisterfrancisco Jul 14, 2023
239d73a
chore(hapi-evm): update packages to newer version
leisterfrancisco Jul 14, 2023
e20a89e
feat(hapi-evm): structure and base logic
leisterfrancisco Jul 21, 2023
a4e957e
feat(hapi-evm): extending comment instructions
leisterfrancisco Jul 21, 2023
142056e
chore(hapi-evm): add todo
leisterfrancisco Jul 21, 2023
86a6a92
feat(hapi-evm): add hyperion
leisterfrancisco Jul 22, 2023
7d3328c
feat(hapi-evm): track incoming and outgoing token transactions
leisterfrancisco Jul 26, 2023
11803d7
chore(hapi-evm): clean code
leisterfrancisco Jul 26, 2023
c1dd6da
perf(hapi-evm): sync old blocks structure
leisterfrancisco Jul 28, 2023
4808f8b
feat(hapi-evm): sync old blocks
leisterfrancisco Jul 29, 2023
e2f0b2a
refactor(hapi-evm): update console message
leisterfrancisco Jul 29, 2023
25e5742
refactor(webapp): refactor card components in the SimpleDataCard comp…
Torresmorah Jul 31, 2023
b06ec58
refactor(webapp): remove unused style classes
Torresmorah Jul 31, 2023
542b0f0
feat(webapp): add EVM Dashboard
Torresmorah Aug 1, 2023
f9f7737
fix(webapp): fix evm stats subscription
Torresmorah Aug 3, 2023
a670e7e
feat(webapp): add transactions and token history charts
Torresmorah Aug 7, 2023
bbe5264
chore(webapp): add EVM Dashboard description
Torresmorah Aug 7, 2023
07dec4a
fix(webapp): fix empty link
Torresmorah Aug 7, 2023
7ac45b9
feat(webapp): use rpc endpoint to get gas price and last block
Torresmorah Aug 7, 2023
0ec41db
chore(kubernetes): add REACT_APP_EVM_ENDPOINT variable
Torresmorah Aug 7, 2023
56c7ec0
chore(workflows): add evm endpoints for telos and eos and disable the…
Torresmorah Aug 7, 2023
e8c8d2f
chore: format code
Torresmorah Aug 7, 2023
94bfd20
Merge remote-tracking branch 'origin' into feat/evm-dashboard-fronten…
Torresmorah Aug 7, 2023
7eb9569
chore(webapp): format labels
Torresmorah Aug 8, 2023
4f5a526
chore(envs): add evm endpoints
Torresmorah Aug 8, 2023
8e88b51
refactor(hapi-evm): apply code factor suggestion
leisterfrancisco Aug 9, 2023
b6ad935
feat(webapp): add transactions per block live graphic
Torresmorah Aug 9, 2023
9a2a7bc
fix: format code
Torresmorah Aug 9, 2023
48edcbf
Merge pull request #1249 from edenia/feat/evm-backend
xavier506 Aug 10, 2023
97586aa
feat(hapi-evm): add /evm-token-history and /evm-transactions-history …
Torresmorah Aug 10, 2023
b823b72
feat(kubernetes): add HASURA_GRAPHQL_ACTION_EVM_URL
Torresmorah Aug 10, 2023
710b785
feat(hasura): add evm_transactions_history and evm_token_history actions
Torresmorah Aug 10, 2023
c0c9ac7
chore(hapi-evm): use Hasura env variables
Torresmorah Aug 11, 2023
1a91854
chore(webapp): format the amount of tokens and refactor code
Torresmorah Aug 11, 2023
e5d4b03
chore(hapi-evm): update sequelize
Torresmorah Aug 11, 2023
9f238c6
chore(hasura): add guest permissions to stats view
Torresmorah Aug 15, 2023
e6ca839
Merge pull request #1256 from edenia/feat/evm-transactions-and-token-…
xavier506 Aug 15, 2023
66c1764
feat(hasura): add table to persists historical stats
Torresmorah Aug 16, 2023
64b6573
feat(hapi-evm): add logic to save historical stats
Torresmorah Aug 16, 2023
445d7af
chore(hasura): remove unused fields from evm stats view and add parti…
Torresmorah Aug 17, 2023
3e84eda
chore(hapi-evm): remove unused code and add conditional when partialA…
Torresmorah Aug 17, 2023
36bcf54
fix(hapi-evm): use the DB to get the last block to avoid missing blocks
Torresmorah Aug 17, 2023
305531b
refactor(hapi-evm): use Type to compare the type of transfers
Torresmorah Aug 17, 2023
c5b2032
refactor(webapp): use historical evm table and refactor BodyGraphValu…
Torresmorah Aug 18, 2023
eb6be38
chore(workflows): add evm block explorer url
Torresmorah Aug 18, 2023
f3843a2
chore: add evm block explorer url
Torresmorah Aug 18, 2023
3786fe7
feat(webapp): add EVM endpoints page and refactor health check compon…
Torresmorah Aug 21, 2023
2fc515f
chore(webapp): add env variable with the EVM endpoints
Torresmorah Aug 21, 2023
767c80e
chore(workflows): disable rpc endpoints page and add EVM endpoints
Torresmorah Aug 21, 2023
b66f475
chore(webapp): format EVM endpoints data
Torresmorah Aug 21, 2023
82a78ac
chore(workflows): add EVM RPC endpoints
Torresmorah Aug 21, 2023
47435a5
chore(webapp): align table cell to the right
Torresmorah Aug 21, 2023
d43959a
chore(webapp): format EVM transactions tooltip chart
Torresmorah Aug 21, 2023
73d31ea
feat(webapp): improve faucet UI
Torresmorah Aug 22, 2023
78ed7bf
feat(cicd): update workflow for specific networks with evm
leisterfrancisco Aug 22, 2023
aec5d5a
feat(cicd): add env values for hapi-evm deployment
leisterfrancisco Aug 22, 2023
5a1f787
fix(hapi-evm): fix token history query
Torresmorah Aug 22, 2023
1454d78
chore(webapp): format incoming and outgoing data as integers
Torresmorah Aug 22, 2023
d7f1cab
cicd(workflow): add missing variables
leisterfrancisco Aug 22, 2023
0c2de2a
fix(webapp): fix tps and tpb chart using the next block instead of th…
Torresmorah Aug 22, 2023
b11f379
[CodeFactor] Apply fixes
code-factor Aug 22, 2023
779ad17
cicd(meta): add missinng subdir
leisterfrancisco Aug 23, 2023
4ebf1c7
Merge pull request #1259 from edenia/feat/evm-cicd
xavier506 Aug 23, 2023
1abd70d
Merge pull request #1257 from edenia/feat/limit-evm-history
xavier506 Aug 23, 2023
4ef7fbb
fix(makefile): update container variable reference
leisterfrancisco Aug 23, 2023
7af4267
Merge pull request #1262 from edenia/fix/cicd
xavier506 Aug 23, 2023
7bd7688
fix(webapp): use UTC to check if endpoint is outdated
Torresmorah Aug 24, 2023
b1a2a24
fix(webapp): add missing env variables to makefile
Torresmorah Aug 24, 2023
cbd5f0b
fix(dockerfile): copy dist instead of src directory
leisterfrancisco Aug 24, 2023
8a9fa44
Merge pull request #1263 from edenia/fix/deployment
fagomezra Aug 24, 2023
ae48e6c
chore(webapp): UI/UX adjustment in faucet page
Torresmorah Aug 24, 2023
e99efa6
fix(dockerfile): copy dist instead of src directory
leisterfrancisco Aug 24, 2023
e48d21b
Merge pull request #1264 from edenia/fix/deployment
fagomezra Aug 24, 2023
e1ae134
fix(webapp): avoid invalid array length error
Torresmorah Aug 24, 2023
5e301f4
chore(workflows): format code
Torresmorah Aug 24, 2023
05a07ad
fix(webapp): fix highcharts error
Torresmorah Aug 25, 2023
7ba87a3
Merge pull request #1265 from edenia/fix/call-endpoint-with-timeout-1261
xavier506 Aug 25, 2023
35efac1
Merge pull request #1260 from edenia/feat/evm-dashboard-frontend-1244
xavier506 Aug 25, 2023
dac4581
chore(hapi-evm): use env variables to config the intervals
Torresmorah Aug 25, 2023
84bd560
chore(kubernetes): add env variables for evm services config
Torresmorah Aug 25, 2023
097149f
chore(workflows): add env variables for evm services config
Torresmorah Aug 25, 2023
c3325fe
chore(envs): add env variables for evm services config
Torresmorah Aug 25, 2023
e090581
chore(webapp): small text adjustments
Torresmorah Aug 25, 2023
500f7ff
chore(hapi-evm): parse history limit as integer
Torresmorah Aug 25, 2023
92e5b36
chore(webapp): apply texts adjustments
Torresmorah Aug 28, 2023
7ee8be3
Merge branch 'dev' into feat/improve-UI-faucet
Torresmorah Aug 28, 2023
f278080
Merge pull request #1267 from edenia/chore/emv-add-env-variables
xavier506 Aug 28, 2023
b1512e5
Merge pull request #1266 from edenia/feat/improve-UI-faucet
xavier506 Aug 28, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .env.jungle
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,4 @@ REACT_APP_STATE_HISTORY_ENABLED=false
REACT_APP_GOOGLE_ANALITIC_PAGE_ID=G-E6Y0EC9FT8
REACT_APP_PUBLIC_RE_CAPTCHA_KEY=key
REACT_APP_EOS_INCLUDE_TRANSACTION=
REACT_APP_EVM_ENDPOINT=https://api.testnet.evm.eosnetwork.com
1 change: 1 addition & 0 deletions .env.mainnet
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,4 @@ REACT_APP_STATE_HISTORY_ENABLED=false
REACT_APP_GOOGLE_ANALITIC_PAGE_ID=G-E6Y0EC9FT8
REACT_APP_PUBLIC_RE_CAPTCHA_KEY=key
REACT_APP_EOS_INCLUDE_TRANSACTION=
REACT_APP_EVM_ENDPOINT='https://api.evm.eosnetwork.com'
25 changes: 24 additions & 1 deletion .env.telos
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ HASURA_GRAPHQL_DATABASE_URL=postgres://eoscr:password@postgres:5432/localdb
HASURA_GRAPHQL_ADMIN_SECRET=myadminsecretkey
HASURA_GRAPHQL_UNAUTHORIZED_ROLE=guest
HASURA_GRAPHQL_ACTION_BASE_URL=http://hapi:9090
HASURA_GRAPHQL_ACTION_EVM_URL=http://hapi-evm:9090

# hapi
HAPI_EOS_API_NETWORK_NAME=telos
Expand Down Expand Up @@ -55,6 +56,25 @@ HAPI_RE_CAPTCHA_PROJECT_ID=
HAPI_PUBLIC_RE_CAPTCHA_KEY=
HAPI_CREATE_ACCOUNT_ACTION_NAME=

# hapi-evm
HAPI_EVM_SERVER_PORT=9090
HAPI_EVM_SERVER_ADDRESS=hapi-evm
HAPI_EVM_HASURA_URL=http://hasura:8080/v1/graphql
HAPI_EVM_HASURA_ADMIN_SECRET=myadminsecretkey
HAPI_EVM_DATABASE_URL=postgres://eoscr:password@postgres:5432/localdb
HAPI_EVM_ENDPOINT=https://mainnet.telos.net/evm
HAPI_EVM_API_ENDPOINTS=["https://telos.greymass.com","https://telos.eosphere.io","telos.caleos.io","mainnet.telosusa.io"]
HAPI_EVM_NETWORK_CHAIN_ID=4667b205c6838ef70ff7988f6e8257e8be0e1284a2f59699054a018f743b1d11
HAPI_EVM_EOS_EVM_ACCOUNT=eosio.evm
HAPI_EVM_BLOCK_INTERVAL_SEC=0.5
HAPI_EVM_OLD_BLOCK_INTERVAL_SEC=0.1
HAPI_EVM_ATH_INTERVAL_SEC=60
HAPI_EVM_CLEAN_OLD_BLOCK_INTERVAL_SEC=86400
HAPI_EVM_CLEAN_OLD_TRANSFER_INTERVAL_SEC=86400
HAPI_EVM_KEEP_HISTORY_FOR_YEARS=1
HAPI_EVM_HYPERION_API=https://telos.eosusa.io
HAPI_EVM_HYPERION_START_AT=2021-06-02T00:00:00.000+00:00

#webapp
PORT=3000
REACT_APP_VERSION=dev
Expand All @@ -81,9 +101,12 @@ REACT_APP_EOS_BP_JSON_ON_CHAIN_SCOPE=producerjson
REACT_APP_SYNC_TOLERANCE_INTERVAL=180000
REACT_APP_TOKEN_SYMBOL=TLOS
REACT_APP_NETWORK_URL=[{"label":"EOS","value":"https://eos.antelope.tools","mainnet":true,"pair":"eos","icon":"eos","order":5},{"label":"Proton","value":"https://proton.antelope.tools","mainnet":true,"pair":"proton","icon":"proton","order":3},{"label":"WAX","value":"https://wax.antelope.tools","mainnet":true,"pair":"wax","icon":"wax","order":4},{"label":"Telos","value":"https://telos.antelope.tools","mainnet":true,"pair":"telos","icon":"telos","order":1},{"label":"Libre","value":"https://libre.antelope.tools","mainnet":true,"pair":"libre","icon":"libre","order":2},{"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":5},{"label":"Proton Testnet","value":"https://proton-testnet.antelope.tools","mainnet":false,"pair":"proton","icon":"proton","order":3},{"label":"WAX Testnet","value":"https://wax-testnet.antelope.tools","mainnet":false,"pair":"wax","icon":"wax","order":4},{"label":"Telos Testnet","value":"https://telos-testnet.antelope.tools","mainnet":false,"pair":"telos","icon":"telos","order":1},{"label":"Libre Testnet","value":"https://libre-testnet.antelope.tools","mainnet":false,"pair":"libre","icon":"libre","order":2},{"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_DISABLED_MENU_ITEMS=["/missed-blocks", "/cpu-benchmark","/block-distribution","stress-test"]
REACT_APP_BLOCK_EXPLORER_URL=https://explorer.telos.net/transaction/(transaction)
REACT_APP_STATE_HISTORY_ENABLED=false
REACT_APP_GOOGLE_ANALITIC_PAGE_ID=G-E6Y0EC9FT8
REACT_APP_PUBLIC_RE_CAPTCHA_KEY=key
REACT_APP_EOS_INCLUDE_TRANSACTION=
REACT_APP_EVM_ENDPOINT=https://mainnet.telos.net/evm
REACT_APP_EVM_BLOCK_EXPLORER_URL=https://www.teloscan.io/block/(block)
REACT_APP_EVM_ENDPOINTS=["https://mainnet.telos.net/evm","https://rpc1.eu.telos.net/evm","https://rpc1.us.telos.net/evm","https://rpc2.us.telos.net/evm","https://api.kainosbp.com/evm","https://rpc2.eu.telos.net/evm","https://evm.teloskorea.com/evm","https://rpc2.teloskorea.com/evm","https://rpc01.us.telosunlimited.io/evm"]
27 changes: 25 additions & 2 deletions .env.telostestnet
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ HASURA_GRAPHQL_DATABASE_URL=postgres://eoscr:password@postgres:5432/localdb
HASURA_GRAPHQL_ADMIN_SECRET=myadminsecretkey
HASURA_GRAPHQL_UNAUTHORIZED_ROLE=guest
HASURA_GRAPHQL_ACTION_BASE_URL=http://hapi:9090
HASURA_GRAPHQL_ACTION_EVM_URL=http://hapi-evm:9090

# hapi
HAPI_EOS_API_NETWORK_NAME=telos
Expand Down Expand Up @@ -56,6 +57,25 @@ HAPI_RE_CAPTCHA_PROJECT_ID=
HAPI_PUBLIC_RE_CAPTCHA_KEY=
HAPI_CREATE_ACCOUNT_ACTION_NAME=

# hapi-evm
HAPI_EVM_SERVER_PORT=9090
HAPI_EVM_SERVER_ADDRESS=hapi-evm
HAPI_EVM_HASURA_URL=http://hasura:8080/v1/graphql
HAPI_EVM_HASURA_ADMIN_SECRET=myadminsecretkey
HAPI_EVM_DATABASE_URL=postgres://eoscr:password@postgres:5432/localdb
HAPI_EVM_ENDPOINT=https://testnet.telos.net/evm
HAPI_EVM_API_ENDPOINTS=["https://telos-testnet.edenia.cloud","https://telos-testnet.cryptolions.io","https://testnet.telos.eosrio.io","https://test.telos.eosusa.io"]
HAPI_EVM_NETWORK_CHAIN_ID=1eaa0824707c8c16bd25145493bf062aecddfeb56c736f6ba6397f3195f33c9f
HAPI_EVM_EOS_EVM_ACCOUNT=eosio.evm
HAPI_EVM_BLOCK_INTERVAL_SEC=0.5
HAPI_EVM_OLD_BLOCK_INTERVAL_SEC=0.1
HAPI_EVM_ATH_INTERVAL_SEC=60
HAPI_EVM_CLEAN_OLD_BLOCK_INTERVAL_SEC=86400
HAPI_EVM_CLEAN_OLD_TRANSFER_INTERVAL_SEC=86400
HAPI_EVM_KEEP_HISTORY_FOR_YEARS=1
HAPI_EVM_HYPERION_API=https://test.telos.eosusa.io
HAPI_EVM_HYPERION_START_AT=2021-06-02T00:00:00.000+00:00

#webapp
PORT=3000
REACT_APP_VERSION=dev
Expand All @@ -82,9 +102,12 @@ REACT_APP_EOS_BP_JSON_ON_CHAIN_SCOPE=producerjson
REACT_APP_SYNC_TOLERANCE_INTERVAL=180000
REACT_APP_TOKEN_SYMBOL=TLOS
REACT_APP_NETWORK_URL=[{"label":"EOS","value":"https://eos.antelope.tools","mainnet":true,"pair":"eos","icon":"eos","order":5},{"label":"Proton","value":"https://proton.antelope.tools","mainnet":true,"pair":"proton","icon":"proton","order":3},{"label":"WAX","value":"https://wax.antelope.tools","mainnet":true,"pair":"wax","icon":"wax","order":4},{"label":"Telos","value":"https://telos.antelope.tools","mainnet":true,"pair":"telos","icon":"telos","order":1},{"label":"Libre","value":"https://libre.antelope.tools","mainnet":true,"pair":"libre","icon":"libre","order":2},{"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":5},{"label":"Proton Testnet","value":"https://proton-testnet.antelope.tools","mainnet":false,"pair":"proton","icon":"proton","order":3},{"label":"WAX Testnet","value":"https://wax-testnet.antelope.tools","mainnet":false,"pair":"wax","icon":"wax","order":4},{"label":"Telos Testnet","value":"https://telos-testnet.antelope.tools","mainnet":false,"pair":"telos","icon":"telos","order":1},{"label":"Libre Testnet","value":"https://libre-testnet.antelope.tools","mainnet":false,"pair":"libre","icon":"libre","order":2},{"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_DISABLED_MENU_ITEMS=["/missed-blocks", "/cpu-benchmark","/block-distribution","/stress-test"]
REACT_APP_BLOCK_EXPLORER_URL=https://explorer-test.telos.net/transaction/(transaction)
REACT_APP_STATE_HISTORY_ENABLED=false
REACT_APP_GOOGLE_ANALITIC_PAGE_ID=G-E6Y0EC9FT8
REACT_APP_PUBLIC_RE_CAPTCHA_KEY=key
REACT_APP_EOS_INCLUDE_TRANSACTION=
REACT_APP_EOS_INCLUDE_TRANSACTION=
REACT_APP_EVM_ENDPOINT=https://testnet.telos.net/evm
REACT_APP_EVM_BLOCK_EXPLORER_URL=https://testnet.teloscan.io/block/(block)
REACT_APP_EVM_ENDPOINTS=["https://testnet.telos.net/evm"]
3 changes: 2 additions & 1 deletion .github/workflows/deploy-jungle-testnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,12 @@ jobs:
REACT_APP_SYNC_TOLERANCE_INTERVAL: 180000
REACT_APP_TOKEN_SYMBOL: 'EOS'
REACT_APP_NETWORK_URL: '[{"label":"EOS","value":"https://eos.antelope.tools","mainnet":true,"pair":"eos","icon":"eos","order":5},{"label":"Proton","value":"https://proton.antelope.tools","mainnet":true,"pair":"proton","icon":"proton","order":3},{"label":"WAX","value":"https://wax.antelope.tools","mainnet":true,"pair":"wax","icon":"wax","order":4},{"label":"Telos","value":"https://telos.antelope.tools","mainnet":true,"pair":"telos","icon":"telos","order":1},{"label":"Libre","value":"https://libre.antelope.tools","mainnet":true,"pair":"libre","icon":"libre","order":2},{"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":5},{"label":"Proton Testnet","value":"https://proton-testnet.antelope.tools","mainnet":false,"pair":"proton","icon":"proton","order":3},{"label":"WAX Testnet","value":"https://wax-testnet.antelope.tools","mainnet":false,"pair":"wax","icon":"wax","order":4},{"label":"Telos Testnet","value":"https://telos-testnet.antelope.tools","mainnet":false,"pair":"telos","icon":"telos","order":1},{"label":"Libre Testnet","value":"https://libre-testnet.antelope.tools","mainnet":false,"pair":"libre","icon":"libre","order":2},{"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","/stress-test"]'
REACT_APP_DISABLED_MENU_ITEMS: '["/missed-blocks","/block-distribution","/cpu-benchmark","/stress-test","/evm","/evm-rpc-endpoints"]'
REACT_APP_BLOCK_EXPLORER_URL: 'https://jungle4.eosq.eosnation.io/tx/(transaction)'
REACT_APP_STATE_HISTORY_ENABLED: 'false'
REACT_APP_GOOGLE_ANALITIC_PAGE_ID: 'G-E6Y0EC9FT8'
REACT_APP_PUBLIC_RE_CAPTCHA_KEY: ${{ secrets.REACT_APP_PUBLIC_RE_CAPTCHA_KEY }}
REACT_APP_EVM_ENDPOINT: 'https://api.testnet.evm.eosnetwork.com'

- name: Build kubernetes files
id: build_kubernetes_files
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-lacchain.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
REACT_APP_SYNC_TOLERANCE_INTERVAL: 180000
REACT_APP_TOKEN_SYMBOL: ''
REACT_APP_NETWORK_URL: '[{"label":"EOS","value":"https://eos.antelope.tools","mainnet":true,"pair":"eos","icon":"eos","order":5},{"label":"Proton","value":"https://proton.antelope.tools","mainnet":true,"pair":"proton","icon":"proton","order":3},{"label":"WAX","value":"https://wax.antelope.tools","mainnet":true,"pair":"wax","icon":"wax","order":4},{"label":"Telos","value":"https://telos.antelope.tools","mainnet":true,"pair":"telos","icon":"telos","order":1},{"label":"Libre","value":"https://libre.antelope.tools","mainnet":true,"pair":"libre","icon":"libre","order":2},{"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":5},{"label":"Proton Testnet","value":"https://proton-testnet.antelope.tools","mainnet":false,"pair":"proton","icon":"proton","order":3},{"label":"WAX Testnet","value":"https://wax-testnet.antelope.tools","mainnet":false,"pair":"wax","icon":"wax","order":4},{"label":"Telos Testnet","value":"https://telos-testnet.antelope.tools","mainnet":false,"pair":"telos","icon":"telos","order":1},{"label":"Libre Testnet","value":"https://libre-testnet.antelope.tools","mainnet":false,"pair":"libre","icon":"libre","order":2},{"label":"Ultra Testnet","value":"https://ultra-testnet.antelope.tools","mainnet":false,"pair":"ultra","icon":"ultra","order":6}]'
REACT_APP_DISABLED_MENU_ITEMS: '["/undiscoverable-bps","/stress-test"]'
REACT_APP_DISABLED_MENU_ITEMS: '["/undiscoverable-bps","/stress-test","/evm","/evm-rpc-endpoints"]'
REACT_APP_BLOCK_EXPLORER_URL: 'https://eosio-explorer.lacchain.net/transaction/(transaction)'
REACT_APP_STATE_HISTORY_ENABLED: 'true'
REACT_APP_GOOGLE_ANALITIC_PAGE_ID: 'G-E6Y0EC9FT8'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-libre-testnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
REACT_APP_SYNC_TOLERANCE_INTERVAL: 180000
REACT_APP_TOKEN_SYMBOL: 'LIBRE'
REACT_APP_NETWORK_URL: '[{"label":"EOS","value":"https://eos.antelope.tools","mainnet":true,"pair":"eos","icon":"eos","order":5},{"label":"Proton","value":"https://proton.antelope.tools","mainnet":true,"pair":"proton","icon":"proton","order":3},{"label":"WAX","value":"https://wax.antelope.tools","mainnet":true,"pair":"wax","icon":"wax","order":4},{"label":"Telos","value":"https://telos.antelope.tools","mainnet":true,"pair":"telos","icon":"telos","order":1},{"label":"Libre","value":"https://libre.antelope.tools","mainnet":true,"pair":"libre","icon":"libre","order":2},{"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":5},{"label":"Proton Testnet","value":"https://proton-testnet.antelope.tools","mainnet":false,"pair":"proton","icon":"proton","order":3},{"label":"WAX Testnet","value":"https://wax-testnet.antelope.tools","mainnet":false,"pair":"wax","icon":"wax","order":4},{"label":"Telos Testnet","value":"https://telos-testnet.antelope.tools","mainnet":false,"pair":"telos","icon":"telos","order":1},{"label":"Libre Testnet","value":"https://libre-testnet.antelope.tools","mainnet":false,"pair":"libre","icon":"libre","order":2},{"label":"Ultra Testnet","value":"https://ultra-testnet.antelope.tools","mainnet":false,"pair":"ultra","icon":"ultra","order":6}]'
REACT_APP_DISABLED_MENU_ITEMS: '[]'
REACT_APP_DISABLED_MENU_ITEMS: '["/evm","/evm-rpc-endpoints"]'
REACT_APP_BLOCK_EXPLORER_URL: 'https://testnet.libre.org/v2/explore/transaction/(transaction)'
REACT_APP_STATE_HISTORY_ENABLED: 'true'
REACT_APP_GOOGLE_ANALITIC_PAGE_ID: 'G-E6Y0EC9FT8'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-libre.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
REACT_APP_SYNC_TOLERANCE_INTERVAL: 180000
REACT_APP_TOKEN_SYMBOL: 'LIBRE'
REACT_APP_NETWORK_URL: '[{"label":"EOS","value":"https://eos.antelope.tools","mainnet":true,"pair":"eos","icon":"eos","order":5},{"label":"Proton","value":"https://proton.antelope.tools","mainnet":true,"pair":"proton","icon":"proton","order":3},{"label":"WAX","value":"https://wax.antelope.tools","mainnet":true,"pair":"wax","icon":"wax","order":4},{"label":"Telos","value":"https://telos.antelope.tools","mainnet":true,"pair":"telos","icon":"telos","order":1},{"label":"Libre","value":"https://libre.antelope.tools","mainnet":true,"pair":"libre","icon":"libre","order":2},{"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":5},{"label":"Proton Testnet","value":"https://proton-testnet.antelope.tools","mainnet":false,"pair":"proton","icon":"proton","order":3},{"label":"WAX Testnet","value":"https://wax-testnet.antelope.tools","mainnet":false,"pair":"wax","icon":"wax","order":4},{"label":"Telos Testnet","value":"https://telos-testnet.antelope.tools","mainnet":false,"pair":"telos","icon":"telos","order":1},{"label":"Libre Testnet","value":"https://libre-testnet.antelope.tools","mainnet":false,"pair":"libre","icon":"libre","order":2},{"label":"Ultra Testnet","value":"https://ultra-testnet.antelope.tools","mainnet":false,"pair":"ultra","icon":"ultra","order":6}]'
REACT_APP_DISABLED_MENU_ITEMS: '["/stress-test"]'
REACT_APP_DISABLED_MENU_ITEMS: '["/stress-test","/evm","/evm-rpc-endpoints"]'
REACT_APP_BLOCK_EXPLORER_URL: 'https://www.libreblocks.io/tx/(transaction)'
REACT_APP_STATE_HISTORY_ENABLED: 'true'
REACT_APP_GOOGLE_ANALITIC_PAGE_ID: 'G-E6Y0EC9FT8'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/deploy-mainnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,12 @@ jobs:
REACT_APP_EOS_API_NETWORK_LOGO: 'https://antelope.tools/images/eos.png'
REACT_APP_TOKEN_SYMBOL: 'EOS'
REACT_APP_NETWORK_URL: '[{"label":"EOS","value":"https://eos.antelope.tools","mainnet":true,"pair":"eos","icon":"eos","order":5},{"label":"Proton","value":"https://proton.antelope.tools","mainnet":true,"pair":"proton","icon":"proton","order":3},{"label":"WAX","value":"https://wax.antelope.tools","mainnet":true,"pair":"wax","icon":"wax","order":4},{"label":"Telos","value":"https://telos.antelope.tools","mainnet":true,"pair":"telos","icon":"telos","order":1},{"label":"Libre","value":"https://libre.antelope.tools","mainnet":true,"pair":"libre","icon":"libre","order":2},{"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":5},{"label":"Proton Testnet","value":"https://proton-testnet.antelope.tools","mainnet":false,"pair":"proton","icon":"proton","order":3},{"label":"WAX Testnet","value":"https://wax-testnet.antelope.tools","mainnet":false,"pair":"wax","icon":"wax","order":4},{"label":"Telos Testnet","value":"https://telos-testnet.antelope.tools","mainnet":false,"pair":"telos","icon":"telos","order":1},{"label":"Libre Testnet","value":"https://libre-testnet.antelope.tools","mainnet":false,"pair":"libre","icon":"libre","order":2},{"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","/stress-test"]'
REACT_APP_DISABLED_MENU_ITEMS: '["/missed-blocks", "/cpu-benchmark","/block-distribution","/stress-test","/evm","/evm-rpc-endpoints"]'
REACT_APP_BLOCK_EXPLORER_URL: 'https://bloks.io/transaction/(transaction)'
REACT_APP_STATE_HISTORY_ENABLED: 'false'
REACT_APP_GOOGLE_ANALITIC_PAGE_ID: 'G-E6Y0EC9FT8'
REACT_APP_PUBLIC_RE_CAPTCHA_KEY: ${{ secrets.REACT_APP_PUBLIC_RE_CAPTCHA_KEY }}
REACT_APP_EVM_ENDPOINT: 'https://api.evm.eosnetwork.com'

- name: Build and deploy kubernetes files
id: build_kubernetes_files
Expand Down
Loading