You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a need to change the page title depending on the token bridge intention.
Consider to add a new parameter REACT_APP_TITLE that will describe the rule of the title generation in form of:
REACT_APP_TITLE=Some text - %c
If the template %c is specified, the actual title will be displayed with the chain currently chosen. E.g. Some text - POA Network.
If the template %c is omitted the network name is not displayed.
if the template is specified but the network is not chosen (e.g. the NW extension is not set up), the following must be displayed: Some text - No chain specified
The text was updated successfully, but these errors were encountered:
…gurable
* develop:
Remove console.log
Fix on TxStore
Web3 fixes
Update react build dependencies
Fix on getBridgeValidators
Update e2e test script
Update parity version on e2e tests
Use getChainId method from web3
Fixes for new web3 version
Update web3 version
# Conflicts:
# src/stores/utils/web3.js
There is a need to change the page title depending on the token bridge intention.
Consider to add a new parameter
REACT_APP_TITLE
that will describe the rule of the title generation in form of:If the template
%c
is specified, the actual title will be displayed with the chain currently chosen. E.g.Some text - POA Network
.If the template
%c
is omitted the network name is not displayed.if the template is specified but the network is not chosen (e.g. the NW extension is not set up), the following must be displayed:
Some text - No chain specified
The text was updated successfully, but these errors were encountered: