We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb6eb4b commit f751d3fCopy full SHA for f751d3f
config.json
@@ -1,5 +1,5 @@
1
{
2
- "chainId": 14000,
+ "chainId": 14001,
3
"validators": [
4
"0x08fae3885e299c24ff9841478eb946f41023ac69",
5
"0x751aaca849b09a3e347bbfe125cf18423cc24b40",
docker-compose.yaml
@@ -177,7 +177,8 @@ services:
177
staking-ui:
178
image: ankrnetwork/bas-staking-ui:devel
179
environment:
180
- CHAIN_ID: "14000"
+ REACT_APP_ENVIRONMENT: "env"
181
+ CHAIN_ID: "14001"
182
CHAIN_NAME: "BAS devnet"
183
CHAIN_RPC: "https://rpc.${DOMAIN_NAME}"
184
EXPLORER_HOME_URL: "https://explorer.${DOMAIN_NAME}/"
0 commit comments