Skip to content

Commit b51c1f4

Browse files
authored
Merge pull request #100 from skalenetwork/develop
Prepare beta with Noves integration
2 parents 8f4b920 + 2bff02c commit b51c1f4

4 files changed

Lines changed: 7 additions & 1 deletion

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.0
1+
2.3.0

docker-compose/docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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:

docker-compose/proxy/default.conf.template

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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;

docker-compose/services/frontend.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)