File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ apt update
32
32
apt install -y build-essential socat
33
33
git clone https://github.com/Ankr-network/bas-devnet-setup bas --recursive
34
34
cd bas
35
- DOMAIN_NAME=dev-02.bas.ankr.com make all
35
+ CHAIN_ID=14000 DOMAIN_NAME=dev-02.bas.ankr.com make all
36
36
```
37
37
38
38
P.S: Variable ` DOMAIN_NAME ` should be set to your domain
Original file line number Diff line number Diff line change 1
1
{
2
- "chainId" : 14001 ,
2
+ "chainId" : $CHAIN_ID ,
3
3
"validators" : [
4
4
" 0x08fae3885e299c24ff9841478eb946f41023ac69" ,
5
5
" 0x751aaca849b09a3e347bbfe125cf18423cc24b40" ,
Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ services:
178
178
image : ankrnetwork/bas-staking-ui:devel
179
179
environment :
180
180
REACT_APP_ENVIRONMENT : " env"
181
- CHAIN_ID : " 14001 "
181
+ CHAIN_ID : " ${CHAIN_ID} "
182
182
CHAIN_NAME : " BAS devnet"
183
183
CHAIN_RPC : " https://rpc.${DOMAIN_NAME}"
184
184
EXPLORER_HOME_URL : " https://explorer.${DOMAIN_NAME}/"
You can’t perform that action at this time.
0 commit comments