File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- 2.2 .0
1+ 2.3 .0
Original file line number Diff line number Diff line change @@ -60,6 +60,8 @@ services:
6060 INDEXER_DISABLE_INTERNAL_TRANSACTIONS_FETCHER : " ${INDEXER_DISABLE_INTERNAL_TRANSACTIONS_FETCHER:-true}"
6161 NFT_MEDIA_HANDLER_ENABLED : " false"
6262 NFT_MEDIA_HANDLER_REMOTE_DISPATCHER_NODE_MODE_ENABLED : " false"
63+ NOVES_FI_CHAIN_NAME : ${NOVES_FI_CHAIN_NAME}
64+ NOVES_FI_API_TOKEN : ${NOVES_API_KEY}
6365
6466 frontend :
6567 depends_on :
Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ server {
1414 proxy_busy_buffers_size 256k;
1515 proxy_temp_file_write_size 256k;
1616
17+ add_header 'Access-Control-Allow-Headers' 'updated-gas-oracle';
18+
1719 location ~ ^/(api(?!-docs$)|socket|sitemap.xml|auth/auth0|auth/auth0/callback|auth/logout) {
1820 proxy_pass http://backend:4000;
1921 proxy_http_version 1.1;
Original file line number Diff line number Diff line change @@ -33,6 +33,8 @@ services:
3333 - NEXT_PUBLIC_FEATURED_NETWORKS=https://raw.githubusercontent.com/skalenetwork/blockscout/develop/docker-compose/assets/featured_networks.json
3434 - NEXT_PUBLIC_RE_CAPTCHA_APP_SITE_KEY=6LesjQUrAAAAAEyS9U4XxT8KC_ZOc50hjOBiX21A
3535 - NEXT_PUBLIC_HELIA_VERIFIED_FETCH_ENABLED=false
36+ - NEXT_PUBLIC_TRANSACTION_INTERPRETATION_PROVIDER=${NEXT_PUBLIC_TRANSACTION_INTERPRETATION_PROVIDER}
37+
3638 env_file :
3739 - ../envs/common-frontend.env
3840
You can’t perform that action at this time.
0 commit comments