Skip to content

Commit f751d3f

Browse files
author
Dmitry Savonin
committed
changed chain id and fixed env for staking ui
1 parent bb6eb4b commit f751d3f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"chainId": 14000,
2+
"chainId": 14001,
33
"validators": [
44
"0x08fae3885e299c24ff9841478eb946f41023ac69",
55
"0x751aaca849b09a3e347bbfe125cf18423cc24b40",

docker-compose.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,8 @@ services:
177177
staking-ui:
178178
image: ankrnetwork/bas-staking-ui:devel
179179
environment:
180-
CHAIN_ID: "14000"
180+
REACT_APP_ENVIRONMENT: "env"
181+
CHAIN_ID: "14001"
181182
CHAIN_NAME: "BAS devnet"
182183
CHAIN_RPC: "https://rpc.${DOMAIN_NAME}"
183184
EXPLORER_HOME_URL: "https://explorer.${DOMAIN_NAME}/"

0 commit comments

Comments
 (0)